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

Bump rack-timeout from 0.2.4 to 0.6.3 #153

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -37,7 +37,7 @@ gem 'actionview-encoded_mail_to'

group :production do
gem 'rails_12factor'
gem 'rack-timeout', '~> 0.2.4'
gem 'rack-timeout', '~> 0.6.3'
end

group :development do
Expand Down
11 changes: 7 additions & 4 deletions Gemfile.lock
@@ -1,6 +1,10 @@
GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
specs:
rails-assets-momentjs (2.17.1)

GEM
remote: https://rubygems.org/
specs:
actioncable (5.0.5)
actionpack (= 5.0.5)
Expand Down Expand Up @@ -278,7 +282,7 @@ GEM
rack (>= 1.2.0)
rack-test (0.6.3)
rack (>= 1.0)
rack-timeout (0.2.4)
rack-timeout (0.6.3)
rails (5.0.5)
actioncable (= 5.0.5)
actionmailer (= 5.0.5)
Expand All @@ -291,7 +295,6 @@ GEM
bundler (>= 1.3.0)
railties (= 5.0.5)
sprockets-rails (>= 2.0.0)
rails-assets-momentjs (2.17.1)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
Expand Down Expand Up @@ -443,7 +446,7 @@ DEPENDENCIES
puma (~> 4.0)
pundit
rack-mini-profiler
rack-timeout (~> 0.2.4)
rack-timeout (~> 0.6.3)
rails (= 5.0.5)
rails-assets-momentjs!
rails-controller-testing
Expand Down