diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-17 15:53:59 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-08-22 10:05:27 -0700 |
commit | df7648421014da98dcd90d7f67eeb1008d59f806 (patch) | |
tree | a82633a08dc61e4d6511d26b66b8f5f25596829d /Gemfile | |
parent | 251b953c4366e52ef7782aed9bdabb8c28a10f6f (diff) | |
download | chef-df7648421014da98dcd90d7f67eeb1008d59f806.tar.gz |
remove ruby 2.1 support
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -66,7 +66,6 @@ end group(:development, :test) do gem "simplecov" - gem "rack", "< 2.0" # 2.0 requires Ruby 2.2+ # for testing new chefstyle rules # gem 'chefstyle', github: 'chef/chefstyle' |