Skip to content

Commit

Permalink
Merge pull request #532 from Crown-Commercial-Service/dependabot/bund…
Browse files Browse the repository at this point in the history
…ler/puma-6.4.0
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
2 parents d15bb29 + c6c49b6 commit ee30ed7
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 @@ -10,7 +10,7 @@ gem 'rails', '~> 7.0.8'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.6'
# Use Puma as the app server
gem 'puma', '~> 6.3'
gem 'puma', '~> 6.4'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem 'webpacker', '~> 5.4', '>= 5.4.4'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.3)
puma (6.3.1)
puma (6.4.0)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.1)
Expand Down Expand Up @@ -381,7 +381,7 @@ DEPENDENCIES
jwt (~> 2.7.1)
listen (~> 3.8)
pg (~> 1.5.3)
puma (~> 6.3)
puma (~> 6.4)
rack-attack (~> 6.7.0)
rails (~> 7.0.8)
rails-controller-testing (~> 1.0.5, >= 1.0.5)
Expand Down

0 comments on commit ee30ed7

Please sign in to comment.