Skip to content

Commit

Permalink
Bump rack-timeout from 0.6.3 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [rack-timeout](https://github.com/zombocom/rack-timeout) from 0.6.3 to 0.7.0.
- [Changelog](https://github.com/zombocom/rack-timeout/blob/main/CHANGELOG.md)
- [Commits](zombocom/rack-timeout@v0.6.3...v0.7.0)

---
updated-dependencies:
- dependency-name: rack-timeout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amatsuda committed Dec 9, 2024
1 parent d908bbc commit 7770298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ gem 'sendgrid-ruby'

group :production do
gem 'aws-sdk-s3'
gem 'rack-timeout', '~> 0.6'
gem 'rack-timeout', '~> 0.7'
end

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ GEM
rack
rack-test (2.1.0)
rack (>= 1.3)
rack-timeout (0.6.3)
rack-timeout (0.7.0)
rails (6.1.7.2)
actioncable (= 6.1.7.2)
actionmailbox (= 6.1.7.2)
Expand Down Expand Up @@ -595,7 +595,7 @@ DEPENDENCIES
puma
pundit
rack-mini-profiler
rack-timeout (~> 0.6)
rack-timeout (~> 0.7)
rails (~> 6.1.6)
rails-assets-momentjs!
rails-controller-testing
Expand Down

0 comments on commit 7770298

Please sign in to comment.