Skip to content

Commit

Permalink
Merge pull request #167 from betadots/dependabot/bundler/puma-6.3.1
Browse files Browse the repository at this point in the history
Bump puma from 6.3.0 to 6.3.1
  • Loading branch information
rwaffen authored Aug 21, 2023
2 parents c99a7b3 + bb4eca5 commit 4ff91ff
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.0'
gem 'puma', '~> 6.3'

# 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 @@ -255,7 +255,7 @@ GEM
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
public_suffix (5.0.1)
puma (6.3.0)
puma (6.3.1)
nio4r (~> 2.0)
puppet (7.23.0)
concurrent-ruby (~> 1.0, < 1.2.0)
Expand Down Expand Up @@ -461,7 +461,7 @@ DEPENDENCIES
listen (~> 3.2)
mini_racer
net-ldap
puma (~> 6.0)
puma (~> 6.3)
puppet
puppetdb-ruby
rails (~> 7.0.0)
Expand Down

0 comments on commit 4ff91ff

Please sign in to comment.