Skip to content

Commit 98942e3

Browse files
Merge pull request #3 from shopsmart/pin-activesupport
pin-activesupport
2 parents d318693 + b457799 commit 98942e3

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

Gemfile.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@ PATH
22
remote: .
33
specs:
44
contentstack_utils (1.1.3)
5-
activesupport (>= 3.2)
5+
activesupport (~> 5.2)
66
nokogiri (~> 1.11)
77

88
GEM
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)
@@ -26,10 +25,10 @@ GEM
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)
@@ -54,16 +53,16 @@ GEM
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

6867
PLATFORMS
6968
ruby

contentstack_utils.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)