Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rack to 1.6.1 #2175

Merged
merged 1 commit into from May 15, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'

gem 'rake', '10.1.0'
gem 'rails', '4.2.1'
gem 'rack', '~> 1.6.1' # Bug in Rack 1.6.0 prevents large forms being uploaded in Multipart mode
gem 'statsd-ruby', '~> 1.2.1', require: 'statsd'
gem 'mysql2'
gem 'jquery-rails'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Expand Up @@ -267,7 +267,7 @@ GEM
pry (~> 0.10)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.6.0)
rack (1.6.1)
rack-accept (0.4.5)
rack (>= 0.4)
rack-cache (1.2)
Expand Down Expand Up @@ -472,6 +472,7 @@ DEPENDENCIES
poltergeist (~> 1.5.1)
pry-byebug
quiet_assets
rack (~> 1.6.1)
rack-test (~> 0.6.3)
rack_strip_client_ip (= 0.0.1)
rails (= 4.2.1)
Expand Down