Skip to content

Commit ace0a88

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: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55c4443 commit ace0a88

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "rubocop", "~> 1.21"
1212
gem "rubocop-performance", "~> 1.21"
1313
gem "rubocop-rake", "~> 0.6.0"
1414
gem "rubocop-rspec", "~> 3.0"
15-
gem "sinatra", "~> 4.0"
15+
gem "sinatra", "~> 4.1"
1616

1717
# for missing dependency of rack-protection
1818
gem "logger", "~> 1.7"

Gemfile.lock

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,21 @@ GEM
1515
json (2.7.2-java)
1616
language_server-protocol (3.17.0.3)
1717
logger (1.7.0)
18-
mustermann (3.0.0)
18+
mustermann (3.0.3)
1919
ruby2_keywords (~> 0.0.1)
2020
parallel (1.25.1)
2121
parser (3.3.3.0)
2222
ast (~> 2.4.1)
2323
racc
2424
racc (1.8.0)
2525
racc (1.8.0-java)
26-
rack (3.1.6)
27-
rack-protection (4.0.0)
26+
rack (3.1.14)
27+
rack-protection (4.1.0)
2828
base64 (>= 0.1.0)
29+
logger (>= 1.6.0)
2930
rack (>= 3.0.0, < 4)
30-
rack-session (2.0.0)
31+
rack-session (2.1.1)
32+
base64 (>= 0.1.0)
3133
rack (>= 3.0.0)
3234
rackup (2.1.0)
3335
rack (>= 3)
@@ -71,13 +73,14 @@ GEM
7173
rubocop (~> 1.61)
7274
ruby-progressbar (1.13.0)
7375
ruby2_keywords (0.0.5)
74-
sinatra (4.0.0)
76+
sinatra (4.1.0)
77+
logger (>= 1.6.0)
7578
mustermann (~> 3.0)
7679
rack (>= 3.0.0, < 4)
77-
rack-protection (= 4.0.0)
80+
rack-protection (= 4.1.0)
7881
rack-session (>= 2.0.0, < 3)
7982
tilt (~> 2.0)
80-
tilt (2.4.0)
83+
tilt (2.6.0)
8184
unicode-display_width (2.5.0)
8285
webrick (1.8.2)
8386

@@ -99,7 +102,7 @@ DEPENDENCIES
99102
rubocop-performance (~> 1.21)
100103
rubocop-rake (~> 0.6.0)
101104
rubocop-rspec (~> 3.0)
102-
sinatra (~> 4.0)
105+
sinatra (~> 4.1)
103106

104107
BUNDLED WITH
105108
2.5.14

0 commit comments

Comments
 (0)