Skip to content

Commit 2f1bbce

Browse files
Bump sinatra from 4.0.0 to 4.1.0 in the bundler group across 1 directory
Bumps the bundler group with 1 update in the / directory: [sinatra](https://github.com/sinatra/sinatra). Updates `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: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 697d16b commit 2f1bbce

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

Gemfile.lock

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ GEM
2424
irb (1.12.0)
2525
rdoc
2626
reline (>= 0.4.2)
27+
logger (1.6.1)
2728
multi_json (1.15.0)
28-
mustermann (3.0.0)
29+
mustermann (3.0.3)
2930
ruby2_keywords (~> 0.0.1)
3031
net-http (0.4.1)
3132
uri
@@ -37,8 +38,9 @@ GEM
3738
stringio
3839
public_suffix (5.0.4)
3940
rack (3.1.8)
40-
rack-protection (4.0.0)
41+
rack-protection (4.1.0)
4142
base64 (>= 0.1.0)
43+
logger (>= 1.6.0)
4244
rack (>= 3.0.0, < 4)
4345
rackup (2.1.0)
4446
rack (>= 3)
@@ -51,20 +53,21 @@ GEM
5153
sawyer (0.9.2)
5254
addressable (>= 2.3.5)
5355
faraday (>= 0.17.3, < 3)
54-
sinatra (4.0.0)
56+
sinatra (4.1.0)
57+
logger (>= 1.6.0)
5558
mustermann (~> 3.0)
5659
rack (>= 3.0.0, < 4)
57-
rack-protection (= 4.0.0)
60+
rack-protection (= 4.1.0)
5861
rack-session (>= 2.0.0, < 3)
5962
tilt (~> 2.0)
60-
sinatra-contrib (4.0.0)
63+
sinatra-contrib (4.1.0)
6164
multi_json (>= 0.0.2)
6265
mustermann (~> 3.0)
63-
rack-protection (= 4.0.0)
64-
sinatra (= 4.0.0)
66+
rack-protection (= 4.1.0)
67+
sinatra (= 4.1.0)
6568
tilt (~> 2.0)
6669
stringio (3.1.0)
67-
tilt (2.3.0)
70+
tilt (2.4.0)
6871
uri (0.13.0)
6972
webrick (1.8.2)
7073

0 commit comments

Comments
 (0)