Skip to content

Commit 4f95e77

Browse files
committed
Update gems to avoid security vulnerabilities
1 parent 17bb800 commit 4f95e77

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

Gemfile.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ten_years_rails (0.1.0)
4+
ten_years_rails (0.2.0)
55
actionview
66
activesupport
77
colorize (>= 0.8.1)
@@ -10,63 +10,63 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actionview (5.2.0)
14-
activesupport (= 5.2.0)
13+
actionview (5.2.3)
14+
activesupport (= 5.2.3)
1515
builder (~> 3.1)
1616
erubi (~> 1.4)
1717
rails-dom-testing (~> 2.0)
1818
rails-html-sanitizer (~> 1.0, >= 1.0.3)
19-
activesupport (5.2.0)
19+
activesupport (5.2.3)
2020
concurrent-ruby (~> 1.0, >= 1.0.2)
2121
i18n (>= 0.7, < 2)
2222
minitest (~> 5.1)
2323
tzinfo (~> 1.1)
2424
builder (3.2.3)
2525
colorize (0.8.1)
26-
concurrent-ruby (1.0.5)
26+
concurrent-ruby (1.1.5)
2727
crass (1.0.4)
2828
diff-lcs (1.3)
2929
domain_name (0.5.20180417)
3030
unf (>= 0.0.5, < 1.0.0)
31-
erubi (1.7.1)
31+
erubi (1.8.0)
3232
http-cookie (1.0.3)
3333
domain_name (~> 0.5)
34-
i18n (1.0.1)
34+
i18n (1.6.0)
3535
concurrent-ruby (~> 1.0)
36-
loofah (2.2.2)
36+
loofah (2.2.3)
3737
crass (~> 1.0.2)
3838
nokogiri (>= 1.5.9)
39-
mime-types (3.1)
39+
mime-types (3.2.2)
4040
mime-types-data (~> 3.2015)
41-
mime-types-data (3.2016.0521)
42-
mini_portile2 (2.3.0)
41+
mime-types-data (3.2019.0331)
42+
mini_portile2 (2.4.0)
4343
minitest (5.11.3)
4444
netrc (0.11.0)
45-
nokogiri (1.8.2)
46-
mini_portile2 (~> 2.3.0)
45+
nokogiri (1.10.2)
46+
mini_portile2 (~> 2.4.0)
4747
rails-dom-testing (2.0.3)
4848
activesupport (>= 4.2.0)
4949
nokogiri (>= 1.6)
5050
rails-html-sanitizer (1.0.4)
5151
loofah (~> 2.2, >= 2.2.2)
52-
rake (10.4.2)
52+
rake (10.5.0)
5353
rest-client (2.0.2)
5454
http-cookie (>= 1.0.2, < 2.0)
5555
mime-types (>= 1.16, < 4.0)
5656
netrc (~> 0.8)
57-
rspec (3.7.0)
58-
rspec-core (~> 3.7.0)
59-
rspec-expectations (~> 3.7.0)
60-
rspec-mocks (~> 3.7.0)
61-
rspec-core (3.7.1)
62-
rspec-support (~> 3.7.0)
63-
rspec-expectations (3.7.0)
57+
rspec (3.8.0)
58+
rspec-core (~> 3.8.0)
59+
rspec-expectations (~> 3.8.0)
60+
rspec-mocks (~> 3.8.0)
61+
rspec-core (3.8.0)
62+
rspec-support (~> 3.8.0)
63+
rspec-expectations (3.8.2)
6464
diff-lcs (>= 1.2.0, < 2.0)
65-
rspec-support (~> 3.7.0)
66-
rspec-mocks (3.7.0)
65+
rspec-support (~> 3.8.0)
66+
rspec-mocks (3.8.0)
6767
diff-lcs (>= 1.2.0, < 2.0)
68-
rspec-support (~> 3.7.0)
69-
rspec-support (3.7.1)
68+
rspec-support (~> 3.8.0)
69+
rspec-support (3.8.0)
7070
thread_safe (0.3.6)
7171
tzinfo (1.2.5)
7272
thread_safe (~> 0.1)
@@ -84,4 +84,4 @@ DEPENDENCIES
8484
ten_years_rails!
8585

8686
BUNDLED WITH
87-
1.16.1
87+
1.17.2

0 commit comments

Comments
 (0)