Skip to content

Commit

Permalink
build(deps): bump puma in /appengine/rails-hello_world (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 5c91f19 commit 33284ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appengine/rails-hello_world/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end
# 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 "sassc-rails", "~> 2.1.2"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Expand Down
8 changes: 4 additions & 4 deletions appengine/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 @@ -227,9 +227,9 @@ PLATFORMS
DEPENDENCIES
byebug
capybara
jbuilder
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 33284ee

Please sign in to comment.