Skip to content

Commit

Permalink
Test against Rails 4.2.1, 4.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Mar 19, 2015
1 parent af50d81 commit e7ab9bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source "https://rubygems.org"

gemspec

gem "rails", "4.2.1.rc4"
gem "rails", "4.2.1"
gem "minitest", "~> 5.1"
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-3.2.x
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source "https://rubygems.org"

gemspec :path => ".."

gem "rails", "~> 3.2.20"
gem "rails", "~> 3.2.21"
gem "minitest", "~> 4.7"
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-4.0.x
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source "https://rubygems.org"

gemspec :path => ".."

gem "rails", "~> 4.0.11"
gem "rails", "~> 4.0.13"
gem "minitest", "~> 4.7"
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-4.1.x
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source "https://rubygems.org"

gemspec :path => ".."

gem "rails", "~> 4.1.7"
gem "rails", "~> 4.1.10"
gem "minitest", "~> 5.1"

0 comments on commit e7ab9bb

Please sign in to comment.