Skip to content

Commit 653809d

Browse files
update the rake version in GEM file (#175)
* update the rake version in GEM file * fix typo
1 parent 861a87b commit 653809d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbooks/curl/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ gem 'berkshelf', '~> 6.3'
44
gem 'chef', '~> 13.6'
55
gem 'chefspec', '~> 7.1'
66
gem 'foodcritic', '~> 12.2'
7-
gem 'rake', '~> 12.3'
7+
gem 'rake', '~> 13.3'
88
gem 'rubocop', '~> 0.52'
99
gem 'stove', '~> 6.0'

cookbooks/curl/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ DEPENDENCIES
272272
chef (~> 13.6)
273273
chefspec (~> 7.1)
274274
foodcritic (~> 12.2)
275-
rake (~> 12.3)
275+
rake (~> 13.3)
276276
rubocop (~> 0.52)
277277
stove (~> 6.0)
278278

0 commit comments

Comments
 (0)