Skip to content

Commit

Permalink
Stop symlinking the Gemfile
Browse files Browse the repository at this point in the history
Just have the file in the root as expected, and keep the others we need
under ci/.
  • Loading branch information
carlosantoniodasilva committed May 7, 2014
1 parent 0eae756 commit 279d94a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rvm:
- jruby

gemfile:
- ci/Gemfile.no-rails
- Gemfile
- ci/Gemfile.rails-2.3.x
- ci/Gemfile.rails-3.0.x
- ci/Gemfile.rails-3.1.x
Expand Down
1 change: 0 additions & 1 deletion Gemfile

This file was deleted.

7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source 'https://rubygems.org'

gemspec

gem 'mocha'
gem 'test_declarative'
gem 'rake'
7 changes: 0 additions & 7 deletions ci/Gemfile.no-rails

This file was deleted.

0 comments on commit 279d94a

Please sign in to comment.