Skip to content

Commit

Permalink
Merge pull request #186 from betadots/dependabot/bundler/puma-6.4.0
Browse files Browse the repository at this point in the history
Bump puma from 6.3.1 to 6.4.0
  • Loading branch information
rwaffen authored Sep 21, 2023
2 parents 05bf740 + 21854d8 commit 216b22a
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 @@ -8,7 +8,7 @@ gem 'rails', '~> 7.0.0'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.5'
# Use Puma as the app server
gem 'puma', '~> 6.3'
gem 'puma', '~> 6.4'

# Asset handling
gem 'sprockets-rails'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ GEM
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
public_suffix (5.0.3)
puma (6.3.1)
puma (6.4.0)
nio4r (~> 2.0)
puppet (8.2.0)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -476,7 +476,7 @@ DEPENDENCIES
listen (~> 3.2)
mini_racer
net-ldap
puma (~> 6.3)
puma (~> 6.4)
puppet
puppetdb-ruby
rails (~> 7.0.0)
Expand Down

0 comments on commit 216b22a

Please sign in to comment.