Skip to content

Commit 74996e4

Browse files
Update dependency rack to v2.2.11 [SECURITY]
1 parent 3744a36 commit 74996e4

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gem 'loog', '0.2.1'
3232
gem 'minitest', '5.16.3', require: false
3333
gem 'minitest-reporters', '1.5.0', require: false
3434
gem 'pgtk', '0.7.5'
35-
gem 'rack', '2.1.4.1'
35+
gem 'rack', '2.2.11'
3636
gem 'rack-ssl', '1.4.1'
3737
gem 'rack-test', '1.1.0'
3838
gem 'rake', '12.3.3', require: false

Gemfile.lock

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ GEM
119119
plist (3.1.0)
120120
powerpack (0.1.3)
121121
racc (1.7.1)
122-
rack (2.1.4.1)
122+
rack (2.2.11)
123123
rack-protection (2.0.4)
124124
rack
125125
rack-ssl (1.4.1)
@@ -174,6 +174,11 @@ GEM
174174
rainbow (>= 2.2.2, < 4.0)
175175
ruby-progressbar (~> 1.7)
176176
unicode-display_width (~> 1.4.0)
177+
rubocop-minitest (0.0.1)
178+
rubocop-performance (1.0.0)
179+
rubocop (>= 0.58.0)
180+
rubocop-rake (0.5.1)
181+
rubocop
177182
rubocop-rspec (1.30.1)
178183
rubocop (>= 0.60.0)
179184
ruby-progressbar (1.13.0)
@@ -297,7 +302,7 @@ DEPENDENCIES
297302
minitest (= 5.16.3)
298303
minitest-reporters (= 1.5.0)
299304
pgtk (= 0.7.5)
300-
rack (= 2.1.4.1)
305+
rack (= 2.2.11)
301306
rack-ssl (= 1.4.1)
302307
rack-test (= 1.1.0)
303308
rake (= 12.3.3)
@@ -306,6 +311,9 @@ DEPENDENCIES
306311
rerun (= 0.13.1)
307312
rspec-rails (= 3.8.1)
308313
rubocop (= 0.62.0)
314+
rubocop-minitest (> 0)
315+
rubocop-performance (> 0)
316+
rubocop-rake (> 0)
309317
rubocop-rspec (= 1.30.1)
310318
sass (= 3.7.2)
311319
sentry-raven (= 2.7.4)

0 commit comments

Comments
 (0)