Skip to content

Commit 3bc306c

Browse files
Bump sinatra from 3.2.0 to 4.1.0
Bumps [sinatra](https://github.com/sinatra/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-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56787d3 commit 3bc306c

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

Gemfile.lock

+14-9
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,13 @@ GEM
113113
puma (6.4.3)
114114
nio4r (~> 2.0)
115115
racc (1.8.1)
116-
rack (2.2.10)
117-
rack-protection (3.2.0)
116+
rack (3.1.8)
117+
rack-protection (4.1.0)
118118
base64 (>= 0.1.0)
119-
rack (~> 2.2, >= 2.2.4)
119+
logger (>= 1.6.0)
120+
rack (>= 3.0.0, < 4)
121+
rack-session (2.0.0)
122+
rack (>= 3.0.0)
120123
rack-test (2.1.0)
121124
rack (>= 1.3)
122125
rake (13.2.1)
@@ -145,16 +148,18 @@ GEM
145148
sentry-ruby (5.21.0)
146149
bigdecimal
147150
concurrent-ruby (~> 1.0, >= 1.0.2)
148-
sinatra (3.2.0)
151+
sinatra (4.1.0)
152+
logger (>= 1.6.0)
149153
mustermann (~> 3.0)
150-
rack (~> 2.2, >= 2.2.4)
151-
rack-protection (= 3.2.0)
154+
rack (>= 3.0.0, < 4)
155+
rack-protection (= 4.1.0)
156+
rack-session (>= 2.0.0, < 3)
152157
tilt (~> 2.0)
153-
sinatra-contrib (3.2.0)
158+
sinatra-contrib (4.1.0)
154159
multi_json (>= 0.0.2)
155160
mustermann (~> 3.0)
156-
rack-protection (= 3.2.0)
157-
sinatra (= 3.2.0)
161+
rack-protection (= 4.1.0)
162+
sinatra (= 4.1.0)
158163
tilt (~> 2.0)
159164
sinatra-reloader (1.0)
160165
sinatra-contrib

0 commit comments

Comments
 (0)