Skip to content

Commit efa105e

Browse files
Bump sinatra from 4.0.0 to 4.1.0
Bumps [sinatra](https://github.com/sinatra/sinatra) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0537824 commit efa105e

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

Gemfile.lock

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,10 @@ GEM
9292
listen (3.8.0)
9393
rb-fsevent (~> 0.10, >= 0.10.3)
9494
rb-inotify (~> 0.9, >= 0.9.10)
95+
logger (1.6.6)
9596
mercenary (0.4.0)
9697
multi_json (1.15.0)
97-
mustermann (3.0.0)
98+
mustermann (3.0.3)
9899
ruby2_keywords (~> 0.0.1)
99100
namae (1.1.1)
100101
nokogiri (1.16.3-arm64-darwin)
@@ -109,11 +110,13 @@ GEM
109110
forwardable-extended (~> 2.6)
110111
public_suffix (5.0.4)
111112
racc (1.7.3)
112-
rack (3.0.13)
113-
rack-protection (4.0.0)
113+
rack (3.1.11)
114+
rack-protection (4.1.0)
114115
base64 (>= 0.1.0)
116+
logger (>= 1.6.0)
115117
rack (>= 3.0.0, < 4)
116-
rack-session (2.0.0)
118+
rack-session (2.1.0)
119+
base64 (>= 0.1.0)
117120
rack (>= 3.0.0)
118121
rainbow (3.1.1)
119122
rake (13.1.0)
@@ -131,21 +134,22 @@ GEM
131134
sawyer (0.9.2)
132135
addressable (>= 2.3.5)
133136
faraday (>= 0.17.3, < 3)
134-
sinatra (4.0.0)
137+
sinatra (4.1.0)
138+
logger (>= 1.6.0)
135139
mustermann (~> 3.0)
136140
rack (>= 3.0.0, < 4)
137-
rack-protection (= 4.0.0)
141+
rack-protection (= 4.1.0)
138142
rack-session (>= 2.0.0, < 3)
139143
tilt (~> 2.0)
140-
sinatra-contrib (4.0.0)
144+
sinatra-contrib (4.1.0)
141145
multi_json (>= 0.0.2)
142146
mustermann (~> 3.0)
143-
rack-protection (= 4.0.0)
144-
sinatra (= 4.0.0)
147+
rack-protection (= 4.1.0)
148+
sinatra (= 4.1.0)
145149
tilt (~> 2.0)
146150
terminal-table (3.0.2)
147151
unicode-display_width (>= 1.1.1, < 3)
148-
tilt (2.3.0)
152+
tilt (2.6.0)
149153
unicode-display_width (2.5.0)
150154
webrick (1.8.2)
151155

0 commit comments

Comments
 (0)