Skip to content

Commit

Permalink
Merge pull request #1382 from tryzealot/dependabot/bundler/puma-6.4.2
Browse files Browse the repository at this point in the history
chore(deps): bump puma from 6.4.0 to 6.4.2
  • Loading branch information
icyleaf authored Feb 25, 2024
2 parents e35757f + 314cf2d commit 08dc0ac
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 @@ -4,7 +4,7 @@ source 'https://rubygems.org'

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem 'puma', '~> 6.4.0'
gem 'puma', '~> 6.4.2'
gem 'rails', '~> 7.1.2'
gem 'rails-i18n', '~> 7.0.5'
gem 'rake', '~> 13.0.4'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (5.0.4)
puma (6.4.0)
puma (6.4.2)
nio4r (~> 2.0)
pundit (2.3.1)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -613,7 +613,7 @@ DEPENDENCIES
propshaft (= 0.8.0)
pry-rails
pry-rescue
puma (~> 6.4.0)
puma (~> 6.4.2)
pundit (~> 2.3.1)
rack-cors (~> 2.0.1)
rails (~> 7.1.2)
Expand Down

0 comments on commit 08dc0ac

Please sign in to comment.