We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861a87b commit 653809dCopy full SHA for 653809d
cookbooks/curl/Gemfile
@@ -4,6 +4,6 @@ gem 'berkshelf', '~> 6.3'
4
gem 'chef', '~> 13.6'
5
gem 'chefspec', '~> 7.1'
6
gem 'foodcritic', '~> 12.2'
7
-gem 'rake', '~> 12.3'
+gem 'rake', '~> 13.3'
8
gem 'rubocop', '~> 0.52'
9
gem 'stove', '~> 6.0'
cookbooks/curl/Gemfile.lock
@@ -272,7 +272,7 @@ DEPENDENCIES
272
chef (~> 13.6)
273
chefspec (~> 7.1)
274
foodcritic (~> 12.2)
275
- rake (~> 12.3)
+ rake (~> 13.3)
276
rubocop (~> 0.52)
277
stove (~> 6.0)
278
0 commit comments