Skip to content

Commit 29aeb00

Browse files
committed
Remove indirect dependencies
We used to specify them to pin them.
1 parent ed6a963 commit 29aeb00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ if RUBY_VERSION >= '1.9.3'
2727
end
2828
end
2929

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+
3034
# Minitest version 5.12.0 rely on Ruby 2.4 features and doesn't specify a Ruby version constraint
3135
gem 'minitest', '!= 5.12.0'
3236

33-
gem 'mime-types'
34-
gem 'nokogiri'
3537
gem 'rake'
36-
gem 'rack-cache'
37-
gem 'rubyzip'
3838

3939
if RUBY_VERSION >= '2.0.0' && RUBY_VERSION < '2.2.0'
4040
# our current rubocop version doesn't support the json version required by Ruby 2.4

0 commit comments

Comments
 (0)