Skip to content

Commit

Permalink
Bump puma from 3.12.2 to 5.6.7 in /examples/rails-custom-login-page
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 3.12.2 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.2...v5.6.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent 35ee99f commit f6e6857
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/rails-custom-login-page/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.4'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.12'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
7 changes: 4 additions & 3 deletions examples/rails-custom-login-page/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ GEM
httparty (>= 0.13.7)
nokogiri (>= 1.6.3.1)
public_suffix (3.0.2)
puma (3.12.2)
puma (5.6.7)
nio4r (~> 2.0)
rack (2.0.8)
rack-test (0.8.3)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -195,8 +196,8 @@ DEPENDENCIES
jbuilder (~> 2.5)
jquery-rails
listen (>= 3.0.5, < 3.2)
onelogin (~> 1.5.0)
puma (~> 3.12)
onelogin (~> 1.6.0)
puma (~> 5.6)
rails (~> 5.1.4)
sass-rails (~> 5.0)
selenium-webdriver
Expand Down

0 comments on commit f6e6857

Please sign in to comment.