Skip to content

Commit

Permalink
Merge pull request #1851 from datadryad/dependabot/bundler/puma-6.4.3
Browse files Browse the repository at this point in the history
Bump puma from 6.4.2 to 6.4.3
  • Loading branch information
alinvetian authored Sep 20, 2024
2 parents 0ee09b1 + 94eeac0 commit f3bc370
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 @@ -24,7 +24,7 @@ gem 'ed25519', '1.3.0'
gem 'rdoc', '~> 6.1.1' # for some reason needs to be installed for capistrano to work right
gem 'rubocop', '~> 1.64', require: false
# Use Puma as the app server
gem 'puma', '6.4.2', group: :puma, require: false
gem 'puma', '6.4.3', group: :puma, require: false

# ############################################################
# UI
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ GEM
pry (~> 0.9)
slop (~> 3.0)
public_suffix (5.0.3)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
pundit (2.3.1)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -895,7 +895,7 @@ DEPENDENCIES
pry
pry-rails
pry-remote
puma (= 6.4.2)
puma (= 6.4.3)
pundit (~> 2.3)
rack-attack
rails (~> 7.0)
Expand Down

0 comments on commit f3bc370

Please sign in to comment.