Skip to content

Commit 3720d19

Browse files
authored
Merge pull request #1171 from diowa/chore/update-dependencies
Update dependencies
2 parents 0be7dac + 46501ab commit 3720d19

File tree

2 files changed

+208
-153
lines changed

2 files changed

+208
-153
lines changed

Gemfile.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ GEM
4646
public_suffix (>= 2.0.2, < 7.0)
4747
arel (9.0.0)
4848
ast (2.4.2)
49-
bigdecimal (3.1.8)
49+
base64 (0.2.0)
50+
bigdecimal (3.1.9)
5051
bindex (0.8.1)
5152
bootsnap (1.18.4)
5253
msgpack (~> 1.2)
@@ -63,7 +64,7 @@ GEM
6364
xpath (~> 3.2)
6465
childprocess (4.1.0)
6566
coderay (1.1.3)
66-
concurrent-ruby (1.3.4)
67+
concurrent-ruby (1.3.5)
6768
crack (1.0.0)
6869
bigdecimal
6970
rexml
@@ -83,20 +84,20 @@ GEM
8384
railties (>= 5.0.0)
8485
faker (2.22.0)
8586
i18n (>= 1.8.11, < 2)
86-
ffi (1.17.0)
87+
ffi (1.17.1)
8788
globalid (1.1.0)
8889
activesupport (>= 5.0)
8990
hashdiff (1.1.2)
9091
htmlentities (4.3.4)
91-
i18n (1.14.6)
92+
i18n (1.14.7)
9293
concurrent-ruby (~> 1.0)
9394
json (2.7.6)
9495
launchy (2.5.2)
9596
addressable (~> 2.8)
9697
listen (3.8.0)
9798
rb-fsevent (~> 0.10, >= 0.10.3)
9899
rb-inotify (~> 0.9, >= 0.9.10)
99-
loofah (2.23.1)
100+
loofah (2.24.0)
100101
crass (~> 1.0.2)
101102
nokogiri (>= 1.12.0)
102103
mail (2.8.1)
@@ -126,7 +127,7 @@ GEM
126127
mini_portile2 (~> 2.8.0)
127128
racc (~> 1.4)
128129
parallel (1.24.0)
129-
parser (3.3.6.0)
130+
parser (3.3.7.0)
130131
ast (~> 2.4.1)
131132
racc
132133
pg (1.4.6)
@@ -145,7 +146,7 @@ GEM
145146
rack (2.2.10)
146147
rack-proxy (0.7.7)
147148
rack
148-
rack-test (2.1.0)
149+
rack-test (2.2.0)
149150
rack (>= 1.3)
150151
rack-timeout (0.6.3)
151152
rails (5.2.8.1)
@@ -178,7 +179,7 @@ GEM
178179
rb-fsevent (0.11.2)
179180
rb-inotify (0.11.1)
180181
ffi (~> 1.0)
181-
regexp_parser (2.9.3)
182+
regexp_parser (2.10.0)
182183
rexml (3.4.0)
183184
rspec-core (3.13.2)
184185
rspec-support (~> 3.13.0)
@@ -222,7 +223,7 @@ GEM
222223
rubocop (~> 1.33)
223224
rubocop-capybara (~> 2.17)
224225
ruby-progressbar (1.13.0)
225-
rubyzip (2.3.2)
226+
rubyzip (2.4.1)
226227
selenium-webdriver (4.1.0)
227228
childprocess (>= 0.5, < 5.0)
228229
rexml (~> 3.2, >= 3.2.5)
@@ -238,7 +239,7 @@ GEM
238239
slim (5.2.1)
239240
temple (~> 0.10.0)
240241
tilt (>= 2.1.0)
241-
slim-rails (3.6.3)
242+
slim-rails (3.7.0)
242243
actionpack (>= 3.1)
243244
railties (>= 3.1)
244245
slim (>= 3.0, < 6.0, != 5.0.0)
@@ -261,7 +262,7 @@ GEM
261262
temple (0.10.3)
262263
thor (1.3.2)
263264
thread_safe (0.3.6)
264-
tilt (2.5.0)
265+
tilt (2.6.0)
265266
timeout (0.4.3)
266267
tzinfo (1.2.11)
267268
thread_safe (~> 0.1)
@@ -280,7 +281,8 @@ GEM
280281
rack-proxy (>= 0.6.1)
281282
railties (>= 5.2)
282283
semantic_range (>= 2.3.0)
283-
websocket-driver (0.7.6)
284+
websocket-driver (0.7.7)
285+
base64
284286
websocket-extensions (>= 0.1.0)
285287
websocket-extensions (0.1.5)
286288
xpath (3.2.0)

0 commit comments

Comments
 (0)