Skip to content

Commit

Permalink
AO3-6889 Add rack-timeout gem (otwcode#5036)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjaustin committed Jan 28, 2025
1 parent 7bd1b98 commit bd7a306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ gem "marcel", "1.0.2"
# Library for helping run pt-online-schema-change commands:
gem "departure", "~> 6.5"

# Ruby 3.1 means we need to specify a version of mail until we get to rails 7.x
gem "mail", ">= 2.8"
gem "rack-timeout"

group :test do
gem "rspec-rails", "~> 6.0"
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ GEM
rack (~> 2.2, >= 2.2.4)
rack-test (2.2.0)
rack (>= 1.3)
rack-timeout (0.7.0)
rails (7.0.8.7)
actioncable (= 7.0.8.7)
actionmailbox (= 7.0.8.7)
Expand Down Expand Up @@ -687,7 +688,6 @@ DEPENDENCIES
kgio (= 2.10.0)
launchy
lograge
mail (>= 2.8)
marcel (= 1.0.2)
mechanize
minitest
Expand All @@ -703,6 +703,7 @@ DEPENDENCIES
rack (~> 2.2)
rack-attack
rack-dev-mark (>= 0.7.8)
rack-timeout
rails (~> 7.0.8)
rails-controller-testing
rails-i18n
Expand Down

0 comments on commit bd7a306

Please sign in to comment.