File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- contentstack_utils (1.0.0 )
5- activesupport (>= 3.2 )
4+ contentstack_utils (1.0.1 )
5+ activesupport (>= 3.2 , < 6.2 )
66 nokogiri (~> 1.11.0 )
77
88GEM
2020 crack (0.4.5 )
2121 rexml
2222 diff-lcs (1.4.4 )
23- docile (1.3.4 )
23+ docile (1.4.0 )
2424 hashdiff (1.0.1 )
2525 i18n (1.8.10 )
2626 concurrent-ruby (~> 1.0 )
27- mini_portile2 (2.5.2 )
28- net-ftp (~> 0.1 )
27+ mini_portile2 (2.5.3 )
2928 minitest (5.14.4 )
30- net-ftp (0.1.2 )
31- net-protocol
32- time
33- net-protocol (0.1.0 )
3429 nokogiri (1.11.6 )
3530 mini_portile2 (~> 2.5.0 )
3631 racc (~> 1.4 )
4742 rspec-expectations (3.10.1 )
4843 diff-lcs (>= 1.2.0 , < 2.0 )
4944 rspec-support (~> 3.10.0 )
50- rspec-mocks (3.10.1 )
45+ rspec-mocks (3.10.2 )
5146 diff-lcs (>= 1.2.0 , < 2.0 )
5247 rspec-support (~> 3.10.0 )
53- rspec-support (3.10.1 )
54- simplecov (0.21.1 )
48+ rspec-support (3.10.2 )
49+ simplecov (0.21.2 )
5550 docile (~> 1.1 )
5651 simplecov-html (~> 0.11 )
5752 simplecov_json_formatter (~> 0.1 )
5853 simplecov-html (0.12.3 )
59- simplecov_json_formatter (0.1.2 )
60- time (0.1.0 )
54+ simplecov_json_formatter (0.1.3 )
6155 tzinfo (2.0.4 )
6256 concurrent-ruby (~> 1.0 )
63- webmock (3.11.0 )
57+ webmock (3.11.3 )
6458 addressable (>= 2.3.6 )
6559 crack (>= 0.3.2 )
6660 hashdiff (>= 0.4.0 , < 2.0.0 )
@@ -79,4 +73,4 @@ DEPENDENCIES
7973 yard (~> 0.9.26 )
8074
8175BUNDLED WITH
82- 1.17.2
76+ 2.2.7
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121 s . test_files = s . files . grep ( %r{^spec/} )
2222 s . require_paths = [ "lib" ]
2323
24- s . add_dependency 'activesupport' , '>= 3.2'
24+ s . add_dependency 'activesupport' , '>= 3.2' , '< 6.2'
2525 s . add_dependency 'nokogiri' , '~> 1.11.0'
2626
2727 s . add_development_dependency 'rake' , '~> 13.0.3'
You can’t perform that action at this time.
0 commit comments