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 ed6a963 commit 29aeb00Copy full SHA for 29aeb00
Gemfile
@@ -27,14 +27,14 @@ if RUBY_VERSION >= '1.9.3'
27
end
28
29
30
+# Nokogiri is required by Capybara, but we require Capybara only on Ruby 1.9.3+,
31
+# so we need to explicitly specify Nokogiri dependency on Ruby 1.9.2 to run cukes
32
+gem 'nokogiri' if RUBY_VERSION == '1.9.2'
33
+
34
# Minitest version 5.12.0 rely on Ruby 2.4 features and doesn't specify a Ruby version constraint
35
gem 'minitest', '!= 5.12.0'
36
-gem 'mime-types'
-gem 'nokogiri'
37
gem 'rake'
-gem 'rack-cache'
-gem 'rubyzip'
38
39
if RUBY_VERSION >= '2.0.0' && RUBY_VERSION < '2.2.0'
40
# our current rubocop version doesn't support the json version required by Ruby 2.4
0 commit comments