Skip to content

Commit c9f3c76

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 b847d91 commit c9f3c76

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ 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"

Gemfile.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,19 @@ GEM
1414
json (2.7.2)
1515
json (2.7.2-java)
1616
language_server-protocol (3.17.0.3)
17-
mustermann (3.0.0)
17+
logger (1.6.4)
18+
mustermann (3.0.3)
1819
ruby2_keywords (~> 0.0.1)
1920
parallel (1.25.1)
2021
parser (3.3.3.0)
2122
ast (~> 2.4.1)
2223
racc
2324
racc (1.8.0)
2425
racc (1.8.0-java)
25-
rack (3.1.6)
26-
rack-protection (4.0.0)
26+
rack (3.1.8)
27+
rack-protection (4.1.0)
2728
base64 (>= 0.1.0)
29+
logger (>= 1.6.0)
2830
rack (>= 3.0.0, < 4)
2931
rack-session (2.0.0)
3032
rack (>= 3.0.0)
@@ -71,10 +73,11 @@ 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)
8083
strscan (3.1.0)
@@ -100,7 +103,7 @@ DEPENDENCIES
100103
rubocop-performance (~> 1.21)
101104
rubocop-rake (~> 0.6.0)
102105
rubocop-rspec (~> 3.0)
103-
sinatra (~> 4.0)
106+
sinatra (~> 4.1)
104107

105108
BUNDLED WITH
106109
2.5.14

0 commit comments

Comments
 (0)