Skip to content

Commit

Permalink
build(deps): bump puma in /appengine/standard-rails-hello-world (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 290afed commit 4042853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appengine/standard-rails-hello-world/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source "https://rubygems.org"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 7.0"
# Use Puma as the app server
gem "puma", "~> 6.3"
gem "puma", "~> 6.4"
# Use SCSS for stylesheets
gem "sass-rails", "~> 6.0"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Expand Down
6 changes: 3 additions & 3 deletions appengine/standard-rails-hello-world/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nio4r (2.7.0)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
public_suffix (5.0.3)
puma (6.3.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
Expand Down Expand Up @@ -231,7 +231,7 @@ DEPENDENCIES
capybara
jbuilder (~> 2.11)
listen (~> 3.8)
puma (~> 6.3)
puma (~> 6.4)
rails (~> 7.0)
rspec-rails
rspec_junit_formatter
Expand Down

0 comments on commit 4042853

Please sign in to comment.