File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ gem "rubocop", "~> 1.21"
12
12
gem "rubocop-performance" , "~> 1.21"
13
13
gem "rubocop-rake" , "~> 0.6.0"
14
14
gem "rubocop-rspec" , "~> 3.0"
15
- gem "sinatra" , "~> 4.0 "
15
+ gem "sinatra" , "~> 4.1 "
16
16
17
17
# for missing dependency of rack-protection
18
18
gem "logger" , "~> 1.7"
Original file line number Diff line number Diff line change 15
15
json (2.7.2-java )
16
16
language_server-protocol (3.17.0.3 )
17
17
logger (1.7.0 )
18
- mustermann (3.0.0 )
18
+ mustermann (3.0.3 )
19
19
ruby2_keywords (~> 0.0.1 )
20
20
parallel (1.25.1 )
21
21
parser (3.3.3.0 )
22
22
ast (~> 2.4.1 )
23
23
racc
24
24
racc (1.8.0 )
25
25
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 )
28
28
base64 (>= 0.1.0 )
29
+ logger (>= 1.6.0 )
29
30
rack (>= 3.0.0 , < 4 )
30
- rack-session (2.0.0 )
31
+ rack-session (2.1.1 )
32
+ base64 (>= 0.1.0 )
31
33
rack (>= 3.0.0 )
32
34
rackup (2.0.0 )
33
35
rack (>= 3 )
71
73
rubocop (~> 1.61 )
72
74
ruby-progressbar (1.13.0 )
73
75
ruby2_keywords (0.0.5 )
74
- sinatra (4.0.0 )
76
+ sinatra (4.1.0 )
77
+ logger (>= 1.6.0 )
75
78
mustermann (~> 3.0 )
76
79
rack (>= 3.0.0 , < 4 )
77
- rack-protection (= 4.0 .0 )
80
+ rack-protection (= 4.1 .0 )
78
81
rack-session (>= 2.0.0 , < 3 )
79
82
tilt (~> 2.0 )
80
- tilt (2.4 .0 )
83
+ tilt (2.6 .0 )
81
84
unicode-display_width (2.5.0 )
82
85
webrick (1.9.1 )
83
86
@@ -99,7 +102,7 @@ DEPENDENCIES
99
102
rubocop-performance (~> 1.21 )
100
103
rubocop-rake (~> 0.6.0 )
101
104
rubocop-rspec (~> 3.0 )
102
- sinatra (~> 4.0 )
105
+ sinatra (~> 4.1 )
103
106
104
107
BUNDLED WITH
105
108
2.5.14
You can’t perform that action at this time.
0 commit comments