Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update activesupport requirement from >= 4.2.7.1, < 7.0 to >= 4.2.7.1, < 8.0 in /oc-chef-pedant #382

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions oc-chef-pedant/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
oc-chef-pedant (2.2.0)
activesupport (>= 4.2.7.1, < 7.0)
activesupport (>= 4.2.7.1, < 8.0)
addressable
erubis (~> 2.7)
mixlib-authentication (> 1.4, < 4.0)
Expand All @@ -18,12 +18,11 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.4)
activesupport (7.0.4.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.1.1)
Expand Down Expand Up @@ -91,7 +90,7 @@ GEM
uuidtools (~> 2.1)
webrick
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.0)
debug_inspector (1.1.0)
diff-lcs (1.3)
domain_name (0.5.20190701)
Expand Down Expand Up @@ -128,7 +127,7 @@ GEM
http-cookie (1.0.4)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.8.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
iniparse (1.5.0)
inspec-core (4.41.2)
Expand Down Expand Up @@ -171,7 +170,7 @@ GEM
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225)
minitest (5.14.4)
minitest (5.17.0)
mixlib-archive (1.1.7)
mixlib-log
mixlib-authentication (3.0.10)
Expand Down Expand Up @@ -289,7 +288,7 @@ GEM
pastel (~> 0.8)
strings (~> 0.2.0)
tty-screen (~> 0.8)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
Expand Down Expand Up @@ -318,7 +317,6 @@ GEM
winrm (~> 2.0)
wisper (2.0.1)
wmi-lite (1.0.5)
zeitwerk (2.4.2)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion oc-chef-pedant/oc-chef-pedant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.executables = ['oc-chef-pedant']

s.add_dependency('rspec', '~> 3.2')
s.add_dependency('activesupport', '>= 4.2.7.1', '< 7.0') # For active_support/concern
s.add_dependency('activesupport', '>= 4.2.7.1', '< 8.0') # For active_support/concern
s.add_dependency('mixlib-authentication', '> 1.4', '< 4.0')
s.add_dependency('mixlib-config', '>= 2', '< 4')
s.add_dependency('mixlib-shellout', '>= 1.1')
Expand Down