Skip to content

Commit

Permalink
Merge 4a5718d into be6835c
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Sep 24, 2020
2 parents be6835c + 4a5718d commit 10adfdd
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions Gemfile.lock
Expand Up @@ -10,7 +10,7 @@ GEM
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
ast (2.4.1)
coderay (1.1.2)
coveralls (0.8.23)
json (>= 1.8, < 3)
Expand All @@ -29,7 +29,6 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
iso_country_codes (0.7.8)
jaro_winkler (1.5.4)
json (2.3.0)
kramdown (2.2.1)
rexml
Expand All @@ -48,15 +47,16 @@ GEM
mixlib-config (3.0.6)
tomlrb
netrc (0.11.0)
parallel (1.19.1)
parser (2.7.1.2)
ast (~> 2.4.0)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.5)
rainbow (3.0.0)
rake (13.0.1)
regexp_parser (1.8.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -76,26 +76,30 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rubocop (0.82.0)
jaro_winkler (~> 1.5.1)
rubocop (0.91.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.4.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-performance (1.5.2)
rubocop (>= 0.71.0)
rubocop-ast (0.4.2)
parser (>= 2.7.1.4)
rubocop-performance (1.8.1)
rubocop (>= 0.87.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.10.1)
safe_yaml (1.0.5)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
standard (0.4.1)
rubocop (~> 0.82.0)
rubocop-performance (~> 1.5.2)
standard (0.6.2)
rubocop (= 0.91.1)
rubocop-performance (= 1.8.1)
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
Expand Down

0 comments on commit 10adfdd

Please sign in to comment.