Skip to content

Commit 10957af

Browse files
depfu[bot]github-actions[bot]
authored andcommitted
Update all Bundler dependencies (2019-12-02) (#94)
* Update all Bundler dependencies (2019-12-02) * Fix rubocop
1 parent ea08886 commit 10957af

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ end
7777
group :test do
7878
gem 'guard-rspec', require: false
7979
gem 'rspec-rails'
80-
gem 'rubocop', '~> 0.69', require: false
81-
gem 'rubocop-performance', '~> 1.3.0', require: false
82-
gem 'rubocop-rails', '~> 2.1', require: false
80+
gem 'rubocop', require: false
81+
gem 'rubocop-performance', require: false
82+
gem 'rubocop-rails', require: false
8383
gem 'rubocop-rspec', require: false
8484
gem 'simplecov', require: false
8585
gem 'terminal-notifier-guard'

Gemfile.lock

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -10,43 +10,43 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (5.2.3)
14-
actionpack (= 5.2.3)
13+
actioncable (5.2.4)
14+
actionpack (= 5.2.4)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
17-
actionmailer (5.2.3)
18-
actionpack (= 5.2.3)
19-
actionview (= 5.2.3)
20-
activejob (= 5.2.3)
17+
actionmailer (5.2.4)
18+
actionpack (= 5.2.4)
19+
actionview (= 5.2.4)
20+
activejob (= 5.2.4)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (5.2.3)
24-
actionview (= 5.2.3)
25-
activesupport (= 5.2.3)
23+
actionpack (5.2.4)
24+
actionview (= 5.2.4)
25+
activesupport (= 5.2.4)
2626
rack (~> 2.0)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.0.2)
30-
actionview (5.2.3)
31-
activesupport (= 5.2.3)
30+
actionview (5.2.4)
31+
activesupport (= 5.2.4)
3232
builder (~> 3.1)
3333
erubi (~> 1.4)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.0.3)
36-
activejob (5.2.3)
37-
activesupport (= 5.2.3)
36+
activejob (5.2.4)
37+
activesupport (= 5.2.4)
3838
globalid (>= 0.3.6)
39-
activemodel (5.2.3)
40-
activesupport (= 5.2.3)
41-
activerecord (5.2.3)
42-
activemodel (= 5.2.3)
43-
activesupport (= 5.2.3)
39+
activemodel (5.2.4)
40+
activesupport (= 5.2.4)
41+
activerecord (5.2.4)
42+
activemodel (= 5.2.4)
43+
activesupport (= 5.2.4)
4444
arel (>= 9.0)
45-
activestorage (5.2.3)
46-
actionpack (= 5.2.3)
47-
activerecord (= 5.2.3)
45+
activestorage (5.2.4)
46+
actionpack (= 5.2.4)
47+
activerecord (= 5.2.4)
4848
marcel (~> 0.3.1)
49-
activesupport (5.2.3)
49+
activesupport (5.2.4)
5050
concurrent-ruby (~> 1.0, >= 1.0.2)
5151
i18n (>= 0.7, < 2)
5252
minitest (~> 5.1)
@@ -148,7 +148,7 @@ GEM
148148
railties (>= 4.2.0)
149149
faker (1.9.6)
150150
i18n (>= 0.7)
151-
faraday (0.17.0)
151+
faraday (0.17.1)
152152
multipart-post (>= 1.2, < 3)
153153
fastimage (2.1.7)
154154
ffi (1.11.3)
@@ -214,7 +214,7 @@ GEM
214214
activerecord (>= 4.1)
215215
concurrent-ruby
216216
railties (>= 4.1)
217-
listen (3.2.0)
217+
listen (3.2.1)
218218
rb-fsevent (~> 0.10, >= 0.10.3)
219219
rb-inotify (~> 0.9, >= 0.9.10)
220220
loofah (2.4.0)
@@ -253,12 +253,12 @@ GEM
253253
netrc (0.11.0)
254254
nio4r (2.5.2)
255255
nio4r (2.5.2-java)
256-
nokogiri (1.10.5)
256+
nokogiri (1.10.7)
257257
mini_portile2 (~> 2.4.0)
258-
nokogiri (1.10.5-java)
259-
nokogiri (1.10.5-x64-mingw32)
258+
nokogiri (1.10.7-java)
259+
nokogiri (1.10.7-x64-mingw32)
260260
mini_portile2 (~> 2.4.0)
261-
nokogiri (1.10.5-x86-mingw32)
261+
nokogiri (1.10.7-x86-mingw32)
262262
mini_portile2 (~> 2.4.0)
263263
notiffany (0.1.3)
264264
nenv (~> 0.1)
@@ -276,7 +276,7 @@ GEM
276276
pg (1.1.4)
277277
pg (1.1.4-x64-mingw32)
278278
pg (1.1.4-x86-mingw32)
279-
phonelib (0.6.39)
279+
phonelib (0.6.40)
280280
pry (0.12.2)
281281
coderay (~> 1.1.0)
282282
method_source (~> 0.9.0)
@@ -306,18 +306,18 @@ GEM
306306
rack
307307
rack-test (1.1.0)
308308
rack (>= 1.0, < 3)
309-
rails (5.2.3)
310-
actioncable (= 5.2.3)
311-
actionmailer (= 5.2.3)
312-
actionpack (= 5.2.3)
313-
actionview (= 5.2.3)
314-
activejob (= 5.2.3)
315-
activemodel (= 5.2.3)
316-
activerecord (= 5.2.3)
317-
activestorage (= 5.2.3)
318-
activesupport (= 5.2.3)
309+
rails (5.2.4)
310+
actioncable (= 5.2.4)
311+
actionmailer (= 5.2.4)
312+
actionpack (= 5.2.4)
313+
actionview (= 5.2.4)
314+
activejob (= 5.2.4)
315+
activemodel (= 5.2.4)
316+
activerecord (= 5.2.4)
317+
activestorage (= 5.2.4)
318+
activesupport (= 5.2.4)
319319
bundler (>= 1.3.0)
320-
railties (= 5.2.3)
320+
railties (= 5.2.4)
321321
sprockets-rails (>= 2.0.0)
322322
rails-dom-testing (2.0.3)
323323
activesupport (>= 4.2.0)
@@ -327,9 +327,9 @@ GEM
327327
rails-i18n (5.1.3)
328328
i18n (>= 0.7, < 2)
329329
railties (>= 5.0, < 6)
330-
railties (5.2.3)
331-
actionpack (= 5.2.3)
332-
activesupport (= 5.2.3)
330+
railties (5.2.4)
331+
actionpack (= 5.2.4)
332+
activesupport (= 5.2.4)
333333
method_source
334334
rake (>= 0.8.7)
335335
thor (>= 0.19.0, < 2.0)
@@ -402,23 +402,23 @@ GEM
402402
rspec-mocks (~> 3.9.0)
403403
rspec-support (~> 3.9.0)
404404
rspec-support (3.9.0)
405-
rubocop (0.76.0)
405+
rubocop (0.77.0)
406406
jaro_winkler (~> 1.5.1)
407407
parallel (~> 1.10)
408408
parser (>= 2.6)
409409
rainbow (>= 2.2.2, < 4.0)
410410
ruby-progressbar (~> 1.7)
411411
unicode-display_width (>= 1.4.0, < 1.7)
412-
rubocop-performance (1.3.0)
413-
rubocop (>= 0.68.0)
412+
rubocop-performance (1.5.1)
413+
rubocop (>= 0.71.0)
414414
rubocop-rails (2.4.0)
415415
rack (>= 1.1)
416416
rubocop (>= 0.72.0)
417417
rubocop-rspec (1.37.0)
418418
rubocop (>= 0.68.1)
419-
ruby-filemagic (0.7.2)
420-
ruby-filemagic (0.7.2-x86-mingw32)
421-
ruby-filemagic (0.7.2-x86-mswin32-60)
419+
ruby-filemagic (0.7.1)
420+
ruby-filemagic (0.7.1-x86-mingw32)
421+
ruby-filemagic (0.7.1-x86-mswin32-60)
422422
ruby-progressbar (1.10.1)
423423
rubyzip (2.0.0)
424424
rufus-scheduler (3.6.0)
@@ -568,9 +568,9 @@ DEPENDENCIES
568568
redis-rails (~> 5.0.1)
569569
rqrcode (~> 0.10)
570570
rspec-rails
571-
rubocop (~> 0.69)
572-
rubocop-performance (~> 1.3.0)
573-
rubocop-rails (~> 2.1)
571+
rubocop
572+
rubocop-performance
573+
rubocop-rails
574574
rubocop-rspec
575575
ruby-filemagic (~> 0.7)
576576
rubyzip (~> 2.0)

0 commit comments

Comments
 (0)