Skip to content

Commit

Permalink
fix(assets/curler): Bundle rackup as required by sinatra 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlong committed Jan 25, 2024
1 parent ac8ee91 commit 012a2a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/curler/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source 'https://rubygems.org'

gem 'sinatra'
gem 'webrick'
gem 'rackup'
4 changes: 4 additions & 0 deletions assets/curler/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,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 @@ -24,5 +27,6 @@ PLATFORMS
ruby

DEPENDENCIES
rackup
sinatra
webrick
Binary file added assets/curler/vendor/cache/rackup-2.1.0.gem
Binary file not shown.

0 comments on commit 012a2a1

Please sign in to comment.