From aa9abd6019ffcae0bc71592ec1e8b81a71eec9bc Mon Sep 17 00:00:00 2001 From: Seth Call Date: Mon, 1 Feb 2021 00:10:01 -0600 Subject: [PATCH] Updating Gemfile/locks for 2.4.1 --- ruby/Gemfile | 28 +- ruby/Gemfile.lock | 7 +- web/Gemfile | 30 ++- websocket-gateway/.ruby-version | 1 - websocket-gateway/Gemfile | 24 +- websocket-gateway/Gemfile.lock | 435 ++++++++++++++++++-------------- 6 files changed, 311 insertions(+), 214 deletions(-) delete mode 100644 websocket-gateway/.ruby-version diff --git a/ruby/Gemfile b/ruby/Gemfile index 93132a5fa..dccee5dfb 100644 --- a/ruby/Gemfile +++ b/ruby/Gemfile @@ -28,8 +28,24 @@ gem 'railties', '= 4.2.8' gem 'actionmailer', '= 4.2.8' gem 'rails-observers', '0.1.2' gem 'protected_attributes' # needed to support attr_accessible + +# PINNED TO SUPPORT BOTH 2.3.1 and 2.4.1 Ruby simultaneously +# This should be the same in ruby/admin/web/websocket-gateway +####### gem 'nokogiri', '1.10.10' # added to pin before 1.11.0, which requires at leaost ruby 2.5. unpin we go above gem 'sprockets', '3.6.3' # added to pin before 4.0.0, which requiurse at least ruby 2.5 +gem 'fog-brightbox', '0.11.0' # pinned until we are on ruby 2.5; then remove +gem 'faraday', '0.9.2' # pinned untnil we are on ruby 2.5; then remove +gem 'ruby-prof', '0.15.9' # pinned until we are on ruby 2.5; then remove +gem 'rubyzip', '1.2.0' # pinned until we are on ruby 2.5; then remove +gem 'recurly', '2.7.0' # should upgrade to 3.x when we have time to validaate +gem 'icalendar', '2.4.0' # pinned until we are on ruby 2.5; then remove +gem 'email_validator', '1.6.0' # pinned until we are on ruby 2.5, then remove +gem 'redis', '3.3.0' # pinned until we are on 2.5; then remove +gem 'redis-namespace', '1.5.2' # pinned until we are on 2.5; then remove +gem 'oj', '2.17.1' # pinned until we are on 2.5; then remove +####### + gem "activerecord-import", "~> 0.4.1" gem "auto_strip_attributes" gem "json", "1.8.6" @@ -49,30 +65,22 @@ gem 'postgres-copy' gem 'geokit' gem 'geokit-rails' gem 'postgres_ext' -gem 'redis', '3.3.0' # pinned until we are on 2.5; then remove -gem 'redis-namespace', '1.5.2' # pinned until we are on 2.5; then remove gem 'resque' gem 'resque-retry' gem 'resque-failed-job-mailer' #, :path => "/Users/seth/workspace/resque_failed_job_mailer" gem 'resque-lonely_job', '~> 1.0.0' gem 'resque_mailer' -gem 'oj', '2.17.1' # pinned until we are on 2.5; then remove + gem 'builder' gem 'fog' -gem 'fog-brightbox', '0.11.0' # pinned until we are on ruby 2.5; then remove -gem 'faraday', '0.9.2' # pinned untnil we are on ruby 2.5; then remove -gem 'ruby-prof', '0.15.9' # pinned until we are on ruby 2.5; then remove -gem 'rubyzip', '1.2.0' gem 'rest-client' gem 'iso-639' gem 'sanitize' #gem 'influxdb' -gem 'recurly', '2.7.0' # should upgrade to 3.x when we have time to validaet gem 'sendgrid_toolkit', '>= 1.1.1' gem 'stripe' gem 'zip-codes' -gem 'icalendar', '2.4.0' # pinned until we are on ruby 2.5; then remove -gem 'email_validator', '1.6.0' # pinned until we are on ruby 2.5, then remove + gem 'elasticsearch' diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index 1611e83ae..998e29a6e 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -377,7 +377,7 @@ GEM json (>= 1.8) nokogiri (~> 1.5) optimist (~> 3.0) - recurly (3.18.0) + recurly (2.7.0) redis (3.3.0) redis-namespace (1.5.2) redis (~> 3.0, >= 3.0.4) @@ -524,7 +524,7 @@ DEPENDENCIES pry rails-observers (= 0.1.2) railties (= 4.2.8) - recurly + recurly (= 2.7.0) redis (= 3.3.0) redis-namespace (= 1.5.2) resque @@ -554,8 +554,5 @@ DEPENDENCIES will_paginate zip-codes -RUBY VERSION - ruby 2.3.1p112 - BUNDLED WITH 1.17.1 diff --git a/web/Gemfile b/web/Gemfile index c8abf354b..e11748a46 100644 --- a/web/Gemfile +++ b/web/Gemfile @@ -27,8 +27,26 @@ gem 'railties', '= 4.2.8' gem 'auto_strip_attributes', '2.6.0' gem 'protected_attributes' gem 'rails-observers' + +# PINNED TO SUPPORT BOTH 2.3.1 and 2.4.1 Ruby simultaneously +# This should be the same in ruby/admin/web/websocket-gateway +####### +gem 'nokogiri', '1.10.10' # added to pin before 1.11.0, which requires at leaost ruby 2.5. unpin we go above +gem 'sprockets', '3.6.3' # added to pin before 4.0.0, which requiurse at least ruby 2.5 +gem 'fog-brightbox', '0.11.0' # pinned until we are on ruby 2.5; then remove +gem 'faraday', '0.9.2' # pinned untnil we are on ruby 2.5; then remove +gem 'ruby-prof', '0.15.9' # pinned until we are on ruby 2.5; then remove +gem 'rubyzip', '1.2.1' # pinned until we are on ruby 2.5; then remove +gem 'recurly', '2.18.16' # should upgrade to 3.x when we have time to validaate +gem 'icalendar', '2.4.0' # pinned until we are on ruby 2.5; then remove +gem 'email_validator', '1.6.0' # pinned until we are on ruby 2.5, then remove +gem 'redis', '3.3.3' # pinned until we are on 2.5; then remove +gem 'redis-namespace', '1.5.3' # pinned until we are on 2.5; then remove +gem 'oj', '3.1.3' # pinned until we are on 2.5; then remove +####### + gem 'responders', '~> 2.0' -gem 'sprockets', '3.2.0' +#gem 'sprockets', '3.2.0' gem 'sprockets-es6', require: 'sprockets/es6' gem 'sprockets-rails', '2.3.2' gem 'non-stupid-digest-assets' @@ -37,7 +55,7 @@ gem 'pg_migrate', '0.1.14' #gem 'paypal-sdk-rest' gem 'paypal-sdk-merchant-jk', '1.118.1' gem 'kickbox' -gem 'oj' # '2.10.2' +#gem 'oj' # '2.10.2' gem 'builder' gem 'jquery-rails' gem 'jquery-ui-rails', '4.2.1' @@ -55,7 +73,7 @@ gem 'pg', '0.17.1' gem 'rabl' #, '0.11.0' # for JSON API development gem 'gon', '~>4.1.0' # for passthrough of Ruby variables to Javascript variables gem 'eventmachine', "1.2.3" #, '1.0.4' -gem 'faraday', '~>0.9.0' +#gem 'faraday', '~>0.9.0' gem 'amqp', '0.9.8' #gem 'logging-rails', :require => 'logging/rails' #gem 'omniauth', '1.1.1' @@ -106,11 +124,11 @@ gem 'multi_json' #, '1.9.0' gem 'rest-client' gem 'iso-639' gem 'language_list' -gem 'rubyzip' +#gem 'rubyzip' gem 'slim' gem 'htmlentities' gem 'sanitize' -gem 'recurly', '~> 2' +#gem 'recurly', '~> 2' #gem 'guard', '2.7.3' #gem 'influxdb' #, '0.1.8' gem 'cause' # needed by influxdb @@ -121,7 +139,7 @@ gem 'react-rails', '1.3.3' #'~> 1.0' gem 'sendgrid_toolkit', '>= 1.1.1' gem 'stripe' gem 'zip-codes' -gem 'email_validator' +#gem 'email_validator' #gem "browserify-rails", "~> 0.7" gem 'elasticsearch' diff --git a/websocket-gateway/.ruby-version b/websocket-gateway/.ruby-version deleted file mode 100644 index cb506813e..000000000 --- a/websocket-gateway/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -2.0.0-p247 diff --git a/websocket-gateway/Gemfile b/websocket-gateway/Gemfile index f0df7ed2c..c189b4e5b 100644 --- a/websocket-gateway/Gemfile +++ b/websocket-gateway/Gemfile @@ -29,12 +29,31 @@ gem 'actionmailer', '= 4.2.8' gem 'protected_attributes' gem 'rails-observers' gem 'auto_strip_attributes', '2.6.0' + +# PINNED TO SUPPORT BOTH 2.3.1 and 2.4.1 Ruby simultaneously +# This should be the same in ruby/admin/web/websocket-gateway +####### +gem 'nokogiri', '1.10.10' # added to pin before 1.11.0, which requires at leaost ruby 2.5. unpin we go above +gem 'sprockets', '3.6.3' # added to pin before 4.0.0, which requiurse at least ruby 2.5 +gem 'fog-brightbox', '0.11.0' # pinned until we are on ruby 2.5; then remove +gem 'faraday', '0.9.2' # pinned untnil we are on ruby 2.5; then remove +gem 'ruby-prof', '0.15.9' # pinned until we are on ruby 2.5; then remove +gem 'rubyzip', '1.2.0' # pinned until we are on ruby 2.5; then remove +gem 'recurly', '2.7.0' # should upgrade to 3.x when we have time to validaate +gem 'icalendar', '2.4.0' # pinned until we are on ruby 2.5; then remove +gem 'email_validator', '1.6.0' # pinned until we are on ruby 2.5, then remove +gem 'redis', '3.3.0' # pinned until we are on 2.5; then remove +gem 'redis-namespace', '1.5.2' # pinned until we are on 2.5; then remove +gem 'oj', '2.17.1' # pinned until we are on 2.5; then remove +####### + + #gem 'license_finder' gem 'zip-codes' -gem 'icalendar' gem 'stripe' gem 'kickbox' gem 'uuidtools', '2.1.2' +# On MacOSX: gem install bcrypt-ruby -v '3.0.1' -- --with-cflags=-Wno-implicit-function-declaration gem 'bcrypt-ruby', '3.0.1' gem 'ruby-protocol-buffers', '1.2.2' gem 'em-websocket', '>=0.4.0' #, :path=> "#{workspace}/em-websocket-jam" @@ -63,13 +82,10 @@ gem 'rest-client' gem 'netaddr' gem 'iso-639' gem 'language_list' -gem 'rubyzip' gem 'sanitize' #gem 'influxdb' gem 'cause' # needed by influxdb -gem 'recurly' gem 'sendgrid_toolkit', '>= 1.1.1' -gem 'email_validator' gem 'elasticsearch' group :development do diff --git a/websocket-gateway/Gemfile.lock b/websocket-gateway/Gemfile.lock index 53334963f..dff70f463 100644 --- a/websocket-gateway/Gemfile.lock +++ b/websocket-gateway/Gemfile.lock @@ -18,48 +18,50 @@ GEM remote: https://rubygems.org/ remote: https://jamjam:blueberryjam@int.jamkazam.com/gems/ specs: - CFPropertyList (2.3.5) - aasm (4.12.0) + CFPropertyList (2.3.6) + aasm (5.1.1) concurrent-ruby (~> 1.0) - actionmailer (4.2.9) - actionpack (= 4.2.9) - actionview (= 4.2.9) - activejob (= 4.2.9) + actionmailer (4.2.8) + actionpack (= 4.2.8) + actionview (= 4.2.8) + activejob (= 4.2.8) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.9) - actionview (= 4.2.9) - activesupport (= 4.2.9) + actionpack (4.2.8) + actionview (= 4.2.8) + activesupport (= 4.2.8) 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.9) - activesupport (= 4.2.9) + actionview (4.2.8) + activesupport (= 4.2.8) builder (~> 3.1) erubis (~> 2.7.0) rails-dom-testing (~> 1.0, >= 1.0.5) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (4.2.9) - activesupport (= 4.2.9) + activejob (4.2.8) + activesupport (= 4.2.8) globalid (>= 0.3.0) - activemodel (4.2.9) - activesupport (= 4.2.9) + activemodel (4.2.8) + activesupport (= 4.2.8) builder (~> 3.1) - activerecord (4.2.9) - activemodel (= 4.2.9) - activesupport (= 4.2.9) + activerecord (4.2.8) + activemodel (= 4.2.8) + activesupport (= 4.2.8) arel (~> 6.0) - activesupport (4.2.9) + activesupport (4.2.8) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - amq-protocol (2.2.0) - amqp (1.7.0) - amq-protocol (>= 2.1.0) + aliyun-sdk (0.8.0) + nokogiri (~> 1.6) + rest-client (~> 2.0) + amq-protocol (2.3.2) + amqp (1.8.0) + amq-protocol (>= 2.2.0) eventmachine - archive-tar-minitar (0.5.2) arel (6.0.4) arr-pm (0.0.10) cabin (> 0) @@ -70,11 +72,12 @@ GEM aws-sdk-v1 (1.67.0) json (~> 1.4) nokogiri (~> 1) - backports (3.8.0) - bcrypt (3.1.11) + backports (3.20.2) + bcrypt (3.1.16) bcrypt-ruby (3.0.1) - bugsnag (5.3.3) - builder (3.2.3) + bugsnag (6.19.0) + concurrent-ruby (~> 1.0) + builder (3.2.4) cabin (0.9.0) carrierwave (0.11.2) activemodel (>= 3.2.0) @@ -83,24 +86,44 @@ GEM mime-types (>= 1.16) mimemagic (>= 0.3.0) cause (0.1) - childprocess (0.7.1) + childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) clamp (1.0.1) - coderay (1.1.1) - concurrent-ruby (1.0.5) - crass (1.0.2) - cucumber (2.4.0) - builder (>= 2.1.2) - cucumber-core (~> 1.5.0) - cucumber-wire (~> 0.0.1) - diff-lcs (>= 1.1.3) - gherkin (~> 4.0) - multi_json (>= 1.7.5, < 2.0) - multi_test (>= 0.1.2) - cucumber-core (1.5.0) - gherkin (~> 4.0) - cucumber-wire (0.0.1) - database_cleaner (1.6.1) + coderay (1.1.3) + concurrent-ruby (1.1.8) + crass (1.0.6) + cucumber (4.1.0) + builder (~> 3.2, >= 3.2.3) + cucumber-core (~> 7.1, >= 7.1.0) + cucumber-create-meta (~> 1.0.0, >= 1.0.0) + cucumber-cucumber-expressions (~> 10.1, >= 10.1.0) + cucumber-gherkin (~> 14.0, >= 14.0.1) + cucumber-html-formatter (~> 7.0, >= 7.0.0) + cucumber-messages (~> 12.2, >= 12.2.0) + cucumber-wire (~> 3.1, >= 3.1.0) + diff-lcs (~> 1.3, >= 1.3, < 1.4) + multi_test (~> 0.1, >= 0.1.2) + sys-uname (~> 1.0, >= 1.0.2) + cucumber-core (7.1.0) + cucumber-gherkin (~> 14.0, >= 14.0.1) + cucumber-messages (~> 12.2, >= 12.2.0) + cucumber-tag-expressions (~> 2.0, >= 2.0.4) + cucumber-create-meta (1.0.0) + cucumber-messages (~> 12.2, >= 12.2.0) + sys-uname (~> 1.2, >= 1.2.1) + cucumber-cucumber-expressions (10.3.0) + cucumber-gherkin (14.2.0) + cucumber-messages (~> 12.4, >= 12.4.0) + cucumber-html-formatter (7.2.0) + cucumber-messages (~> 12.4, >= 12.4.0) + cucumber-messages (12.4.0) + protobuf-cucumber (~> 3.10, >= 3.10.8) + cucumber-tag-expressions (2.0.4) + cucumber-wire (3.1.0) + cucumber-core (~> 7.1, >= 7.1.0) + cucumber-cucumber-expressions (~> 10.1, >= 10.1.0) + cucumber-messages (~> 12.2, >= 12.2.0) + database_cleaner (1.99.0) devise (3.3.0) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -108,39 +131,49 @@ GEM thread_safe (~> 0.1) warden (~> 1.2.3) diff-lcs (1.3) - domain_name (0.5.20170404) + domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - dotenv (2.2.1) - em-websocket (0.5.1) + dotenv (2.7.6) + elasticsearch (7.4.0) + elasticsearch-api (= 7.4.0) + elasticsearch-transport (= 7.4.0) + elasticsearch-api (7.4.0) + multi_json + elasticsearch-transport (7.4.0) + faraday + multi_json + em-websocket (0.5.2) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) email_validator (1.6.0) activemodel erubis (2.7.0) - et-orbi (1.0.5) + et-orbi (1.2.4) tzinfo evented-spec (0.9.0) - eventmachine (1.2.3) - excon (0.57.1) - factory_girl (4.8.0) + eventmachine (1.2.7) + excon (0.78.1) + factory_girl (4.9.0) activesupport (>= 3.0.0) - faraday (0.12.1) + faraday (0.9.2) multipart-post (>= 1.2, < 3) - ffi (1.9.18) + ffi (1.12.2) fission (0.5.0) CFPropertyList (~> 2.2) - fog (1.40.0) + fog (1.41.0) fog-aliyun (>= 0.1.0) fog-atmos fog-aws (>= 0.6.0) fog-brightbox (~> 0.4) fog-cloudatcost (~> 0.1.0) - fog-core (~> 1.43) + fog-core (~> 1.45) fog-digitalocean (>= 0.3.0) fog-dnsimple (~> 1.0) fog-dynect (~> 0.0.2) fog-ecloud (~> 0.1) fog-google (<= 0.1.0) + fog-internet-archive + fog-joyent fog-json fog-local fog-openstack @@ -161,15 +194,16 @@ GEM fog-xml (~> 0.1.1) ipaddress (~> 0.5) json (>= 1.8, < 2.0) - fog-aliyun (0.1.0) - fog-core (~> 1.27) - fog-json (~> 1.0) + fog-aliyun (0.3.19) + aliyun-sdk (~> 0.8.0) + fog-core + fog-json ipaddress (~> 0.8) xml-simple (~> 1.1) fog-atmos (0.1.0) fog-core fog-xml - fog-aws (1.4.0) + fog-aws (2.0.1) fog-core (~> 1.38) fog-json (~> 1.0) fog-xml (~> 0.1) @@ -183,14 +217,14 @@ GEM fog-json (~> 1.0) fog-xml (~> 0.1) ipaddress (~> 0.8) - fog-core (1.44.3) + fog-core (1.45.0) builder - excon (~> 0.49) + excon (~> 0.58) formatador (~> 0.2) - fog-digitalocean (0.3.0) - fog-core (~> 1.42) - fog-json (>= 1.0) - fog-xml (>= 0.1) + fog-digitalocean (0.4.0) + fog-core + fog-json + fog-xml ipaddress (>= 0.5) fog-dnsimple (1.0.0) fog-core (~> 1.38) @@ -206,23 +240,30 @@ GEM fog-core fog-json fog-xml - fog-json (1.0.2) - fog-core (~> 1.0) + fog-internet-archive (0.0.2) + fog-core + fog-json + fog-xml + fog-joyent (0.0.1) + fog-core (~> 1.42) + fog-json (>= 1.0) + fog-json (1.2.0) + fog-core multi_json (~> 1.10) - fog-local (0.3.1) - fog-core (~> 1.27) - fog-openstack (0.1.21) - fog-core (>= 1.40) + fog-local (0.6.0) + fog-core (>= 1.27, < 3.0) + fog-openstack (0.3.10) + fog-core (>= 1.45, <= 2.1.0) fog-json (>= 1.0) ipaddress (>= 0.8) - fog-powerdns (0.1.1) - fog-core (~> 1.27) - fog-json (~> 1.0) - fog-xml (~> 0.1) - fog-profitbricks (3.0.0) + fog-powerdns (0.2.0) + fog-core + fog-json + fog-xml + fog-profitbricks (4.1.1) fog-core (~> 1.42) fog-json (~> 1.0) - fog-rackspace (0.1.5) + fog-rackspace (0.1.6) fog-core (>= 1.35) fog-json (>= 1.0) fog-xml (>= 0.1) @@ -256,76 +297,88 @@ GEM fog-voxel (0.1.0) fog-core fog-xml - fog-vsphere (1.11.2) + fog-vsphere (3.5.0) fog-core - rbvmomi (~> 1.9) - fog-xenserver (0.3.0) + rbvmomi (>= 1.9, < 3) + fog-xenserver (1.0.0) fog-core fog-xml + xmlrpc fog-xml (0.1.3) fog-core nokogiri (>= 1.5.11, < 2.0.0) formatador (0.2.5) - fpm (1.8.1) - archive-tar-minitar (= 0.5.2) + fpm (1.12.0) arr-pm (~> 0.0.10) backports (>= 2.6.2) cabin (>= 0.6.0) - childprocess + childprocess (< 1.0.0) clamp (~> 1.0.0) - ffi - json (>= 1.7.7, < 2.0) - pleaserun (~> 0.0.24) - ruby-xz - geokit (1.11.0) - geokit-rails (2.2.0) - geokit (~> 1.5) - rails (>= 3.0) - gherkin (4.1.3) - globalid (0.4.0) + ffi (~> 1.12.0) + git (>= 1.3.0, < 2.0) + json (>= 1.7.7, < 3.0) + pleaserun (~> 0.0.29) + ruby-xz (~> 0.2.3) + stud + fugit (1.4.2) + et-orbi (~> 1.1, >= 1.1.8) + raabro (~> 1.4) + geokit (1.13.1) + geokit-rails (1.1.4) + geokit (>= 1.5.0) + git (1.8.1) + rchardet (~> 1.8) + globalid (0.4.2) activesupport (>= 4.2.0) + http-accept (1.7.0) http-cookie (1.0.3) domain_name (~> 0.5) http_parser.rb (0.6.0) - httparty (0.15.5) + httparty (0.16.2) multi_xml (>= 0.5.2) - i18n (0.8.6) - icalendar (2.4.1) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + icalendar (2.4.0) inflecto (0.0.2) insist (1.0.0) - io-like (0.3.0) + io-like (0.3.1) ipaddress (0.8.3) - iso-639 (0.2.8) + iso-639 (0.3.5) json (1.8.6) - kickbox (2.0.2) + kickbox (2.0.4) faraday (~> 0.9) - json (~> 1.8) + json (>= 1.8) language_list (1.2.1) little-plugger (1.1.4) logging (1.7.2) little-plugger (>= 1.1.3) - loofah (2.0.3) + loofah (2.9.0) + crass (~> 1.0.2) nokogiri (>= 1.5.9) - mail (2.6.6) - mime-types (>= 1.16, < 4) - method_source (0.8.2) + mail (2.7.1) + mini_mime (>= 0.1.1) + method_source (1.0.0) + middleware (0.1.0) mime-types (1.25.1) - mimemagic (0.3.2) - mini_portile2 (2.2.0) - minitest (5.10.2) + mimemagic (0.3.5) + mini_mime (1.0.2) + mini_portile2 (2.4.0) + minitest (5.14.3) mono_logger (1.1.0) - multi_json (1.12.1) + multi_json (1.15.0) multi_test (0.1.2) multi_xml (0.6.0) - multipart-post (2.0.0) + multipart-post (2.1.1) mustache (0.99.8) - netaddr (1.5.1) + netaddr (2.0.4) netrc (0.11.0) - newrelic_rpm (4.2.0.334) - nokogiri (1.8.0) - mini_portile2 (~> 2.2.0) - nokogumbo (1.4.13) - nokogiri + newrelic_rpm (6.15.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) + nokogumbo (2.0.4) + nokogiri (~> 1.8, >= 1.8.4) + oj (2.17.1) + optimist (3.0.1) orm_adapter (0.5.0) pg (0.17.1) pg_array_parser (0.0.9) @@ -333,7 +386,7 @@ GEM logging (= 1.7.2) pg (= 0.17.1) thor - pleaserun (0.0.29) + pleaserun (0.0.31) cabin (> 0) clamp dotenv @@ -344,61 +397,56 @@ GEM activerecord (>= 4.0, < 5.1) pg (>= 0.17) responders - postgres_ext (3.0.0) - activerecord (>= 4.0.0) + postgres_ext (3.0.1) + activerecord (~> 4.0) arel (>= 4.0.1) pg_array_parser (~> 0.0.9) protected_attributes (1.1.4) activemodel (>= 4.0.1, < 5.0) - pry (0.10.4) - coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) - rack (1.6.8) - rack-protection (1.5.3) + protobuf-cucumber (3.10.8) + activesupport (>= 3.2) + middleware + thor + thread_safe + pry (0.13.1) + coderay (~> 1.1) + method_source (~> 1.0) + raabro (1.4.0) + rack (1.6.13) + rack-protection (1.5.5) rack rack-test (0.6.3) rack (>= 1.0) - rails (4.2.9) - actionmailer (= 4.2.9) - actionpack (= 4.2.9) - actionview (= 4.2.9) - activejob (= 4.2.9) - activemodel (= 4.2.9) - activerecord (= 4.2.9) - activesupport (= 4.2.9) - bundler (>= 1.3.0, < 2.0) - railties (= 4.2.9) - sprockets-rails rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) - rails-dom-testing (1.0.8) - activesupport (>= 4.2.0.beta, < 5.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.3.0) + loofah (~> 2.3) rails-observers (0.1.5) activemodel (>= 4.0) - railties (4.2.9) - actionpack (= 4.2.9) - activesupport (= 4.2.9) + railties (4.2.8) + actionpack (= 4.2.8) + activesupport (= 4.2.8) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.0.0) - rb-readline (0.5.4) - rbvmomi (1.11.3) + rake (13.0.3) + rb-readline (0.5.5) + rbvmomi (2.4.1) builder (~> 3.0) json (>= 1.8) nokogiri (~> 1.5) - trollop (~> 2.1) - recurly (2.10.1) - redis (3.3.3) - redis-namespace (1.5.3) + optimist (~> 3.0) + rchardet (1.8.0) + recurly (2.7.0) + redis (3.3.0) + redis-namespace (1.5.2) redis (~> 3.0, >= 3.0.4) - responders (2.4.0) - actionpack (>= 4.2.0, < 5.3) - railties (>= 4.2.0, < 5.3) + responders (2.4.1) + actionpack (>= 4.2.0, < 6.0) + railties (>= 4.2.0, < 6.0) resque (1.27.4) mono_logger (~> 1.0) multi_json (~> 1.0) @@ -408,17 +456,19 @@ GEM resque-failed-job-mailer (0.0.3) resque-lonely_job (1.0.2) resque (>= 1.2) - resque-retry (1.5.0) - resque (~> 1.25) + resque-retry (1.7.4) + resque (>= 1.25, < 3.0) resque-scheduler (~> 4.0) - resque-scheduler (4.3.0) + resque-scheduler (4.4.0) mono_logger (~> 1.0) - redis (~> 3.3) - resque (~> 1.26) + redis (>= 3.3) + resque (>= 1.26) rufus-scheduler (~> 3.2) - resque_mailer (2.4.2) + resque_mailer (2.4.3) actionmailer (>= 3.0) - rest-client (2.0.2) + activesupport (>= 3.0) + rest-client (2.1.0) + http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) @@ -430,17 +480,18 @@ GEM rspec-expectations (2.14.5) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.14.6) + ruby-prof (0.15.9) ruby-protocol-buffers (1.2.2) ruby-xz (0.2.3) ffi (~> 1.9) io-like (~> 0.3) - rubyzip (1.2.1) - rufus-scheduler (3.4.2) - et-orbi (~> 1.0) - sanitize (4.5.0) + rubyzip (1.2.0) + rufus-scheduler (3.7.0) + fugit (~> 1.1, >= 1.1.6) + sanitize (5.2.3) crass (~> 1.0.2) - nokogiri (>= 1.4.4) - nokogumbo (~> 1.4.1) + nokogiri (>= 1.8.0) + nokogumbo (~> 2.0) sendgrid (1.2.4) json sendgrid_toolkit (1.4.0) @@ -455,33 +506,29 @@ GEM rack (~> 1.5) rack-protection (~> 1.4) tilt (>= 1.3, < 3) - slop (3.6.0) - sprockets (3.7.1) + sprockets (3.6.3) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.0) - actionpack (>= 4.0) - activesupport (>= 4.0) - sprockets (>= 3.0.0) - stripe (3.0.1) - faraday (~> 0.9) - stud (0.0.22) - thor (0.19.4) + stripe (5.29.0) + stud (0.0.23) + sys-uname (1.2.2) + ffi (~> 1.1) + thor (1.1.0) thread_safe (0.3.6) - tilt (2.0.7) - trollop (2.1.2) - tzinfo (1.2.3) + tilt (2.0.10) + tzinfo (1.2.9) thread_safe (~> 0.1) unf (0.1.4) unf_ext - unf_ext (0.0.7.4) + unf_ext (0.0.7.7) uuidtools (2.1.2) vegas (0.1.11) rack (>= 1.0.0) warden (1.2.7) rack (>= 1.0) - will_paginate (3.1.6) - xml-simple (1.1.5) + will_paginate (3.3.0) + xml-simple (1.1.8) + xmlrpc (0.3.1) zip-codes (0.2.1) PLATFORMS @@ -489,9 +536,9 @@ PLATFORMS DEPENDENCIES aasm - actionmailer (> 4.2) - actionpack (> 4.2) - activerecord (> 4.2) + actionmailer (= 4.2.8) + actionpack (= 4.2.8) + activerecord (= 4.2.8) amqp auto_strip_attributes (= 2.6.0) aws-sdk (~> 1) @@ -502,15 +549,18 @@ DEPENDENCIES cucumber database_cleaner devise (= 3.3.0) + elasticsearch em-websocket (>= 0.4.0) - email_validator + email_validator (= 1.6.0) evented-spec factory_girl + faraday (= 0.9.2) fog + fog-brightbox (= 0.11.0) fpm geokit geokit-rails - icalendar + icalendar (= 2.4.0) iso-639 jam_db! jam_ruby! @@ -521,6 +571,8 @@ DEPENDENCIES mime-types (= 1.25.1) netaddr newrelic_rpm + nokogiri (= 1.10.10) + oj (= 2.17.1) pg_migrate (= 0.1.14) postgres-copy postgres_ext @@ -528,7 +580,9 @@ DEPENDENCIES pry rails-observers rb-readline - recurly + recurly (= 2.7.0) + redis (= 3.3.0) + redis-namespace (= 1.5.2) resque resque-failed-job-mailer resque-lonely_job (~> 1.0.0) @@ -536,17 +590,22 @@ DEPENDENCIES resque_mailer rest-client rspec (= 2.14.1) + ruby-prof (= 0.15.9) ruby-protocol-buffers (= 1.2.2) - rubyzip + rubyzip (= 1.2.0) sanitize sendgrid sendgrid_toolkit (>= 1.1.1) simplecov (~> 0.7.1) simplecov-rcov + sprockets (= 3.6.3) stripe uuidtools (= 2.1.2) will_paginate zip-codes +RUBY VERSION + ruby 2.3.1p112 + BUNDLED WITH - 1.17.1 + 2.2.7