Skip to content

Commit

Permalink
Merge pull request #4 from jenniferwills/dependabot/bundler/puma-4.3.8
Browse files Browse the repository at this point in the history
Bump puma from 4.3.5 to 4.3.8
  • Loading branch information
jenniferwills authored Sep 29, 2021
2 parents 99c7e5c + 0989471 commit 366f50d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'rails', '~> 6.0.3', '>= 6.0.3.1'
gem 'sqlite3', '~> 1.4'
gem 'pg'
# Use Puma as the app server
gem 'puma', '~> 4.1'
gem 'puma', '~> 4.3'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,21 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mimemagic (0.3.5)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.1)
msgpack (1.3.3)
nio4r (2.5.2)
nio4r (2.5.7)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
pg (1.2.3)
popper_js (1.16.0)
public_suffix (4.0.5)
puma (4.3.5)
puma (4.3.8)
nio4r (~> 2.0)
rack (2.2.3)
rack-test (1.1.0)
Expand Down Expand Up @@ -240,7 +242,7 @@ DEPENDENCIES
kaminari (~> 1.2.1)
listen (~> 3.2)
pg
puma (~> 4.1)
puma (~> 4.3)
rails (~> 6.0.3, >= 6.0.3.1)
sass-rails (>= 6)
selenium-webdriver
Expand Down

0 comments on commit 366f50d

Please sign in to comment.