Skip to content

Commit

Permalink
bump add rackup so sinatra will work with newer versions of rack (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengerman13 authored Jun 14, 2024
1 parent 509c690 commit 08a230c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ruby-sinatra/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'

gem 'sinatra'
gem 'rackup'
gem 'puma'
5 changes: 5 additions & 0 deletions ruby-sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ GEM
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
ruby2_keywords (0.0.5)
sinatra (4.0.0)
mustermann (~> 3.0)
Expand All @@ -21,12 +24,14 @@ GEM
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
tilt (2.0.11)
webrick (1.8.1)

PLATFORMS
ruby

DEPENDENCIES
puma
rackup
sinatra

BUNDLED WITH
Expand Down

0 comments on commit 08a230c

Please sign in to comment.