Removed the std gemfile (Simply rely on the root file)

This commit is contained in:
Dylan Lacey 2013-03-06 17:06:40 -08:00
parent ece9833d12
commit 8a58b4a21b
2 changed files with 1 additions and 17 deletions

View File

@ -3,5 +3,5 @@ script: "bundle exec rake"
rvm:
- 1.9.3
gemfile:
- gemfiles/standard.gemfile
- Gemfile
- gemfiles/capybara-1.x.gemfile

View File

@ -1,16 +0,0 @@
source :gemcutter
gemspec :path => "../"
gem 'rake'
gem 'capybara', '~> 2.0.0'
group :test do
gem 'cucumber'
gem 'rspec', '~> 2.12'
gem 'jasmine', '~> 1.2.0.0'
end
group :development do
gem 'debugger', :platform => :mri_19
end