File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
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 .0"
15
+ gem "sinatra" , "~> 4.1 .0"
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 16
16
language_server-protocol (3.17.0.5 )
17
17
lint_roller (1.1.0 )
18
18
logger (1.7.0 )
19
- mustermann (3.0.0 )
19
+ mustermann (3.0.3 )
20
20
ruby2_keywords (~> 0.0.1 )
21
21
parallel (1.27.0 )
22
22
parser (3.3.8.0 )
26
26
racc (1.8.1 )
27
27
racc (1.8.1-java )
28
28
rack (3.1.14 )
29
- rack-protection (4.0 .0 )
29
+ rack-protection (4.1 .0 )
30
30
base64 (>= 0.1.0 )
31
+ logger (>= 1.6.0 )
31
32
rack (>= 3.0.0 , < 4 )
32
33
rack-session (2.1.1 )
33
34
base64 (>= 0.1.0 )
74
75
rubocop (~> 1.61 )
75
76
ruby-progressbar (1.13.0 )
76
77
ruby2_keywords (0.0.5 )
77
- sinatra (4.0.0 )
78
+ sinatra (4.1.0 )
79
+ logger (>= 1.6.0 )
78
80
mustermann (~> 3.0 )
79
81
rack (>= 3.0.0 , < 4 )
80
- rack-protection (= 4.0 .0 )
82
+ rack-protection (= 4.1 .0 )
81
83
rack-session (>= 2.0.0 , < 3 )
82
84
tilt (~> 2.0 )
83
- tilt (2.4 .0 )
85
+ tilt (2.6 .0 )
84
86
unicode-display_width (3.1.4 )
85
87
unicode-emoji (~> 4.0 , >= 4.0.4 )
86
88
unicode-emoji (4.0.4 )
@@ -104,7 +106,7 @@ DEPENDENCIES
104
106
rubocop-performance (~> 1.21 )
105
107
rubocop-rake (~> 0.6.0 )
106
108
rubocop-rspec (~> 3.0 )
107
- sinatra (~> 4.0 .0 )
109
+ sinatra (~> 4.1 .0 )
108
110
109
111
BUNDLED WITH
110
112
2.5.14
You can’t perform that action at this time.
0 commit comments