Skip to content

Commit

Permalink
build(deps): bump puma in /cloud-sql/postgres/activerecord (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent b71c489 commit 0384adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cloud-sql/postgres/activerecord/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rails", "~> 7.0", "<7.1"
# Use postgres as the database for Active Record
gem "pg", "~> 1.5"
# Use Puma as the app server
gem "puma", "~> 6.3"
gem "puma", "~> 6.4"
# Use SCSS for stylesheets
gem "sass-rails", "~> 6.0"
# Use Uglifier as compressor for JavaScript assets
Expand Down
6 changes: 3 additions & 3 deletions cloud-sql/postgres/activerecord/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nio4r (2.7.0)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
pg (1.5.4)
puma (6.4.0)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
Expand Down Expand Up @@ -237,7 +237,7 @@ DEPENDENCIES
jbuilder (~> 2.11)
listen (~> 3.8)
pg (~> 1.5)
puma (~> 6.3)
puma (~> 6.4)
rails (~> 7.0, < 7.1)
rspec-rails (~> 6.0.3)
rspec_junit_formatter
Expand Down

0 comments on commit 0384adf

Please sign in to comment.