Commit aa55333
Changed files (1)
Gemfile.lock
@@ -87,7 +87,7 @@ GEM
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
colorator (1.1.0)
- concurrent-ruby (1.1.3)
+ concurrent-ruby (1.1.4)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
@@ -105,7 +105,7 @@ GEM
rainbow
rubocop (~> 0.51)
smart_properties
- erubi (1.7.1)
+ erubi (1.8.0)
eventmachine (1.2.7)
factory_bot (4.11.1)
activesupport (>= 3.0.0)
@@ -122,7 +122,7 @@ GEM
forwardable-extended (2.6.0)
globalid (0.4.1)
activesupport (>= 4.2.0)
- hashdiff (0.3.7)
+ hashdiff (0.3.8)
highline (2.0.0)
html_tokenizer (0.0.7)
http_parser.rb (0.6.0)
@@ -138,7 +138,7 @@ GEM
rails-i18n
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
- jaro_winkler (1.5.1)
+ jaro_winkler (1.5.2)
jbuilder (2.8.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
@@ -182,9 +182,9 @@ GEM
mimemagic (~> 0.3.2)
mercenary (0.3.6)
method_source (0.9.2)
- mimemagic (0.3.2)
+ mimemagic (0.3.3)
mini_mime (1.0.1)
- mini_portile2 (2.3.0)
+ mini_portile2 (2.4.0)
minima (2.5.0)
jekyll (~> 3.5)
jekyll-feed (~> 0.9)
@@ -194,8 +194,8 @@ GEM
multi_json (1.13.1)
net-hippie (0.2.1)
nio4r (2.3.1)
- nokogiri (1.8.5)
- mini_portile2 (~> 2.3.0)
+ nokogiri (1.10.0)
+ mini_portile2 (~> 2.4.0)
parallel (1.12.1)
parser (2.5.3.0)
ast (~> 2.4.0)
@@ -245,8 +245,8 @@ GEM
rainbow (3.0.0)
rake (12.3.2)
rb-fsevent (0.10.3)
- rb-inotify (0.9.10)
- ffi (>= 0.5.0, < 2)
+ rb-inotify (0.10.0)
+ ffi (~> 1.0)
regexp_parser (1.3.0)
rotp (3.3.1)
rouge (3.3.0)
@@ -267,7 +267,7 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
- rubocop (0.61.1)
+ rubocop (0.62.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
@@ -275,7 +275,7 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
- rubocop-rspec (1.30.1)
+ rubocop-rspec (1.31.0)
rubocop (>= 0.60.0)
ruby-progressbar (1.10.0)
ruby_dep (1.5.0)
@@ -285,7 +285,7 @@ GEM
activemodel (>= 4.2.0)
net-hippie (~> 0.1)
xml-kit (~> 0.2)
- sass (3.7.2)
+ sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -320,14 +320,14 @@ GEM
turbolinks-source (5.2.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
- unicode-display_width (1.4.0)
+ unicode-display_width (1.4.1)
vcr (4.0.0)
web-console (3.7.0)
actionview (>= 5.0)
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
- webmock (3.4.2)
+ webmock (3.5.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
@@ -401,4 +401,4 @@ RUBY VERSION
ruby 2.6.0p0
BUNDLED WITH
- 1.17.2
+ 1.17.3