diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 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" |