We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c683ca commit 3136fd3Copy full SHA for 3136fd3
Gemfile-rails-dependencies
@@ -46,4 +46,4 @@ else
46
end
47
48
gem "i18n", '< 0.7.0' if RUBY_VERSION < '1.9.3'
49
-gem "test-unit" if RUBY_VERSION >= '2.2.0' && version =~ /3[.-]2[.-]/
+gem "test-unit" if RUBY_VERSION >= '2.2.0' && version.to_s =~ /3[.-]2[.-]/
0 commit comments