Skip to content

Commit

Permalink
Merge pull request #2175 from alphagov/update-rack
Browse files Browse the repository at this point in the history
Update Rack to 1.6.1
  • Loading branch information
boffbowsh committed May 15, 2015
2 parents 704397a + 58542e5 commit a141931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit a141931

Please sign in to comment.