Skip to content

Commit

Permalink
Merge pull request #67 from board-together/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
MarchandMD authored Oct 21, 2023
2 parents 802f778 + bf3ac18 commit e327aef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'rails', '~> 5.2.8', '>= 5.2.8.1'
gem 'pg', '>= 0.18', '< 2.0'

# Server
gem 'puma', '~> 4.3'
gem 'puma', '~> 5.6'

# HTTP Client
gem 'faraday'
Expand Down
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,12 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
Expand All @@ -124,7 +128,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.3)
puma (4.3.12)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
Expand Down Expand Up @@ -264,7 +268,7 @@ DEPENDENCIES
pg (>= 0.18, < 2.0)
pry
pry-rails
puma (~> 4.3)
puma (~> 5.6)
rack-cors
rails (~> 5.2.8, >= 5.2.8.1)
rspec-rails
Expand Down

0 comments on commit e327aef

Please sign in to comment.