Skip to content

Commit

Permalink
Merge pull request #43 from keypup-io/dependabot/bundler/examples/rai…
Browse files Browse the repository at this point in the history
…ls/puma-5.6.7

Bump puma from 5.6.4 to 5.6.7 in /examples/rails
  • Loading branch information
alachaum committed Nov 20, 2023
2 parents 5b3d64e + 87efad1 commit 898655d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ruby '3.0.0'
gem 'rails', '~> 6.0.2'

# Server
gem 'puma', '~> 5.6.4'
gem 'puma', '~> 5.6.7'

# Messaging via GCP Pub/Sub
gem 'cloudenvoy', path: '../../'
Expand Down
6 changes: 3 additions & 3 deletions examples/rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ GEM
minitest (5.17.0)
multi_json (1.15.0)
multipart-post (2.1.1)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
os (1.1.4)
public_suffix (4.0.6)
puma (5.6.4)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -222,7 +222,7 @@ PLATFORMS

DEPENDENCIES
cloudenvoy!
puma (~> 5.6.4)
puma (~> 5.6.7)
rails (~> 6.0.2)
sqlite3

Expand Down

0 comments on commit 898655d

Please sign in to comment.