Work in progress, haven't figured out how to get the jenkins module synced up properly
Showing
... | ... | @@ -15,4 +15,15 @@ group :development do |
gem 'ci_reporter' | ||
gem 'debugger', :platform => :mri | ||
gem 'debugger-pry', :platform => :mri | ||
gem 'serverspec' | ||
gem 'vagrant', :github => 'mitchellh/vagrant', | ||
:ref => 'v1.5.3', | ||
:platform => :mri | ||
end | ||
# Vagrant plugins | ||
group :plugins do | ||
gem 'vagrant-aws', :github => 'mitchellh/vagrant-aws' | ||
gem 'vagrant-serverspec', :github => 'jvoorhis/vagrant-serverspec' | ||
end |
Gemfile.lock
0 → 100644
Vagrantfile
0 → 100644
Please register or sign in to comment