Skip to content

Commit

Permalink
Merge pull request #59 from jeferson-sb/dependabot/bundler/api/puma-5…
Browse files Browse the repository at this point in the history
….6.8

chore(deps): bump puma from 5.6.5 to 5.6.8 in /api
  • Loading branch information
jeferson-sb authored Aug 25, 2024
2 parents 6096dd1 + 91f3d61 commit a52b87e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'rails', '~> 7.0.4'
gem 'sqlite3', '~> 1.4'

# Use the Puma web server [https://github.com/puma/puma]
gem 'puma', '~> 5.0'
gem 'puma', '~> 5.6'

# Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem 'jbuilder', '~> 2.11'
Expand Down
6 changes: 3 additions & 3 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.7.3)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.1)
ast (~> 2.4.1)
pg (1.5.4)
pkg-config (1.5.5)
puma (5.6.5)
puma (5.6.8)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -248,7 +248,7 @@ DEPENDENCIES
jbuilder (~> 2.11)
jwt (~> 2.7)
pg (~> 1.1)
puma (~> 5.0)
puma (~> 5.6)
rails (~> 7.0.4)
rmagick (~> 5.3)
rspec-rails (~> 6.0)
Expand Down

0 comments on commit a52b87e

Please sign in to comment.