diff --git a/Gemfile b/Gemfile index 8815970..3c9fa6a 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ gem 'chef', '~> 10.12.0' gem 'chefspec', '~>0.9.0' gem 'fauxhai', '~> 0.1.1' gem 'foodcritic', '~>1.7.0' -gem 'rake', '~> 0.9.2.2' +gem 'rake', '~> 12.3.3' diff --git a/Gemfile.lock b/Gemfile.lock index 816b730..63568af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM method_source (~> 0.7.1) slop (>= 2.4.4, < 3) rak (1.4) - rake (0.9.2.2) + rake (12.3.3) rest-client (1.6.7) mime-types (>= 1.16) rspec (2.11.0) @@ -116,4 +116,4 @@ DEPENDENCIES chefspec (~> 0.9.0) fauxhai (~> 0.1.1) foodcritic (~> 1.7.0) - rake (~> 0.9.2.2) + rake (~> 12.3.3)