Skip to content

Commit 8144fa7

Browse files
author
David Rodríguez
committed
Use Rails 4.2 series for tests
This has the benefit of not skipping ActiveJob tests by default (only included from Rails 4.2).
1 parent 67759ba commit 8144fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile-rails-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ when nil, false, ""
1919
# Rails 4+ requires 1.9.3+, so on earlier versions default to the last 3.x release.
2020
gem "rails", "~> 3.2.17"
2121
else
22-
gem "rails", "~> 4.0.4"
22+
gem "rails", "~> 4.2.0"
2323
end
2424
else
2525
gem "rails", version

0 commit comments

Comments
 (0)