Skip to content

Commit

Permalink
build(deps): bump puma in /cloud-sql/mysql/activerecord (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 77d3440 commit 3b51905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cloud-sql/mysql/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 mysql as the database for Active Record
gem "mysql2", "~> 0.5.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
9 changes: 3 additions & 6 deletions cloud-sql/mysql/activerecord/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,13 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nio4r (2.7.0)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
puma (6.4.0)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
Expand Down Expand Up @@ -213,7 +211,6 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.6.6)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.6-x86_64-darwin)
sqlite3 (1.6.6-x86_64-linux)
thor (1.2.2)
tilt (2.3.0)
Expand Down Expand Up @@ -247,7 +244,7 @@ DEPENDENCIES
jbuilder (~> 2.11)
listen (~> 3.8)
mysql2 (~> 0.5.5)
puma (~> 6.3)
puma (~> 6.4)
rails (~> 7.0, < 7.1)
rspec-rails (~> 6.0)
rspec_junit_formatter
Expand Down

0 comments on commit 3b51905

Please sign in to comment.