Skip to content

Commit 416516c

Browse files
Bump sinatra from 3.0.4 to 4.1.0 in /building-a-web-application
Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.0.4 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v3.0.4...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8144c90 commit 416516c

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

building-a-web-application/Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ GEM
5151
postgresql_cursor (0.6.9)
5252
activerecord (>= 6.0)
5353
racc (1.8.1)
54-
rack (3.1.7)
55-
rack-protection (4.0.0)
54+
rack (3.1.8)
55+
rack-protection (4.1.0)
5656
base64 (>= 0.1.0)
57+
logger (>= 1.6.0)
5758
rack (>= 3.0.0, < 4)
5859
rack-session (2.0.0)
5960
rack (>= 3.0.0)
@@ -88,17 +89,18 @@ GEM
8889
postgresql_cursor (~> 0.6)
8990
thread_safe (~> 0.3.6)
9091
tzinfo (>= 1.1)
91-
sinatra (4.0.0)
92+
sinatra (4.1.0)
93+
logger (>= 1.6.0)
9294
mustermann (~> 3.0)
9395
rack (>= 3.0.0, < 4)
94-
rack-protection (= 4.0.0)
96+
rack-protection (= 4.1.0)
9597
rack-session (>= 2.0.0, < 3)
9698
tilt (~> 2.0)
97-
sinatra-contrib (4.0.0)
99+
sinatra-contrib (4.1.0)
98100
multi_json (>= 0.0.2)
99101
mustermann (~> 3.0)
100-
rack-protection (= 4.0.0)
101-
sinatra (= 4.0.0)
102+
rack-protection (= 4.1.0)
103+
sinatra (= 4.1.0)
102104
tilt (~> 2.0)
103105
sinatra-flash (0.3.0)
104106
sinatra (>= 1.0.0)

0 commit comments

Comments
 (0)