Skip to content

Commit

Permalink
Merge pull request #867 from griffithlab/dependabot/bundler/server/pu…
Browse files Browse the repository at this point in the history
…ma-5.6.7

Bump puma from 5.6.4 to 5.6.7 in /server
  • Loading branch information
acoffman authored Aug 22, 2023
2 parents 8577c3e + 7a3b8e8 commit bf8150b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1', '>= 6.1.3.1'
# Use postgresql as the database for Active Record
gem 'pg', '~> 1.1'
# Use Puma as the app server
gem 'puma', '5.6.4'
gem 'puma', '5.6.7'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
4 changes: 2 additions & 2 deletions server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.1)
puma (5.6.4)
puma (5.6.7)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.1)
Expand Down Expand Up @@ -495,7 +495,7 @@ DEPENDENCIES
pg (~> 1.1)
pry
pry-rails
puma (= 5.6.4)
puma (= 5.6.7)
rack-cors (~> 1.1.1)
rack-mini-profiler (~> 2.0)
rails (~> 6.1, >= 6.1.3.1)
Expand Down

0 comments on commit bf8150b

Please sign in to comment.