diff --git a/test_apps/test_app_rails_5_1/Gemfile.lock b/test_apps/test_app_rails_5_1/Gemfile.lock index deb4eb7..c6e855d 100644 --- a/test_apps/test_app_rails_5_1/Gemfile.lock +++ b/test_apps/test_app_rails_5_1/Gemfile.lock @@ -5,8 +5,6 @@ PATH actionpack (>= 4.0) base32 rails (>= 4.0) - shoulda-kept-assign-to (1.1.0) - shoulda-matchers (>= 2.1.0) GEM remote: https://rubygems.org/ @@ -67,6 +65,7 @@ GEM country_select (3.1.0) countries (~> 2.0) sort_alphabetical (~> 1.0) + crass (1.0.6) erubi (1.6.1) execjs (2.7.0) factory_girl (4.8.0) @@ -86,7 +85,8 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.0.3) + loofah (2.19.1) + crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.6.6) mime-types (>= 1.16, < 4) @@ -95,7 +95,7 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.2.0) + mini_portile2 (2.8.0) minitest (5.10.3) mocha (1.3.0) metaclass (~> 0.0.1) @@ -104,8 +104,10 @@ GEM multi_json (1.12.2) mysql2 (0.4.9) nio4r (2.1.0) - nokogiri (1.8.0) - mini_portile2 (~> 2.2.0) + nokogiri (1.13.10) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.6.1) rack (2.0.3) rack-test (0.7.0) rack (>= 1.0, < 3) @@ -152,6 +154,8 @@ GEM shoulda-context (~> 1.0, >= 1.0.1) shoulda-matchers (>= 1.4.1, < 3.0) shoulda-context (1.2.2) + shoulda-kept-assign-to (1.1.0) + shoulda-matchers (>= 2.1.0) shoulda-matchers (2.8.0) activesupport (>= 3.0.0) sixarm_ruby_unaccent (1.2.0)