diff options
author | Tim Smith <tsmith@chef.io> | 2019-01-22 17:05:49 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-01 14:19:32 -0700 |
commit | fbde83db83c690b57b7c49503454206ae5dc579f (patch) | |
tree | 66c4f68a4b839e69022a1fd146307ff220d7c985 /Gemfile | |
parent | 1767cecab210119d75893d065db84e4b1e6e0195 (diff) | |
download | chef-fbde83db83c690b57b7c49503454206ae5dc579f.tar.gz |
Install Ruby 2.6.2
Bump to the latest and greatest Ruby
Pin Rake to 12.3.2 since that's what ships in Ruby
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -53,7 +53,8 @@ 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.0" + gem "rake", "<= 12.3.2" + gem "rspec-core", "~> 3.5" gem "rspec-mocks", "~> 3.5" gem "rspec-expectations", "~> 3.5" |