diff --git a/Gemfile b/Gemfile index 2437666bfed..f001cc117ad 100644 --- a/Gemfile +++ b/Gemfile @@ -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'