Skip to content

Commit eb52d8c

Browse files
Bump sinatra from 3.2.0 to 4.1.0 in /server
Bumps [sinatra](https://github.com/sinatra/sinatra) from 3.2.0 to 4.1.0. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](sinatra/sinatra@v3.2.0...v4.1.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3dbf5c9 commit eb52d8c

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

server/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
source 'https://rubygems.org'
33

4-
gem 'sinatra', '>= 3.0.0', '< 4'
4+
gem 'sinatra', '>= 3.0.0', '< 5'
55
gem 'sinatra-websocket', '~> 0.3.1'
66
gem 'base64', '~> 0.2.0'

server/Gemfile.lock

+17-11
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,33 @@ GEM
99
addressable (>= 2.1.1)
1010
eventmachine (>= 0.12.9)
1111
eventmachine (1.2.7)
12+
logger (1.6.1)
1213
mustermann (3.0.3)
1314
ruby2_keywords (~> 0.0.1)
1415
public_suffix (6.0.1)
15-
rack (2.2.10)
16-
rack-protection (3.2.0)
16+
rack (3.1.8)
17+
rack-protection (4.1.0)
1718
base64 (>= 0.1.0)
18-
rack (~> 2.2, >= 2.2.4)
19+
logger (>= 1.6.0)
20+
rack (>= 3.0.0, < 4)
21+
rack-session (2.0.0)
22+
rack (>= 3.0.0)
1923
ruby2_keywords (0.0.5)
20-
sinatra (3.2.0)
24+
sinatra (4.1.0)
25+
logger (>= 1.6.0)
2126
mustermann (~> 3.0)
22-
rack (~> 2.2, >= 2.2.4)
23-
rack-protection (= 3.2.0)
27+
rack (>= 3.0.0, < 4)
28+
rack-protection (= 4.1.0)
29+
rack-session (>= 2.0.0, < 3)
2430
tilt (~> 2.0)
2531
sinatra-websocket (0.3.1)
2632
em-websocket (~> 0.3.6)
2733
eventmachine
2834
thin (>= 1.3.1, < 2.0.0)
29-
thin (1.8.2)
30-
daemons (~> 1.0, >= 1.0.9)
31-
eventmachine (~> 1.0, >= 1.0.4)
32-
rack (>= 1, < 3)
35+
thin (1.6.2)
36+
daemons (>= 1.0.9)
37+
eventmachine (>= 1.0.0)
38+
rack (>= 1.0.0)
3339
tilt (2.4.0)
3440

3541
PLATFORMS
@@ -38,7 +44,7 @@ PLATFORMS
3844

3945
DEPENDENCIES
4046
base64 (~> 0.2.0)
41-
sinatra (>= 3.0.0, < 4)
47+
sinatra (>= 3.0.0, < 5)
4248
sinatra-websocket (~> 0.3.1)
4349

4450
BUNDLED WITH

0 commit comments

Comments
 (0)