Skip to content

Commit

Permalink
Bump rack-canonical-host from 1.2.0 to 1.3.0 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent a26d2bd commit 558a4b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'paper_trail', '~> 11.1'
gem 'pg'
gem 'puma'
gem 'rack-accept', require: 'rack/accept'
gem 'rack-canonical-host', '1.2.0'
gem 'rack-canonical-host', '1.3.0'
gem 'rack-cors', require: 'rack/cors'
gem 'rack-ssl', require: 'rack/ssl'
gem 'rails', '6.1.7.7'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.4)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
autoprefixer-rails (6.4.0.1)
Expand Down Expand Up @@ -171,16 +171,16 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.6)
public_suffix (5.0.1)
public_suffix (5.0.4)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8.1)
rack-accept (0.4.5)
rack (>= 0.4)
rack-canonical-host (1.2.0)
rack-canonical-host (1.3.0)
addressable (> 0, < 3)
rack (>= 1, < 4)
rack (>= 1.6, < 4)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-ssl (1.4.1)
Expand Down Expand Up @@ -344,7 +344,7 @@ DEPENDENCIES
pg
puma
rack-accept
rack-canonical-host (= 1.2.0)
rack-canonical-host (= 1.3.0)
rack-cors
rack-ssl
rails (= 6.1.7.7)
Expand Down

0 comments on commit 558a4b9

Please sign in to comment.