We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67666a2 commit 61695b5Copy full SHA for 61695b5
Gemfile
@@ -4,7 +4,7 @@ group :development do
4
gem 'stove'
5
gem 'chef'
6
gem 'github_changelog_generator'
7
- gem 'rake', '< 13'
+ gem 'rake', '< 14'
8
gem 'cookstyle'
9
gem 'kitchen-vagrant'
10
gem 'kitchen-inspec'
Gemfile.lock
@@ -452,7 +452,7 @@ GEM
452
public_suffix (4.0.5)
453
rack (2.2.3)
454
rainbow (3.0.0)
455
- rake (12.3.3)
+ rake (13.3.0)
456
regexp_parser (1.7.1)
457
representable (3.0.4)
458
declarative (< 0.1.0)
@@ -676,10 +676,10 @@ DEPENDENCIES
676
kitchen-inspec
677
kitchen-vagrant
678
nokogiri
679
- rake (< 13)
+ rake (< 14)
680
rspec
681
stove
682
webmock
683
684
BUNDLED WITH
685
- 1.17.3
+ 2.7.0
0 commit comments