From c4a4394ea0ce7d6486405cb4454c96fb8d28cb6f Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Wed, 25 Apr 2018 14:35:52 -0700 Subject: [PATCH] update gems (fixes #3665) --- Gemfile | 2 +- Gemfile.lock | 198 ++++++++++++++++++++++++++------------------------- 2 files changed, 101 insertions(+), 99 deletions(-) diff --git a/Gemfile b/Gemfile index d5e517d7d..f42883f5d 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "sass-rails" gem "sprockets-rails", :require => "sprockets/railtie" gem "uglifier" gem "therubyracer", :platforms => :ruby -gem "rails", "~> 5.1" +gem "rails", "~> 5.2" gem "pg" gem "dalli", :platforms => :ruby gem "memcache-client", :platforms => [:mswin, :mingw, :x64_mingw] diff --git a/Gemfile.lock b/Gemfile.lock index 872393739..8e25e9d1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,43 +24,47 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (5.1.6) - actionpack (= 5.1.6) + actioncable (5.2.0) + actionpack (= 5.2.0) nio4r (~> 2.0) - websocket-driver (~> 0.6.1) - actionmailer (5.1.6) - actionpack (= 5.1.6) - actionview (= 5.1.6) - activejob (= 5.1.6) + websocket-driver (>= 0.6.1) + actionmailer (5.2.0) + actionpack (= 5.2.0) + actionview (= 5.2.0) + activejob (= 5.2.0) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.1.6) - actionview (= 5.1.6) - activesupport (= 5.1.6) + actionpack (5.2.0) + actionview (= 5.2.0) + activesupport (= 5.2.0) rack (~> 2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.6) - activesupport (= 5.1.6) + actionview (5.2.0) + activesupport (= 5.2.0) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.6) - activesupport (= 5.1.6) + activejob (5.2.0) + activesupport (= 5.2.0) globalid (>= 0.3.6) - activemodel (5.1.6) - activesupport (= 5.1.6) + activemodel (5.2.0) + activesupport (= 5.2.0) activemodel-serializers-xml (1.0.2) activemodel (> 5.x) activesupport (> 5.x) builder (~> 3.1) - activerecord (5.1.6) - activemodel (= 5.1.6) - activesupport (= 5.1.6) - arel (~> 8.0) - activesupport (5.1.6) + activerecord (5.2.0) + activemodel (= 5.2.0) + activesupport (= 5.2.0) + arel (>= 9.0) + activestorage (5.2.0) + actionpack (= 5.2.0) + activerecord (= 5.2.0) + marcel (~> 0.3.1) + activesupport (5.2.0) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -69,24 +73,24 @@ GEM public_suffix (>= 2.0.2, < 4.0) airbrussh (1.3.0) sshkit (>= 1.6.1, != 1.7.0) - arel (8.0.0) + arel (9.0.0) awesome_print (1.8.0) - aws-sdk (2.10.125) - aws-sdk-resources (= 2.10.125) - aws-sdk-core (2.10.125) + aws-sdk (2.11.38) + aws-sdk-resources (= 2.11.38) + aws-sdk-core (2.11.38) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.10.125) - aws-sdk-core (= 2.10.125) + aws-sdk-resources (2.11.38) + aws-sdk-core (= 2.11.38) aws-sigv4 (1.0.2) bcrypt (3.1.11) bcrypt (3.1.11-x64-mingw32) - bootsnap (1.1.8) + bootsnap (1.3.0) msgpack (~> 1.0) buftok (0.2.0) builder (3.2.3) byebug (10.0.2) - capistrano (3.10.1) + capistrano (3.10.2) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -110,22 +114,22 @@ GEM concurrent-ruby (1.0.5) crack (0.4.3) safe_yaml (~> 1.0.0) - crass (1.0.3) + crass (1.0.4) daemons (1.2.6) - dalli (2.7.6) - delayed_job (4.1.4) - activesupport (>= 3.0, < 5.2) - delayed_job_active_record (4.1.2) - activerecord (>= 3.0, < 5.2) + dalli (2.7.8) + delayed_job (4.1.5) + activesupport (>= 3.0, < 5.3) + delayed_job_active_record (4.1.3) + activerecord (>= 3.0, < 5.3) delayed_job (>= 3.0, < 5) diff-lcs (1.3) - docile (1.1.5) - domain_name (0.5.20170404) + docile (1.3.0) + domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) - dotenv (2.2.1) - dotenv-rails (2.2.1) - dotenv (= 2.2.1) - railties (>= 3.2, < 5.2) + dotenv (2.4.0) + dotenv-rails (2.4.0) + dotenv (= 2.4.0) + railties (>= 3.2, < 6.0) equalizer (0.0.11) erubi (1.7.1) execjs (2.7.0) @@ -133,18 +137,13 @@ GEM activesupport (>= 3.0.0) faraday (0.12.2) multipart-post (>= 1.2, < 3) - ffaker (2.8.1) - ffi (1.9.18) - ffi (1.9.18-x64-mingw32) + ffaker (2.9.0) + ffi (1.9.23) + ffi (1.9.23-x64-mingw32) ffi-win32-extensions (1.0.3) ffi - foreman (0.63.0) - dotenv (>= 0.7) - thor (>= 0.13.6) - foreman (0.63.0-mingw32) - dotenv (>= 0.7) - thor (>= 0.13.6) - win32console (~> 1.3.0) + foreman (0.84.0) + thor (~> 0.19.1) get_process_mem (0.2.1) globalid (0.4.1) activesupport (>= 4.2.0) @@ -167,22 +166,22 @@ GEM signet (~> 0.7) hashdiff (0.3.7) highline (1.7.10) - http (3.0.0) + http (3.3.0) addressable (~> 2.3) http-cookie (~> 1.0) - http-form_data (>= 2.0.0.pre.pre2, < 3) + http-form_data (~> 2.0) http_parser.rb (~> 0.6.0) http-cookie (1.0.3) domain_name (~> 0.5) - http-form_data (2.0.0) + http-form_data (2.1.0) http_parser.rb (0.6.0) - httparty (0.15.6) + httparty (0.16.2) multi_xml (>= 0.5.2) httpclient (2.8.3) hurley (0.2) - i18n (1.0.0) + i18n (1.0.1) concurrent-ruby (~> 1.0) - jmespath (1.3.1) + jmespath (1.4.0) json (2.1.0) jwt (1.5.6) kgio (2.11.2) @@ -200,6 +199,8 @@ GEM nokogiri (>= 1.5.9) mail (2.7.0) mini_mime (>= 0.1.1) + marcel (0.3.2) + mimemagic (~> 0.3.2) mechanize (2.7.5) domain_name (~> 0.5, >= 0.5.1) http-cookie (~> 1.0) @@ -219,13 +220,14 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) + mimemagic (0.3.2) mini_mime (1.0.0) mini_portile2 (2.3.0) minitest (5.11.3) - mocha (1.3.0) + mocha (1.5.0) metaclass (~> 0.0.1) - msgpack (1.2.2) - msgpack (1.2.2-x64-mingw32) + msgpack (1.2.4) + msgpack (1.2.4-x64-mingw32) multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) @@ -237,7 +239,7 @@ GEM net-sftp (2.1.2) net-ssh (>= 2.6.5) net-ssh (4.2.0) - newrelic_rpm (4.8.0.341) + newrelic_rpm (5.0.0.342) nio4r (2.3.0) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) @@ -253,8 +255,8 @@ GEM multi_xml (~> 0.5) rack (>= 1.2, < 3) os (0.9.6) - pg (0.21.0) - pg (0.21.0-x64-mingw32) + pg (1.0.0) + pg (1.0.0-x64-mingw32) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -264,41 +266,42 @@ GEM ptools (1.3.5) ptools (1.3.5-universal-mingw32) win32-file (>= 0.7.0) - public_suffix (3.0.1) - rack (2.0.4) + public_suffix (3.0.2) + rack (2.0.5) rack-test (1.0.0) rack (>= 1.0, < 3) radix62 (1.0.1) - rails (5.1.6) - actioncable (= 5.1.6) - actionmailer (= 5.1.6) - actionpack (= 5.1.6) - actionview (= 5.1.6) - activejob (= 5.1.6) - activemodel (= 5.1.6) - activerecord (= 5.1.6) - activesupport (= 5.1.6) + rails (5.2.0) + actioncable (= 5.2.0) + actionmailer (= 5.2.0) + actionpack (= 5.2.0) + actionview (= 5.2.0) + activejob (= 5.2.0) + activemodel (= 5.2.0) + activerecord (= 5.2.0) + activestorage (= 5.2.0) + activesupport (= 5.2.0) bundler (>= 1.3.0) - railties (= 5.1.6) + railties (= 5.2.0) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.0.4) loofah (~> 2.2, >= 2.2.2) - railties (5.1.6) - actionpack (= 5.1.6) - activesupport (= 5.1.6) + railties (5.2.0) + actionpack (= 5.2.0) + activesupport (= 5.2.0) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.19.0) rake (12.3.1) rakismet (1.5.4) - rb-fsevent (0.10.2) + rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) - recaptcha (4.6.4) + recaptcha (4.8.0) json ref (2.0.0) representable (2.3.0) @@ -308,16 +311,16 @@ GEM railties (>= 4.2.0, < 5.3) retriable (2.1.0) ruby-prof (0.17.0) - ruby-vips (2.0.9) + ruby-vips (2.0.12) ffi (~> 1.9) ruby_dep (1.5.0) rubyzip (1.2.1) safe_yaml (1.0.4) - sanitize (4.6.0) + sanitize (4.6.4) crass (~> 1.0.2) nokogiri (>= 1.4.4) nokogumbo (~> 1.4) - sass (3.5.5) + sass (3.5.6) sass-listen (~> 4.0.0) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) @@ -336,12 +339,12 @@ GEM faraday (~> 0.9) jwt (>= 1.5, < 3.0) multi_json (~> 1.10) - simple_form (3.5.0) - actionpack (> 4, < 5.2) - activemodel (> 4, < 5.2) + simple_form (4.0.0) + actionpack (> 4) + activemodel (> 4) simple_oauth (0.3.1) - simplecov (0.15.1) - docile (~> 1.1.0) + simplecov (0.16.1) + docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) @@ -352,20 +355,20 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sshkit (1.15.1) + sshkit (1.16.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) statistics2 (0.54) streamio-ffmpeg (3.0.2) multi_json (~> 1.8) - stripe (3.9.1) + stripe (3.13.0) faraday (~> 0.10) term-ansicolor (1.6.0) tins (~> 1.0) therubyracer (0.12.3) libv8 (~> 3.16.14.15) ref - thor (0.20.0) + thor (0.19.4) thread_safe (0.3.6) tilt (2.0.8) timecop (0.9.1) @@ -383,15 +386,15 @@ GEM simple_oauth (~> 0.3.0) tzinfo (1.2.5) thread_safe (~> 0.1) - tzinfo-data (1.2018.3) + tzinfo-data (1.2018.4) tzinfo (>= 1.0.0) uber (0.0.15) - uglifier (4.1.5) + uglifier (4.1.10) execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext - unf_ext (0.0.7.4) - unf_ext (0.0.7.4-x64-mingw32) + unf_ext (0.0.7.5) + unf_ext (0.0.7.5-x64-mingw32) unicorn (5.4.0) kgio (~> 2.6) raindrops (~> 0.7) @@ -403,7 +406,7 @@ GEM crack (>= 0.3.2) hashdiff webrobots (0.1.2) - websocket-driver (0.6.5) + websocket-driver (0.7.0) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.3) whenever (0.10.0) @@ -415,7 +418,6 @@ GEM win32-file-stat (1.5.5) ffi ffi-win32-extensions - win32console (1.3.2) PLATFORMS ruby @@ -461,7 +463,7 @@ DEPENDENCIES pry-byebug ptools radix62 (~> 1.0.1) - rails (~> 5.1) + rails (~> 5.2) rakismet recaptcha responders