Skip to content

Commit 062ee71

Browse files
Bump sinatra from 3.2.0 to 4.1.0 in the bundler group across 1 directory
Bumps the bundler group with 1 update in the / directory: [sinatra](https://github.com/sinatra/sinatra). Updates `sinatra` from 3.2.0 to 4.1.0 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v3.2.0...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.1.0 dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4b0d24 commit 062ee71

1 file changed

Lines changed: 18 additions & 14 deletions

File tree

Gemfile.lock

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -426,17 +426,18 @@ GEM
426426
puma (6.6.0)
427427
nio4r (~> 2.0)
428428
racc (1.8.1)
429-
rack (2.2.13)
430-
rack-protection (3.2.0)
429+
rack (3.1.16)
430+
rack-protection (4.1.0)
431431
base64 (>= 0.1.0)
432-
rack (~> 2.2, >= 2.2.4)
433-
rack-session (1.0.2)
434-
rack (< 3)
432+
logger (>= 1.6.0)
433+
rack (>= 3.0.0, < 4)
434+
rack-session (2.1.1)
435+
base64 (>= 0.1.0)
436+
rack (>= 3.0.0)
435437
rack-test (2.2.0)
436438
rack (>= 1.3)
437-
rackup (1.0.1)
438-
rack (< 3)
439-
webrick
439+
rackup (2.2.1)
440+
rack (>= 3)
440441
rails-dom-testing (2.2.0)
441442
activesupport (>= 5.0.0)
442443
minitest
@@ -585,10 +586,12 @@ GEM
585586
simplecov-html (~> 0.11)
586587
simplecov-html (0.13.1)
587588
simpleidn (0.2.3)
588-
sinatra (3.2.0)
589+
sinatra (4.1.0)
590+
logger (>= 1.6.0)
589591
mustermann (~> 3.0)
590-
rack (~> 2.2, >= 2.2.4)
591-
rack-protection (= 3.2.0)
592+
rack (>= 3.0.0, < 4)
593+
rack-protection (= 4.1.0)
594+
rack-session (>= 2.0.0, < 3)
592595
tilt (~> 2.0)
593596
sqlite3 (1.7.3)
594597
mini_portile2 (~> 2.8.0)
@@ -599,12 +602,13 @@ GEM
599602
syslog (0.3.0)
600603
logger
601604
test-prof (1.4.4)
602-
thin (1.8.2)
605+
thin (2.0.1)
603606
daemons (~> 1.0, >= 1.0.9)
604607
eventmachine (~> 1.0, >= 1.0.4)
605-
rack (>= 1, < 3)
608+
logger
609+
rack (>= 1, < 4)
606610
thor (1.3.2)
607-
tilt (2.6.0)
611+
tilt (2.6.1)
608612
timecop (0.9.10)
609613
timeout (0.4.3)
610614
toml (0.2.0)

0 commit comments

Comments
 (0)