diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -58,7 +58,7 @@ group(:development, :test) do # we pin rake as a copy of rake is installed from the ruby source # if you bump the ruby version you should confirm we don't end up with # two rake gems installed again - gem "rake", "<= 12.3.2" + gem "rake", "<= 13.0.1" gem "rspec-core", "~> 3.5" gem "rspec-mocks", "~> 3.5" diff --git a/Gemfile.lock b/Gemfile.lock index 8212eff528..e183609964 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -309,7 +309,7 @@ GEM public_suffix (4.0.3) rack (2.2.2) rainbow (3.0.0) - rake (12.3.2) + rake (13.0.1) rb-readline (0.5.5) regexp_parser (1.7.0) rexml (3.2.4) @@ -476,7 +476,7 @@ DEPENDENCIES pry-byebug pry-remote pry-stack_explorer - rake (<= 12.3.2) + rake (<= 13.0.1) rb-readline rspec-core (~> 3.5) rspec-expectations (~> 3.5) |