update gems (fixes #3665)

This commit is contained in:
Albert Yi
2018-04-25 14:35:52 -07:00
parent b0a3f574ed
commit c4a4394ea0
2 changed files with 101 additions and 99 deletions

View File

@@ -6,7 +6,7 @@ gem "sass-rails"
gem "sprockets-rails", :require => "sprockets/railtie" gem "sprockets-rails", :require => "sprockets/railtie"
gem "uglifier" gem "uglifier"
gem "therubyracer", :platforms => :ruby gem "therubyracer", :platforms => :ruby
gem "rails", "~> 5.1" gem "rails", "~> 5.2"
gem "pg" gem "pg"
gem "dalli", :platforms => :ruby gem "dalli", :platforms => :ruby
gem "memcache-client", :platforms => [:mswin, :mingw, :x64_mingw] gem "memcache-client", :platforms => [:mswin, :mingw, :x64_mingw]

View File

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