Skip to content

Commit

Permalink
Chore(deps): Bump puma from 3.12.1 to 5.6.7 in /ruby/example1
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 5.6.7.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v3.12.1...v5.6.7)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent 3045059 commit e995d80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ruby/example1/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'rails', '~> 6.0.0'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
gem 'puma', '~> 3.11'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
9 changes: 6 additions & 3 deletions ruby/example1/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.2)
mimemagic (0.3.3)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
Expand All @@ -104,7 +106,8 @@ GEM
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
public_suffix (3.1.1)
puma (3.12.1)
puma (5.6.7)
nio4r (~> 2.0)
rack (2.0.7)
rack-proxy (0.6.5)
rack
Expand Down Expand Up @@ -206,7 +209,7 @@ DEPENDENCIES
capybara (>= 2.15)
jbuilder (~> 2.7)
listen (>= 3.0.5, < 3.2)
puma (~> 3.11)
puma (~> 5.6)
rails (~> 6.0.0)
sass-rails (~> 5)
selenium-webdriver
Expand Down

0 comments on commit e995d80

Please sign in to comment.