Skip to content

Commit 08d4405

Browse files
committed
update dependencies
* Fixes Puma security issue
1 parent 47dbf47 commit 08d4405

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
AllCops:
2+
NewCops: enable
3+
14
Layout/ParameterAlignment:
25
EnforcedStyle: with_fixed_indentation
36

Gemfile.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ GEM
66
bundler (>= 1.2.0, < 3)
77
thor (~> 0.18)
88
diff-lcs (1.3)
9-
jaro_winkler (1.5.4)
109
mustermann (1.1.1)
1110
ruby2_keywords (~> 0.0.1)
1211
nio4r (2.5.2)
1312
parallel (1.19.1)
14-
parser (2.7.0.4)
13+
parser (2.7.1.2)
1514
ast (~> 2.4.0)
16-
puma (4.3.3)
15+
puma (4.3.5)
1716
nio4r (~> 2.0)
1817
rack (2.2.2)
1918
rack-protection (2.0.8.1)
@@ -26,23 +25,25 @@ GEM
2625
rspec-core (~> 3.9.0)
2726
rspec-expectations (~> 3.9.0)
2827
rspec-mocks (~> 3.9.0)
29-
rspec-core (3.9.1)
30-
rspec-support (~> 3.9.1)
31-
rspec-expectations (3.9.0)
28+
rspec-core (3.9.2)
29+
rspec-support (~> 3.9.3)
30+
rspec-expectations (3.9.2)
3231
diff-lcs (>= 1.2.0, < 2.0)
3332
rspec-support (~> 3.9.0)
3433
rspec-mocks (3.9.1)
3534
diff-lcs (>= 1.2.0, < 2.0)
3635
rspec-support (~> 3.9.0)
37-
rspec-support (3.9.2)
38-
rubocop (0.80.1)
39-
jaro_winkler (~> 1.5.1)
36+
rspec-support (3.9.3)
37+
rubocop (0.84.0)
4038
parallel (~> 1.10)
4139
parser (>= 2.7.0.1)
4240
rainbow (>= 2.2.2, < 4.0)
4341
rexml
42+
rubocop-ast (>= 0.0.3)
4443
ruby-progressbar (~> 1.7)
45-
unicode-display_width (>= 1.4.0, < 1.7)
44+
unicode-display_width (>= 1.4.0, < 2.0)
45+
rubocop-ast (0.0.3)
46+
parser (>= 2.7.0.1)
4647
ruby-progressbar (1.10.1)
4748
ruby2_keywords (0.0.2)
4849
sinatra (2.0.8.1)
@@ -52,7 +53,7 @@ GEM
5253
tilt (~> 2.0)
5354
thor (0.20.3)
5455
tilt (2.0.10)
55-
unicode-display_width (1.6.1)
56+
unicode-display_width (1.7.0)
5657

5758
PLATFORMS
5859
ruby

0 commit comments

Comments
 (0)