Skip to content

Commit

Permalink
Merge pull request #1661 from tryzealot/dependabot/bundler/puma-6.4.3
Browse files Browse the repository at this point in the history
chore(deps): bump puma from 6.4.2 to 6.4.3
  • Loading branch information
icyleaf authored Sep 20, 2024
2 parents bb678a3 + 6605a6b commit fdca38f
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.2'
gem 'puma', '~> 6.4.3'
gem 'rails', '~> 7.2.1'
gem 'rails-i18n', '~> 7.0.5'
gem 'rack-cors', '~> 2.0.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (6.0.1)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
pundit (2.4.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -680,7 +680,7 @@ DEPENDENCIES
propshaft (= 1.0.0)
pry-rails
pry-rescue
puma (~> 6.4.2)
puma (~> 6.4.3)
pundit (~> 2.4.0)
rack (~> 3.0.11)
rack-cors (~> 2.0.2)
Expand Down

0 comments on commit fdca38f

Please sign in to comment.