Skip to content

Commit 476fccc

Browse files
chore(deps): bump sinatra from 2.2.3 to 4.2.0 in /examples/ruby-api
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.2.3 to 4.2.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v2.2.3...v4.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb9a4e1 commit 476fccc

2 files changed

Lines changed: 20 additions & 11 deletions

File tree

examples/ruby-api/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source 'http://rubygems.org'
44

55
# gem "rails"
6-
gem 'sinatra', '~> 2.2'
6+
gem 'sinatra', '~> 4.2'
77
gem 'jwt', '~> 2.5'
88
gem 'dotenv'
99
gem 'puma'

examples/ruby-api/Gemfile.lock

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4+
base64 (0.3.0)
45
dotenv (2.8.1)
56
jwt (2.5.0)
6-
mustermann (2.0.2)
7+
logger (1.7.0)
8+
mustermann (3.0.4)
79
ruby2_keywords (~> 0.0.1)
810
nio4r (2.7.3)
911
puma (5.6.9)
1012
nio4r (~> 2.0)
11-
rack (2.2.18)
12-
rack-protection (2.2.3)
13-
rack
13+
rack (3.2.3)
14+
rack-protection (4.2.0)
15+
base64 (>= 0.1.0)
16+
logger (>= 1.6.0)
17+
rack (>= 3.0.0, < 4)
18+
rack-session (2.1.1)
19+
base64 (>= 0.1.0)
20+
rack (>= 3.0.0)
1421
ruby2_keywords (0.0.5)
15-
sinatra (2.2.3)
16-
mustermann (~> 2.0)
17-
rack (~> 2.2)
18-
rack-protection (= 2.2.3)
22+
sinatra (4.2.0)
23+
logger (>= 1.6.0)
24+
mustermann (~> 3.0)
25+
rack (>= 3.0.0, < 4)
26+
rack-protection (= 4.2.0)
27+
rack-session (>= 2.0.0, < 3)
1928
tilt (~> 2.0)
20-
tilt (2.0.11)
29+
tilt (2.6.1)
2130

2231
PLATFORMS
2332
aarch64-linux
@@ -27,7 +36,7 @@ DEPENDENCIES
2736
dotenv
2837
jwt (~> 2.5)
2938
puma
30-
sinatra (~> 2.2)
39+
sinatra (~> 4.2)
3140

3241
BUNDLED WITH
3342
2.3.7

0 commit comments

Comments
 (0)