Skip to content

Commit

Permalink
update rack version in Gemfile (only used for testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Oct 16, 2020
1 parent 49cef40 commit ee7e934
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 @@ -5,7 +5,7 @@ gemspec
gem 'jruby-openssl', '~> 0.9', :platform => :jruby
gem 'unicorn', :platforms => [:mri, :rbx], :groups => [:development, :test]
gem 'rubysl', '~> 2.0', :platform => :rbx
gem 'rack', '~> 1.6'
gem 'rack', '>= 2.1.4'

# group :benchmark do
# gem 'em-http-request'
Expand Down

0 comments on commit ee7e934

Please sign in to comment.