Skip to content

Commit

Permalink
More specific versions of gems
Browse files Browse the repository at this point in the history
  • Loading branch information
LTe committed Feb 8, 2012
1 parent 6fc532b commit 4d14f5b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
4 changes: 0 additions & 4 deletions gemfiles/Gemfile

This file was deleted.

6 changes: 3 additions & 3 deletions gemfiles/Gemfile-3.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gemspec :path => File.expand_path('../..', __FILE__)
gem "activerecord", "~> 3.0"
gem "activesupport", "~> 3.0"
gem "railties", "~> 3.0"
gem "activerecord", "~> 3.0.0"
gem "activesupport", "~> 3.0.0"
gem "railties", "~> 3.0.0"
6 changes: 3 additions & 3 deletions gemfiles/Gemfile-3.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gemspec :path => File.expand_path('../..', __FILE__)
gem "activerecord", "~> 3.1"
gem "activesupport", "~> 3.1"
gem "railties", "~> 3.1"
gem "activerecord", "~> 3.1.0"
gem "activesupport", "~> 3.1.0"
gem "railties", "~> 3.1.0"
6 changes: 3 additions & 3 deletions gemfiles/Gemfile-3.2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gemspec :path => File.expand_path('../..', __FILE__)
gem "activerecord", "~> 3.2"
gem "activesupport", "~> 3.2"
gem "railties", "~> 3.2"
gem "activerecord", "~> 3.2.0"
gem "activesupport", "~> 3.2.0"
gem "railties", "~> 3.2.0"

0 comments on commit 4d14f5b

Please sign in to comment.