diff options
author | Tim Smith <tsmith@chef.io> | 2016-06-30 12:15:01 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2016-06-30 12:15:01 -0700 |
commit | 5327986bcd22ab0a409ddf1e115a46f5f6a3751f (patch) | |
tree | c309b0cc0efc0d7e86b364e29aa1fef428dfa100 /Gemfile | |
parent | de0332757c61ffb49ef3276783a715f012925575 (diff) | |
download | chef-5327986bcd22ab0a409ddf1e115a46f5f6a3751f.tar.gz |
Comment why we're pinning rack
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ end group(:development, :test) do gem "simplecov" - gem "rack", "< 2.0" + gem "rack", "< 2.0" # 2.0 requires Ruby 2.2+ # for testing new chefstyle rules # gem 'chefstyle', github: 'chef/chefstyle' |