Skip to content

Commit 778f88a

Browse files
Bump sinatra from 4.0.0 to 4.1.1
Bumps [sinatra](https://github.com/sinatra/sinatra) from 4.0.0 to 4.1.1. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v4.0.0...v4.1.1) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e598e46 commit 778f88a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Gemfile.lock

+5-3
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,9 @@ GEM
238238
nio4r (~> 2.0)
239239
racc (1.8.1)
240240
rack (3.1.8)
241-
rack-protection (4.0.0)
241+
rack-protection (4.1.1)
242242
base64 (>= 0.1.0)
243+
logger (>= 1.6.0)
243244
rack (>= 3.0.0, < 4)
244245
rack-session (2.0.0)
245246
rack (>= 3.0.0)
@@ -380,10 +381,11 @@ GEM
380381
simplecov_json_formatter (~> 0.1)
381382
simplecov-html (0.12.3)
382383
simplecov_json_formatter (0.1.4)
383-
sinatra (4.0.0)
384+
sinatra (4.1.1)
385+
logger (>= 1.6.0)
384386
mustermann (~> 3.0)
385387
rack (>= 3.0.0, < 4)
386-
rack-protection (= 4.0.0)
388+
rack-protection (= 4.1.1)
387389
rack-session (>= 2.0.0, < 3)
388390
tilt (~> 2.0)
389391
slim (5.2.1)

0 commit comments

Comments
 (0)