diff --git a/Gemfile b/Gemfile index a143d2bb..2a69da63 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,6 @@ gem "rubocop-rspec", require: false gem "safe_yaml" group :test do - gem "rake" + gem "rake", ">= 12.3.3" gem "rspec" end diff --git a/Gemfile.lock b/Gemfile.lock index d87a5729..37501360 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,7 +21,7 @@ GEM method_source (~> 0.8.1) slop (~> 3.4) rainbow (2.1.0) - rake (12.0.0) + rake (13.0.1) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -60,7 +60,7 @@ DEPENDENCIES activesupport parser (~> 2.3.3.1) pry - rake + rake (>= 12.3.3) rspec rubocop (~> 0.45) rubocop-migrations @@ -68,4 +68,4 @@ DEPENDENCIES safe_yaml BUNDLED WITH - 1.13.6 + 1.17.3