@@ -22,25 +22,25 @@ Gem::Specification.new do |s|
22
22
}
23
23
24
24
s . add_runtime_dependency ( 'capybara' , [ '>= 2.18' , '< 4' ] ) # We support legacy capybara (But only the last 2.x)
25
- s . add_runtime_dependency ( 'cucumber' , [ '>= 3.0. 2' , '< 7 ' ] ) # Support cucumber in the 3.x / 4 .x / 5.x / 6.x revisions
26
- s . add_runtime_dependency ( 'mime-types' , [ '~> 3.2 ' ] ) # Only support the latest major (3+ years old)
27
- s . add_runtime_dependency ( 'nokogiri' , '~> 1.8 ' ) # Only support the latest major (3+ years old)
25
+ s . add_runtime_dependency ( 'cucumber' , [ '>= 3.2' , '< 8 ' ] ) # Support cucumber in the 3.x <-> 7 .x revision range
26
+ s . add_runtime_dependency ( 'mime-types' , [ '~> 3.3 ' ] ) # Only support the latest major (3+ years old)
27
+ s . add_runtime_dependency ( 'nokogiri' , '~> 1.10 ' ) # Only support the latest major (3+ years old)
28
28
s . add_runtime_dependency ( 'railties' , [ '>= 5.0' , '< 7' ] ) # We support any version of Rails in the 5.x and 6.x series
29
- s . add_runtime_dependency ( 'rexml' , '~> 3.0' ) # rexml is a bundled gem since ruby 3
30
- s . add_runtime_dependency ( 'webrick' , '~> 1.7' ) # webrick is a bundled gem since ruby 3
29
+ s . add_runtime_dependency ( 'rexml' , '~> 3.0' ) # rexml is a bundled gem from ruby 3
30
+ s . add_runtime_dependency ( 'webrick' , '~> 1.7' ) # webrick is a bundled gem from ruby 3
31
31
32
32
# Main development dependencies
33
33
s . add_development_dependency ( 'ammeter' , '>= 1.1.4' )
34
- s . add_development_dependency ( 'appraisal' , '~> 2.2' )
34
+ s . add_development_dependency ( 'appraisal' , '< 2.4' ) # See: https://github.com/thoughtbot/appraisal/issues/186
35
35
s . add_development_dependency ( 'aruba' , '~> 1.0' )
36
36
s . add_development_dependency ( 'bundler' , '>= 1.17' )
37
37
s . add_development_dependency ( 'database_cleaner' , [ '>= 1.8' , '< 3.0' ] )
38
38
s . add_development_dependency ( 'rake' , '>= 12.0' )
39
39
s . add_development_dependency ( 'rspec' , '~> 3.6' )
40
- s . add_development_dependency ( 'rubocop' , '~> 1.0 .0' )
40
+ s . add_development_dependency ( 'rubocop' , '~> 1.7 .0' )
41
41
s . add_development_dependency ( 'rubocop-packaging' , '~> 0.5.1' )
42
42
s . add_development_dependency ( 'rubocop-performance' , '~> 1.10.2' )
43
- s . add_development_dependency ( 'rubocop-rspec' , '~> 2.0 .0' )
43
+ s . add_development_dependency ( 'rubocop-rspec' , '~> 2.2 .0' )
44
44
s . add_development_dependency ( 'sqlite3' , '~> 1.3' )
45
45
46
46
# For Documentation:
0 commit comments