Skip to content

Commit 863a4f8

Browse files
Bump sinatra from 2.0.8.1 to 2.2.3
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.8.1 to 2.2.3. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v2.0.8.1...v2.2.3) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4626a53 commit 863a4f8

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

Gemfile.lock

+12-13
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ GEM
108108
msgpack (1.7.0)
109109
multi_json (1.14.1)
110110
multipart-post (2.1.1)
111-
mustermann (1.1.1)
111+
mustermann (2.0.2)
112112
ruby2_keywords (~> 0.0.1)
113113
net-http-persistent (3.0.0)
114114
connection_pool (~> 2.2)
@@ -133,7 +133,7 @@ GEM
133133
json
134134
websocket (~> 1.0)
135135
rack (2.2.6.2)
136-
rack-protection (2.0.8.1)
136+
rack-protection (2.2.3)
137137
rack
138138
rack-ssl (1.4.1)
139139
rack
@@ -179,7 +179,7 @@ GEM
179179
ruby-progressbar (~> 1.7)
180180
unicode-display_width (~> 1.0, >= 1.0.1)
181181
ruby-progressbar (1.10.0)
182-
ruby2_keywords (0.0.2)
182+
ruby2_keywords (0.0.5)
183183
ruby_dep (1.5.0)
184184
sawyer (0.8.2)
185185
addressable (>= 2.3.5)
@@ -191,20 +191,19 @@ GEM
191191
json (>= 1.8, < 3)
192192
simplecov-html (~> 0.10.0)
193193
simplecov-html (0.10.2)
194-
sinatra (2.0.8.1)
195-
mustermann (~> 1.0)
196-
rack (~> 2.0)
197-
rack-protection (= 2.0.8.1)
194+
sinatra (2.2.3)
195+
mustermann (~> 2.0)
196+
rack (~> 2.2)
197+
rack-protection (= 2.2.3)
198198
tilt (~> 2.0)
199-
sinatra-contrib (2.0.8.1)
200-
backports (>= 2.8.2)
199+
sinatra-contrib (2.2.3)
201200
multi_json
202-
mustermann (~> 1.0)
203-
rack-protection (= 2.0.8.1)
204-
sinatra (= 2.0.8.1)
201+
mustermann (~> 2.0)
202+
rack-protection (= 2.2.3)
203+
sinatra (= 2.2.3)
205204
tilt (~> 2.0)
206205
thread_safe (0.3.6)
207-
tilt (2.0.10)
206+
tilt (2.1.0)
208207
travis (1.8.9)
209208
backports
210209
faraday (~> 0.9)

0 commit comments

Comments
 (0)