diff --git a/Gemfile.lock b/Gemfile.lock index 538f38e..fcc16a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GIT - remote: git://github.com/rails/activesupport-json_encoder.git + remote: https://github.com/rails/activesupport-json_encoder.git revision: d874fd9dbf2d558eac87893578e8e7970f1581a5 specs: activesupport-json_encoder (1.1.0) @@ -8,29 +8,28 @@ GIT GEM remote: https://rubygems.org/ specs: - actionpack (4.2.6) - actionview (= 4.2.6) - activesupport (= 4.2.6) + actionpack (4.2.11.3) + actionview (= 4.2.11.3) + activesupport (= 4.2.11.3) rack (~> 1.6) rack-test (~> 0.6.2) rails-dom-testing (~> 1.0, >= 1.0.5) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (4.2.6) - activesupport (= 4.2.6) + actionview (4.2.11.3) + activesupport (= 4.2.11.3) builder (~> 3.1) erubis (~> 2.7.0) rails-dom-testing (~> 1.0, >= 1.0.5) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activemodel (4.2.6) - activesupport (= 4.2.6) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activemodel (4.2.11.3) + activesupport (= 4.2.11.3) builder (~> 3.1) - activerecord (4.2.6) - activemodel (= 4.2.6) - activesupport (= 4.2.6) + activerecord (4.2.11.3) + activemodel (= 4.2.11.3) + activesupport (= 4.2.11.3) arel (~> 6.0) - activesupport (4.2.6) + activesupport (4.2.11.3) i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) @@ -39,7 +38,7 @@ GEM activerecord (>= 3.2, < 6.0) rake (~> 10.4) api-pagination (4.3.0) - arel (6.0.3) + arel (6.0.4) ast (2.2.0) awesome_print (1.6.1) axiom-types (0.1.1) @@ -57,7 +56,7 @@ GEM sass (~> 3.0) slim (>= 1.3.6, < 4.0) terminal-table (~> 1.4) - builder (3.2.2) + builder (3.2.4) bunny (2.3.0) amq-protocol (>= 2.0.1) byebug (8.2.2) @@ -79,6 +78,7 @@ GEM colorize (0.7.7) concurrent-ruby (1.0.1) connection_pool (2.2.0) + crass (1.0.6) daemons (1.2.3) database_cleaner (1.5.1) descendants_tracker (0.0.4) @@ -148,7 +148,8 @@ GEM bunny (>= 2.2.2) carrot-top (~> 0.0.7) multi_json (~> 1.11.2) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) ice_nine (0.11.2) json (1.8.3) kaminari (0.16.3) @@ -158,13 +159,16 @@ GEM listen (3.0.6) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9.7) - loofah (2.0.3) + loofah (2.18.0) + crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.10) method_source (0.8.2) - mimemagic (0.3.1) - mini_portile2 (2.0.0) - minitest (5.8.4) + mimemagic (0.4.3) + nokogiri (~> 1) + rake + mini_portile2 (2.4.0) + minitest (5.15.0) multi_json (1.11.2) multi_xml (0.5.5) nenv (0.3.0) @@ -178,8 +182,8 @@ GEM newrelic_rpm (~> 3.11) redis (< 4.0) newrelic_rpm (3.15.0.314) - nokogiri (1.6.7.2) - mini_portile2 (~> 2.0.0.rc2) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) notiffany (0.0.8) nenv (~> 0.1) shellany (~> 0.0) @@ -209,14 +213,14 @@ GEM rack (>= 1.0) rack-utf8_sanitizer (1.3.2) rack (>= 1.0, < 3.0) - rails-deprecated_sanitizer (1.0.3) + rails-deprecated_sanitizer (1.0.4) activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.7) - activesupport (>= 4.2.0.beta, < 5.0) - nokogiri (~> 1.6.0) + rails-dom-testing (1.0.9) + activesupport (>= 4.2.0, < 5.0) + nokogiri (~> 1.6) rails-deprecated_sanitizer (>= 1.0.1) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) + rails-html-sanitizer (1.4.3) + loofah (~> 2.3) rainbow (2.1.0) raindrops (0.16.0) rake (10.5.0) @@ -292,7 +296,7 @@ GEM eventmachine (~> 1.0, >= 1.0.4) rack (~> 1.0) thor (0.19.1) - thread_safe (0.3.5) + thread_safe (0.3.6) tilt (2.0.2) timecop (0.8.0) trollop (2.1.2) @@ -301,7 +305,7 @@ GEM ripl-multi_line (>= 0.2.4) ripl-rack (>= 0.2.0) sinatra (>= 1.2.1) - tzinfo (1.2.2) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.0.2) unicorn (5.0.1)