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.2.1 )
5- activesupport (~> 5.2 )
6- nokogiri (~> 1.11 )
5+ activesupport (>= 6.1 )
6+ nokogiri (>= 1.13 )
77
88GEM
99 remote: https://rubygems.org/
1010 specs:
11- activesupport (5.2.8.1 )
11+ activesupport (6.1.7.10 )
1212 concurrent-ruby (~> 1.0 , >= 1.0.2 )
13- i18n (>= 0.7 , < 2 )
14- minitest (~> 5.1 )
15- tzinfo (~> 1.1 )
16- addressable (2.8.6 )
17- public_suffix (>= 2.0.2 , < 6.0 )
18- bigdecimal (3.1.7 )
19- concurrent-ruby (1.2.3 )
20- crack (1.0.0 )
13+ i18n (>= 1.6 , < 2 )
14+ minitest (>= 5.1 )
15+ tzinfo (~> 2.0 )
16+ zeitwerk (~> 2.3 )
17+ addressable (2.8.9 )
18+ public_suffix (>= 2.0.2 , < 8.0 )
19+ bigdecimal (4.0.1 )
20+ concurrent-ruby (1.3.6 )
21+ crack (1.0.1 )
2122 bigdecimal
2223 rexml
23- diff-lcs (1.5.1 )
24- docile (1.4.0 )
25- hashdiff (1.1.0 )
26- i18n (1.14.4 )
24+ diff-lcs (1.6.2 )
25+ docile (1.4.1 )
26+ hashdiff (1.2.1 )
27+ i18n (1.14.8 )
2728 concurrent-ruby (~> 1.0 )
28- mini_portile2 (2.8.5 )
29- minitest (5.22.3 )
29+ mini_portile2 (2.8.9 )
30+ minitest (5.25.4 )
3031 nokogiri (1.13.10 )
3132 mini_portile2 (~> 2.8.0 )
3233 racc (~> 1.4 )
3334 nokogiri (1.13.10-x64-mingw32 )
3435 racc (~> 1.4 )
35- public_suffix (5.0.4 )
36- racc (1.7.3 )
37- rake (13.0.6 )
38- rexml (3.2.6 )
39- rspec (3.13.0 )
36+ public_suffix (5.1.1 )
37+ racc (1.8.1 )
38+ rake (13.3.1 )
39+ rexml (3.4.4 )
40+ rspec (3.13.2 )
4041 rspec-core (~> 3.13.0 )
4142 rspec-expectations (~> 3.13.0 )
4243 rspec-mocks (~> 3.13.0 )
43- rspec-core (3.13.0 )
44+ rspec-core (3.13.6 )
4445 rspec-support (~> 3.13.0 )
45- rspec-expectations (3.13.0 )
46+ rspec-expectations (3.13.5 )
4647 diff-lcs (>= 1.2.0 , < 2.0 )
4748 rspec-support (~> 3.13.0 )
48- rspec-mocks (3.13.0 )
49+ rspec-mocks (3.13.8 )
4950 diff-lcs (>= 1.2.0 , < 2.0 )
5051 rspec-support (~> 3.13.0 )
51- rspec-support (3.13.1 )
52+ rspec-support (3.13.7 )
5253 simplecov (0.22.0 )
5354 docile (~> 1.1 )
5455 simplecov-html (~> 0.11 )
5556 simplecov_json_formatter (~> 0.1 )
56- simplecov-html (0.12.3 )
57+ simplecov-html (0.13.2 )
5758 simplecov_json_formatter (0.1.4 )
58- thread_safe (0.3.6 )
59- tzinfo (1.2.11 )
60- thread_safe (~> 0.1 )
61- webmock (3.23.0 )
59+ tzinfo (2.0.6 )
60+ concurrent-ruby (~> 1.0 )
61+ webmock (3.26.2 )
6262 addressable (>= 2.8.0 )
6363 crack (>= 0.3.2 )
6464 hashdiff (>= 0.4.0 , < 2.0.0 )
65- yard (0.9.36 )
65+ yard (0.9.38 )
66+ zeitwerk (2.6.18 )
6667
6768PLATFORMS
6869 ruby
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99 s . authors = [ %q{Contentstack} ]
1010 s . email = [ "support@contentstack.com" ]
1111
12- s . required_ruby_version = '>= 2.0 '
12+ s . required_ruby_version = '>= 2.5 '
1313
1414 s . license = "MIT"
1515 s . homepage = "https://github.com/contentstack/contentstack-utils-ruby"
@@ -21,8 +21,8 @@ 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' , '~> 5.2 '
25- s . add_dependency 'nokogiri' , '~> 1.11 '
24+ s . add_dependency 'activesupport' , '>= 6.1 '
25+ s . add_dependency 'nokogiri' , '>= 1.13 '
2626
2727 s . add_development_dependency 'rake' , '~> 13.0'
2828 s . add_development_dependency 'rspec' , '~> 3.13'
You can’t perform that action at this time.
0 commit comments