Skip to content

Commit 7542a62

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 4ca1ee6 commit 7542a62

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
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.0"
15+
gem "sinatra", "~> 4.1.0"
1616

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

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GEM
1616
language_server-protocol (3.17.0.5)
1717
lint_roller (1.1.0)
1818
logger (1.7.0)
19-
mustermann (3.0.0)
19+
mustermann (3.0.3)
2020
ruby2_keywords (~> 0.0.1)
2121
parallel (1.27.0)
2222
parser (3.3.8.0)
@@ -26,8 +26,9 @@ GEM
2626
racc (1.8.1)
2727
racc (1.8.1-java)
2828
rack (3.1.14)
29-
rack-protection (4.0.0)
29+
rack-protection (4.1.0)
3030
base64 (>= 0.1.0)
31+
logger (>= 1.6.0)
3132
rack (>= 3.0.0, < 4)
3233
rack-session (2.1.1)
3334
base64 (>= 0.1.0)
@@ -74,13 +75,14 @@ GEM
7475
rubocop (~> 1.61)
7576
ruby-progressbar (1.13.0)
7677
ruby2_keywords (0.0.5)
77-
sinatra (4.0.0)
78+
sinatra (4.1.0)
79+
logger (>= 1.6.0)
7880
mustermann (~> 3.0)
7981
rack (>= 3.0.0, < 4)
80-
rack-protection (= 4.0.0)
82+
rack-protection (= 4.1.0)
8183
rack-session (>= 2.0.0, < 3)
8284
tilt (~> 2.0)
83-
tilt (2.4.0)
85+
tilt (2.6.0)
8486
unicode-display_width (3.1.4)
8587
unicode-emoji (~> 4.0, >= 4.0.4)
8688
unicode-emoji (4.0.4)
@@ -104,7 +106,7 @@ DEPENDENCIES
104106
rubocop-performance (~> 1.21)
105107
rubocop-rake (~> 0.6.0)
106108
rubocop-rspec (~> 3.0)
107-
sinatra (~> 4.0.0)
109+
sinatra (~> 4.1.0)
108110

109111
BUNDLED WITH
110112
2.5.14

0 commit comments

Comments
 (0)