Skip to content

Commit

Permalink
Merge pull request #21 from EndymionJkb/dependabot/bundler/puma-5.6.7
Browse files Browse the repository at this point in the history
Bump puma from 4.3.12 to 5.6.7
  • Loading branch information
EndymionJkb authored Aug 19, 2023
2 parents 785b67e + ad1998e commit e39c684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'rails', '5.2.4.2'
# Use postgresql as the database for Active Record
gem 'pg', '1.2.3'
# Use Puma as the app server
gem 'puma', '4.3.12'
gem 'puma', '5.6.7'
# Use SCSS for stylesheets
gem 'sassc-rails', '2.1.2'
# Use Uglifier as compressor for JavaScript assets
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ GEM
mini_portile2 (2.6.1)
minitest (5.15.0)
msgpack (1.3.3)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (1.2.3)
popper_js (1.16.0)
puma (4.3.12)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.7)
Expand Down Expand Up @@ -269,7 +269,7 @@ DEPENDENCIES
jquery-ui-rails (= 6.0.1)
listen (>= 3.0.5, < 3.2)
pg (= 1.2.3)
puma (= 4.3.12)
puma (= 5.6.7)
rails (= 5.2.4.2)
rb-readline (= 0.5.5)
rspec-its (= 1.3.0)
Expand Down

0 comments on commit e39c684

Please sign in to comment.