Skip to content

Commit 65fc01b

Browse files
committed
Package dependency update
1 parent e14dc77 commit 65fc01b

3 files changed

Lines changed: 23 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/contentstack/contentstack-utils-ruby/tree/v1.0.1) (2021-06-01)
4+
- Gemspec Dependency update
5+
36
## [1.0.0](https://github.com/contentstack/contentstack-utils-ruby/tree/v1.0.0) (2021-04-05)
47
- Initial release for Contentstack Utils SDK

Gemfile.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,36 @@ PATH
22
remote: .
33
specs:
44
contentstack_utils (1.0.0)
5-
activesupport
6-
nokogiri
5+
activesupport (>= 3.2)
6+
nokogiri (~> 1.11.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (6.1.0)
11+
activesupport (6.1.3.2)
1212
concurrent-ruby (~> 1.0, >= 1.0.2)
1313
i18n (>= 1.6, < 2)
1414
minitest (>= 5.1)
1515
tzinfo (~> 2.0)
1616
zeitwerk (~> 2.3)
1717
addressable (2.7.0)
1818
public_suffix (>= 2.0.2, < 5.0)
19-
concurrent-ruby (1.1.7)
19+
concurrent-ruby (1.1.8)
2020
crack (0.4.5)
2121
rexml
2222
diff-lcs (1.4.4)
2323
docile (1.3.4)
2424
hashdiff (1.0.1)
25-
i18n (1.8.7)
25+
i18n (1.8.10)
2626
concurrent-ruby (~> 1.0)
27-
mini_portile2 (2.5.0)
28-
minitest (5.14.2)
29-
nokogiri (1.11.0)
27+
mini_portile2 (2.5.2)
28+
net-ftp (~> 0.1)
29+
minitest (5.14.4)
30+
net-ftp (0.1.2)
31+
net-protocol
32+
time
33+
net-protocol (0.1.0)
34+
nokogiri (1.11.6)
3035
mini_portile2 (~> 2.5.0)
3136
racc (~> 1.4)
3237
public_suffix (4.0.6)
@@ -52,6 +57,7 @@ GEM
5257
simplecov_json_formatter (~> 0.1)
5358
simplecov-html (0.12.3)
5459
simplecov_json_formatter (0.1.2)
60+
time (0.1.0)
5561
tzinfo (2.0.4)
5662
concurrent-ruby (~> 1.0)
5763
webmock (3.11.0)
@@ -66,11 +72,11 @@ PLATFORMS
6672

6773
DEPENDENCIES
6874
contentstack_utils!
69-
rake
70-
rspec
71-
simplecov
72-
webmock
73-
yard
75+
rake (~> 13.0.3)
76+
rspec (~> 3.10.0)
77+
simplecov (~> 0.21.1)
78+
webmock (~> 3.11.0)
79+
yard (~> 0.9.26)
7480

7581
BUNDLED WITH
7682
1.17.2

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', '~> 6.1.0'
24+
s.add_dependency 'activesupport', '>= 3.2'
2525
s.add_dependency 'nokogiri', '~> 1.11.0'
2626

2727
s.add_development_dependency 'rake', '~> 13.0.3'

0 commit comments

Comments
 (0)