Skip to content

Commit

Permalink
Comment why we're pinning rack
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jun 30, 2016
1 parent de03327 commit 5327986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5327986

Please sign in to comment.