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 c072a6e commit b8253c4Copy full SHA for b8253c4
Gemfile
@@ -42,9 +42,6 @@ if RUBY_VERSION >= '2.0.0' && RUBY_VERSION < '2.2.0'
42
gem 'rubocop', "~> 0.23.0"
43
end
44
45
-# `test-unit` was removed from the core in Ruby 2.2
46
-gem 'test-unit' if RUBY_VERSION >= '2.2.0' && version =~ /3[.-]2[.-]/
47
-
48
custom_gemfile = File.expand_path("../Gemfile-custom", __FILE__)
49
eval_gemfile custom_gemfile if File.exist?(custom_gemfile)
50
Gemfile-rails-dependencies
@@ -50,4 +50,7 @@ else
51
52
53
+# `test-unit` was removed from the core in Ruby 2.2
54
+gem 'test-unit' if RUBY_VERSION >= '2.2.0' && version =~ /3[.-]2[.-]/
55
+
56
gem 'jruby-openssl', :platforms => [:jruby]
0 commit comments