Skip to content

Commit

Permalink
Bump puma from 4.3.12 to 5.6.8 in /source/scripts/ruby/blog/source (#474
Browse files Browse the repository at this point in the history
)

Bumps [puma](https://github.com/puma/puma) from 4.3.12 to 5.6.8.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v4.3.12...v5.6.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2024
1 parent a8f7d52 commit 1570031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/scripts/ruby/blog/source/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'rails', '~> 5.0.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 4.3'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
6 changes: 3 additions & 3 deletions source/scripts/ruby/blog/source/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ GEM
mini_mime (1.0.2)
mini_portile2 (2.8.2)
minitest (5.18.0)
nio4r (2.5.8)
nio4r (2.7.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
puma (4.3.12)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.7)
Expand Down Expand Up @@ -165,7 +165,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
jquery-rails
listen (~> 3.0.5)
puma (~> 4.3)
puma (~> 5.6)
rails (~> 5.0.1)
sass-rails (~> 5.0)
spring
Expand Down

0 comments on commit 1570031

Please sign in to comment.