Skip to content

Commit

Permalink
Merge pull request #57 from RuanAyram/dependabot/bundler/puma-5.6.9
Browse files Browse the repository at this point in the history
Bump puma from 4.3.12 to 5.6.9
  • Loading branch information
RuanAyram authored Oct 16, 2024
2 parents b51e7c0 + 1a832e4 commit cca8ab6
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', '~> 5.2.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 4.3'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ GEM
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
public_suffix (4.0.6)
puma (4.3.12)
puma (5.6.9)
nio4r (~> 2.0)
pwa (4.0.5)
mozaic (~> 2.0)
Expand Down Expand Up @@ -232,7 +232,7 @@ DEPENDENCIES
devise
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
puma (~> 4.3)
puma (~> 5.6)
pwa (~> 4.0.5)
rails (~> 5.2.1)
sass-rails (~> 5.0)
Expand Down

0 comments on commit cca8ab6

Please sign in to comment.