Skip to content

Commit

Permalink
Gemfile: Fix unit tests with Ruby < 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Jul 27, 2016
1 parent f5ccd82 commit 35e5ecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ group :unit do
gem 'simplecov', '~> 0.9'
gem 'should_not', '~> 1.1'
gem 'chefspec', '~> 4.1'
gem 'rack', '~> 1.0' if RUBY_VERSION < '2.2.2'
end

group :integration do
Expand Down

0 comments on commit 35e5ecc

Please sign in to comment.