Skip to content

Commit

Permalink
Bundler: Specifying gem dependencies is tricky
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Aug 31, 2011
1 parent e2e99ef commit a6094ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/Gemfile.rails-2.3.x
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source :rubygems

gem 'activerecord', '~> 2.3'
gem 'activerecord', '~> 2.3.14'
gem 'sqlite3'
gem 'mysql2', '~> 0.2.11'
gem 'mocha'
Expand Down
2 changes: 1 addition & 1 deletion ci/Gemfile.rails-3.0.x
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source :rubygems

gem 'activerecord', '~> 3.0'
gem 'activerecord', '~> 3.0.10'
gem 'sqlite3'
gem 'mysql2', '~> 0.2.11'
gem 'mocha'
Expand Down
2 changes: 1 addition & 1 deletion ci/Gemfile.rails-3.1.x
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source :rubygems

gem 'activerecord', '~> 3.1'
gem 'activerecord', '~> 3.1.0'
gem 'sqlite3'
gem 'mysql2', '>= 0.3.6'
gem 'mocha'
Expand Down

0 comments on commit a6094ac

Please sign in to comment.