Skip to content
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem 'rubocop', (RUBY_VERSION >= '2.4' ? '~> 0.80.1' : '~> 0.49.1')

if Gem::Version.new(chef_version) >= Gem::Version.new('14.10.9')
group :development do
gem 'activesupport', '~> 6.0.3'
gem 'activesupport', '~> 6.1.7'
gem 'virtus'
gem 'inflecto'
end
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.4)
activesupport (6.1.7.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.1)
Expand Down Expand Up @@ -92,7 +92,7 @@ GEM
cleanroom (1.0.0)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.7)
concurrent-ruby (1.2.2)
cookbook-omnifetch (0.11.1)
mixlib-archive (>= 0.4, < 2.0)
cookstyle (6.1.6)
Expand Down Expand Up @@ -139,7 +139,7 @@ GEM
hashie (3.6.0)
highline (1.7.10)
httpclient (2.8.3)
i18n (1.8.5)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
inflecto (0.0.2)
Expand All @@ -166,7 +166,7 @@ GEM
multi_json (~> 1.14)
mini_portile2 (2.5.0)
minitar (0.9)
minitest (5.14.2)
minitest (5.19.0)
mixlib-archive (1.0.7)
mixlib-log
mixlib-authentication (2.1.1)
Expand Down Expand Up @@ -327,8 +327,8 @@ GEM
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.1)
tzinfo (1.2.7)
thread_safe (~> 0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.6.1)
unicode_utils (1.4.0)
uuidtools (2.1.5)
Expand Down Expand Up @@ -358,13 +358,13 @@ GEM
wisper (2.0.1)
wmi-lite (1.0.5)
yaml (0.1.0)
zeitwerk (2.4.0)
zeitwerk (2.6.11)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 6.0.3)
activesupport (~> 6.1.7)
berkshelf
chef (= 14.10.9)
chefspec
Expand Down