File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 remote: .
33 specs:
44 contentstack_utils (1.1.3 )
5- activesupport (>= 3 .2 )
5+ activesupport (~> 5 .2 )
66 nokogiri (~> 1.11 )
77
88GEM
99 remote: https://rubygems.org/
1010 specs:
11- activesupport (6.1.7.3 )
11+ activesupport (5.2.8.1 )
1212 concurrent-ruby (~> 1.0 , >= 1.0.2 )
13- i18n (>= 1.6 , < 2 )
14- minitest (>= 5.1 )
15- tzinfo (~> 2.0 )
16- zeitwerk (~> 2.3 )
13+ i18n (>= 0.7 , < 2 )
14+ minitest (~> 5.1 )
15+ tzinfo (~> 1.1 )
1716 addressable (2.8.1 )
1817 public_suffix (>= 2.0.2 , < 6.0 )
1918 concurrent-ruby (1.2.2 )
2625 concurrent-ruby (~> 1.0 )
2726 mini_portile2 (2.8.1 )
2827 minitest (5.18.0 )
29- nokogiri (1.13.10 )
28+ nokogiri (1.14.2 )
3029 mini_portile2 (~> 2.8.0 )
3130 racc (~> 1.4 )
32- nokogiri (1.13.10 -x64-mingw32 )
31+ nokogiri (1.14.2 -x64-mingw32 )
3332 racc (~> 1.4 )
3433 public_suffix (5.0.1 )
3534 racc (1.6.2 )
5453 simplecov_json_formatter (~> 0.1 )
5554 simplecov-html (0.12.3 )
5655 simplecov_json_formatter (0.1.4 )
57- tzinfo (2.0.6 )
58- concurrent-ruby (~> 1.0 )
56+ thread_safe (0.3.6 )
57+ tzinfo (1.2.11 )
58+ thread_safe (~> 0.1 )
5959 webmock (3.11.3 )
6060 addressable (>= 2.3.6 )
6161 crack (>= 0.3.2 )
6262 hashdiff (>= 0.4.0 , < 2.0.0 )
6363 webrick (1.7.0 )
6464 yard (0.9.28 )
6565 webrick (~> 1.7.0 )
66- zeitwerk (2.6.7 )
6766
6867PLATFORMS
6968 ruby
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' , '~> 5 .2'
2525 s . add_dependency 'nokogiri' , '~> 1.11'
2626
2727 s . add_development_dependency 'rake' , '~> 13.0.3'
You can’t perform that action at this time.
0 commit comments