Skip to content

Commit

Permalink
Merge pull request #219 from glennsarti/pin_rack
Browse files Browse the repository at this point in the history
(maint) Pin rack to 1.x
  • Loading branch information
mattkirby authored May 15, 2017
2 parents e3cda9d + e399087 commit d9d4510
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ else
end

gem 'puma', '>= 3.6.0'
gem 'rack', '>= 1.6'
# Rack 2.x requires ruby 2.2 or above.
# As VMPooler should work in older jruby, we need to be Ruby 1.9.3 compatible.
gem 'rack', '~> 1.6'
gem 'rake', '>= 10.4'
gem 'rbvmomi', '>= 1.8'
gem 'redis', '>= 3.2'
Expand Down

0 comments on commit d9d4510

Please sign in to comment.