diff --git a/assessment_tips/rails_2/rails_2_buggy_version/Gemfile.lock b/assessment_tips/rails_2/rails_2_buggy_version/Gemfile.lock index 369ba51c4..3ad1d82f3 100644 --- a/assessment_tips/rails_2/rails_2_buggy_version/Gemfile.lock +++ b/assessment_tips/rails_2/rails_2_buggy_version/Gemfile.lock @@ -73,11 +73,11 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) - crass (1.0.5) + concurrent-ruby (1.2.2) + crass (1.0.6) debug_inspector (0.0.3) diff-lcs (1.3) - erubi (1.9.0) + erubi (1.12.0) execjs (2.7.0) factory_bot (5.1.1) activesupport (>= 4.2.0) @@ -87,11 +87,11 @@ GEM ffi (1.11.3) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.8.1) + i18n (1.13.0) concurrent-ruby (~> 1.0) jbuilder (2.9.1) activesupport (>= 4.2.0) - jquery-rails (4.3.5) + jquery-rails (4.4.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -101,7 +101,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.4.0) + loofah (2.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -111,12 +111,13 @@ GEM method_source (0.9.2) mimemagic (0.3.3) mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.13.0) + mini_portile2 (2.8.2) + minitest (5.18.0) msgpack (1.3.1) nio4r (2.5.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pg (1.2.2) pry (0.12.2) coderay (~> 1.1.0) @@ -125,9 +126,10 @@ GEM pry (>= 0.10.4) public_suffix (4.0.3) puma (3.12.6) - rack (2.2.3) - rack-test (1.1.0) - rack (>= 1.0, < 3) + racc (1.6.2) + rack (2.2.7) + rack-test (2.1.0) + rack (>= 1.3) rails (5.2.4.1) actioncable (= 5.2.4.1) actionmailer (= 5.2.4.1) @@ -147,15 +149,15 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) - loofah (~> 2.3) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) railties (5.2.4.1) actionpack (= 5.2.4.1) activesupport (= 5.2.4.1) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) - rake (13.0.1) + rake (13.0.6) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -205,10 +207,10 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - thor (1.0.1) + thor (1.2.1) thread_safe (0.3.6) tilt (2.0.10) - tzinfo (1.2.6) + tzinfo (1.2.11) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3)