Skip to content

Commit

Permalink
build(deps): bump sinatra from 4.0.0 to 4.1.0 (#35825)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent c8f77cb commit 9d78fd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ group :jekyll_plugins do
gem 'jekyll-toc', '0.19.0'
end

gem 'sinatra', '4.0.0'
gem 'sinatra', '4.1.0'
gem 'nokogiri', '1.16.7'

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ GEM
public_suffix (6.0.1)
racc (1.8.1)
rack (3.1.8)
rack-protection (4.0.0)
rack-protection (4.1.0)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -143,10 +144,11 @@ GEM
ffi (~> 1.9)
sassc (2.1.0-x86_64-linux)
ffi (~> 1.9)
sinatra (4.0.0)
sinatra (4.1.0)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-protection (= 4.1.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sorbet-runtime (0.5.11647)
Expand Down Expand Up @@ -180,7 +182,7 @@ DEPENDENCIES
sass-embedded (= 1.81.0)
sass-globbing (= 1.1.5)
sassc (= 2.1.0)
sinatra (= 4.0.0)
sinatra (= 4.1.0)
stringex (= 2.8.6)
tzinfo (~> 2.0)
tzinfo-data
Expand Down

0 comments on commit 9d78fd2

Please sign in to comment.