Skip to content

Commit

Permalink
Merge pull request #484 from sophiedeziel/dependabot/bundler/puma-6.5.0
Browse files Browse the repository at this point in the history
Bump puma from 6.4.3 to 6.5.0
  • Loading branch information
github-actions[bot] authored Nov 25, 2024
2 parents f189108 + 91507d5 commit a50ed96
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 @@ -15,7 +15,7 @@ gem 'sprockets-rails'
gem 'sqlite3', '~> 2.3'

# Use the Puma web server [https://github.com/puma/puma]
gem 'puma', '~> 6.4'
gem 'puma', '~> 6.5'

# Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem 'jbuilder'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ GEM
psych (5.2.0)
stringio
public_suffix (6.0.1)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.8)
Expand Down Expand Up @@ -337,7 +337,7 @@ DEPENDENCIES
graphql (~> 2.4)
image_processing (~> 1.13)
jbuilder
puma (~> 6.4)
puma (~> 6.5)
rails (~> 7.2.2)
react_on_rails (= 14.0.5)
rspec-its (~> 2.0)
Expand Down

0 comments on commit a50ed96

Please sign in to comment.