Bump sinatra from 3.0.0 to 3.0.1 (#24256)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-27 09:23:10 +02:00 committed by GitHub
parent a6c318e644
commit 1f104c4b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ group :jekyll_plugins do
gem 'jekyll-toc', '0.17.1' gem 'jekyll-toc', '0.17.1'
end end
gem 'sinatra', '3.0.0' gem 'sinatra', '3.0.1'
gem 'nokogiri', '1.13.8' gem 'nokogiri', '1.13.8'
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

View File

@ -80,7 +80,7 @@ GEM
public_suffix (5.0.0) public_suffix (5.0.0)
racc (1.6.0) racc (1.6.0)
rack (2.2.4) rack (2.2.4)
rack-protection (3.0.0) rack-protection (3.0.1)
rack rack
rake (13.0.6) rake (13.0.6)
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
@ -97,10 +97,10 @@ GEM
ffi (~> 1.9) ffi (~> 1.9)
sassc (2.1.0-x64-mingw32) sassc (2.1.0-x64-mingw32)
ffi (~> 1.9) ffi (~> 1.9)
sinatra (3.0.0) sinatra (3.0.1)
mustermann (~> 3.0) mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4) rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.0) rack-protection (= 3.0.1)
tilt (~> 2.0) tilt (~> 2.0)
stringex (2.8.5) stringex (2.8.5)
terminal-table (2.0.0) terminal-table (2.0.0)
@ -127,7 +127,7 @@ DEPENDENCIES
rake (= 13.0.6) rake (= 13.0.6)
sass-globbing (= 1.1.5) sass-globbing (= 1.1.5)
sassc (= 2.1.0) sassc (= 2.1.0)
sinatra (= 3.0.0) sinatra (= 3.0.1)
stringex (= 2.8.5) stringex (= 2.8.5)
tzinfo (~> 2.0) tzinfo (~> 2.0)
tzinfo-data tzinfo-data