mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Merge pull request #5382 from dokku/dependabot/bundler/tests/apps/ruby/sinatra-3.0.2
chore(deps): bump sinatra from 2.2.2 to 3.0.2 in /tests/apps/ruby
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
source 'https://rubygems.org'
|
||||
ruby '2.6.8'
|
||||
|
||||
gem 'sinatra', '~>2.2.2'
|
||||
gem 'sinatra', '~>3.0.2'
|
||||
gem 'thin'
|
||||
|
||||
@@ -3,16 +3,16 @@ GEM
|
||||
specs:
|
||||
daemons (1.4.0)
|
||||
eventmachine (1.2.7)
|
||||
mustermann (2.0.2)
|
||||
mustermann (3.0.0)
|
||||
ruby2_keywords (~> 0.0.1)
|
||||
rack (2.2.4)
|
||||
rack-protection (2.2.2)
|
||||
rack-protection (3.0.2)
|
||||
rack
|
||||
ruby2_keywords (0.0.5)
|
||||
sinatra (2.2.2)
|
||||
mustermann (~> 2.0)
|
||||
rack (~> 2.2)
|
||||
rack-protection (= 2.2.2)
|
||||
sinatra (3.0.2)
|
||||
mustermann (~> 3.0)
|
||||
rack (~> 2.2, >= 2.2.4)
|
||||
rack-protection (= 3.0.2)
|
||||
tilt (~> 2.0)
|
||||
thin (1.8.1)
|
||||
daemons (~> 1.0, >= 1.0.9)
|
||||
@@ -24,5 +24,5 @@ PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
sinatra (~> 2.2.2)
|
||||
sinatra (~> 3.0.2)
|
||||
thin
|
||||
|
||||
Reference in New Issue
Block a user