Skip to content

Commit

Permalink
Merge pull request #20 from betadots/dependabot/bundler/puma-5.6.4
Browse files Browse the repository at this point in the history
Bump puma from 5.3.1 to 5.6.4
  • Loading branch information
rwaffen committed Apr 7, 2022
2 parents 854a19a + ad5466a commit 3353a63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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', '~> 6.1.0', '>= 6.1.0.0'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
gem 'puma', '~> 5.3'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@ GEM
minitest (5.14.4)
multi_json (1.15.0)
multi_xml (0.6.0)
nio4r (2.5.7)
nio4r (2.5.8)
nokogiri (1.11.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.5-x86_64-linux)
racc (~> 1.4)
optimist (3.0.1)
public_suffix (4.0.6)
puma (5.3.1)
puma (5.6.4)
nio4r (~> 2.0)
puppet (7.12.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -284,7 +284,7 @@ DEPENDENCIES
gitable
hiera-eyaml
listen (~> 3.2)
puma (~> 5.3)
puma (~> 5.6)
puppet
puppetdb-ruby
rails (~> 6.1.0, >= 6.1.0.0)
Expand Down

0 comments on commit 3353a63

Please sign in to comment.