Skip to content

Commit

Permalink
Merge pull request #1739 from tryzealot/dependabot/bundler/puma-6.5.0
Browse files Browse the repository at this point in the history
chore(deps): bump puma from 6.4.3 to 6.5.0
  • Loading branch information
icyleaf authored Nov 27, 2024
2 parents 20b1530 + db260c6 commit e07b210
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.3'
gem 'puma', '~> 6.5.0'
gem 'rails', '~> 7.2.2'
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 @@ -412,7 +412,7 @@ GEM
psych (5.2.0)
stringio
public_suffix (6.0.1)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
pundit (2.4.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -681,7 +681,7 @@ DEPENDENCIES
propshaft (= 1.1.0)
pry-rails
pry-rescue
puma (~> 6.4.3)
puma (~> 6.5.0)
pundit (~> 2.4.0)
rack (~> 3.0.11)
rack-cors (~> 2.0.2)
Expand Down

0 comments on commit e07b210

Please sign in to comment.