Skip to content

Commit

Permalink
Merge pull request #5000 from dodona-edu/dependabot/bundler/puma-6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere authored Sep 25, 2023
2 parents 5a07640 + cbdffa9 commit 31d36c5
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.8'
# Use mysql as the database for Active Record
gem 'mysql2', '~> 0.5.5'
# Use Puma as the app server
gem 'puma', '~> 6.3.1'
gem 'puma', '~> 6.4.0'

# Use dart-sass for stylesheets
gem 'cssbundling-rails', '~> 1.3.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ GEM
pretender (0.5.0)
actionpack (>= 6.1)
public_suffix (5.0.3)
puma (6.3.1)
puma (6.4.0)
nio4r (~> 2.0)
pundit (2.3.1)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -581,7 +581,7 @@ DEPENDENCIES
omniauth_openid_connect (~> 0.7.1)
premailer-rails (~> 1.12.0)
pretender (~> 0.5.0)
puma (~> 6.3.1)
puma (~> 6.4.0)
pundit (~> 2.3.1)
rack-mini-profiler (~> 3.1.1)
rails (~> 7.0.8)
Expand Down

0 comments on commit 31d36c5

Please sign in to comment.