Skip to content

Commit

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

Bump puma from 5.6.4 to 5.6.7 in /examples/sinatra
  • Loading branch information
alachaum authored Nov 20, 2023
2 parents 0fff94c + 051daea commit 5b3d64e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/sinatra/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ruby '3.0.0'
gem 'sinatra'

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

# Support rake tasks
gem 'rake'
Expand Down
6 changes: 3 additions & 3 deletions examples/sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ GEM
multipart-post (2.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.8)
nio4r (2.5.9)
os (1.1.4)
public_suffix (4.0.6)
puma (5.6.4)
puma (5.6.7)
nio4r (~> 2.0)
rack (2.2.6.4)
rack-protection (2.2.3)
Expand Down Expand Up @@ -128,7 +128,7 @@ PLATFORMS

DEPENDENCIES
cloudenvoy!
puma (~> 5.6.4)
puma (~> 5.6.7)
rake
sinatra

Expand Down

0 comments on commit 5b3d64e

Please sign in to comment.