more pinning
This commit is contained in:
parent
a520def1c5
commit
1c2e96b359
|
|
@ -60,7 +60,8 @@ gem 'builder'
|
||||||
gem 'jquery-rails'
|
gem 'jquery-rails'
|
||||||
gem 'jquery-ui-rails', '4.2.1'
|
gem 'jquery-ui-rails', '4.2.1'
|
||||||
#gem 'bootstrap-sass', '2.0.4'
|
#gem 'bootstrap-sass', '2.0.4'
|
||||||
gem 'bcrypt-ruby', '3.0.1'
|
#gem 'bcrypt-ruby', '3.1.14'
|
||||||
|
gem 'bcrypt', '3.1.13'
|
||||||
gem 'faker', '1.3.0'
|
gem 'faker', '1.3.0'
|
||||||
gem 'will_paginate' #, '3.0.3'
|
gem 'will_paginate' #, '3.0.3'
|
||||||
gem 'bootstrap-will_paginate', '0.0.6'
|
gem 'bootstrap-will_paginate', '0.0.6'
|
||||||
|
|
@ -119,7 +120,7 @@ gem 'resque-lonely_job', '~> 1.0.0'
|
||||||
gem 'resque_mailer'
|
gem 'resque_mailer'
|
||||||
gem 'netaddr'
|
gem 'netaddr'
|
||||||
gem 'quiet_assets', :group => :development
|
gem 'quiet_assets', :group => :development
|
||||||
gem 'bugsnag'
|
gem 'bugsnag', '5.3.2'
|
||||||
gem 'multi_json' #, '1.9.0'
|
gem 'multi_json' #, '1.9.0'
|
||||||
gem 'rest-client'
|
gem 'rest-client'
|
||||||
gem 'iso-639'
|
gem 'iso-639'
|
||||||
|
|
|
||||||
543
web/Gemfile.lock
543
web/Gemfile.lock
|
|
@ -23,8 +23,8 @@ GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
remote: https://rails-assets.org/
|
remote: https://rails-assets.org/
|
||||||
specs:
|
specs:
|
||||||
CFPropertyList (2.3.5)
|
CFPropertyList (2.3.6)
|
||||||
aasm (4.12.0)
|
aasm (5.1.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
actionmailer (4.2.8)
|
actionmailer (4.2.8)
|
||||||
actionpack (= 4.2.8)
|
actionpack (= 4.2.8)
|
||||||
|
|
@ -62,17 +62,20 @@ GEM
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
thread_safe (~> 0.3, >= 0.3.4)
|
thread_safe (~> 0.3, >= 0.3.4)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.5.1)
|
addressable (2.7.0)
|
||||||
public_suffix (~> 2.0, >= 2.0.2)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
|
aes_key_wrap (1.1.0)
|
||||||
|
aliyun-sdk (0.8.0)
|
||||||
|
nokogiri (~> 1.6)
|
||||||
|
rest-client (~> 2.0)
|
||||||
amq-client (0.9.12)
|
amq-client (0.9.12)
|
||||||
amq-protocol (>= 1.2.0)
|
amq-protocol (>= 1.2.0)
|
||||||
eventmachine
|
eventmachine
|
||||||
amq-protocol (2.2.0)
|
amq-protocol (2.3.2)
|
||||||
amqp (0.9.8)
|
amqp (0.9.8)
|
||||||
amq-client (~> 0.9.5)
|
amq-client (~> 0.9.5)
|
||||||
amq-protocol (>= 0.9.4)
|
amq-protocol (>= 0.9.4)
|
||||||
eventmachine
|
eventmachine
|
||||||
archive-tar-minitar (0.5.2)
|
|
||||||
arel (6.0.4)
|
arel (6.0.4)
|
||||||
arr-pm (0.0.10)
|
arr-pm (0.0.10)
|
||||||
cabin (> 0)
|
cabin (> 0)
|
||||||
|
|
@ -92,28 +95,29 @@ GEM
|
||||||
babel-transpiler (0.7.0)
|
babel-transpiler (0.7.0)
|
||||||
babel-source (>= 4.0, < 6)
|
babel-source (>= 4.0, < 6)
|
||||||
execjs (~> 2.0)
|
execjs (~> 2.0)
|
||||||
backports (3.8.0)
|
backports (3.20.2)
|
||||||
bcrypt (3.1.11)
|
bcrypt (3.1.13)
|
||||||
bcrypt-ruby (3.0.1)
|
bindata (2.4.8)
|
||||||
bootstrap-will_paginate (0.0.6)
|
bootstrap-will_paginate (0.0.6)
|
||||||
will_paginate
|
will_paginate
|
||||||
bower-rails (0.9.2)
|
bower-rails (0.9.2)
|
||||||
buftok (0.2.0)
|
buftok (0.2.0)
|
||||||
bugsnag (5.3.2)
|
bugsnag (5.3.2)
|
||||||
builder (3.2.3)
|
builder (3.2.4)
|
||||||
byebug (9.0.6)
|
byebug (11.1.3)
|
||||||
cabin (0.9.0)
|
cabin (0.9.0)
|
||||||
capybara (2.13.0)
|
capybara (3.32.2)
|
||||||
addressable
|
addressable
|
||||||
mime-types (>= 1.16)
|
mini_mime (>= 0.1.3)
|
||||||
nokogiri (>= 1.3.3)
|
nokogiri (~> 1.8)
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.6.0)
|
||||||
rack-test (>= 0.5.4)
|
rack-test (>= 0.6.3)
|
||||||
xpath (~> 2.0)
|
regexp_parser (~> 1.5)
|
||||||
capybara-screenshot (1.0.14)
|
xpath (~> 3.2)
|
||||||
capybara (>= 1.0, < 3)
|
capybara-screenshot (1.0.25)
|
||||||
|
capybara (>= 1.0, < 4)
|
||||||
launchy
|
launchy
|
||||||
carmen (1.0.2)
|
carmen (1.1.3)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
carrierwave (0.11.2)
|
carrierwave (0.11.2)
|
||||||
activemodel (>= 3.2.0)
|
activemodel (>= 3.2.0)
|
||||||
|
|
@ -121,16 +125,15 @@ GEM
|
||||||
json (>= 1.7)
|
json (>= 1.7)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
mimemagic (>= 0.3.0)
|
mimemagic (>= 0.3.0)
|
||||||
carrierwave_direct (0.0.15)
|
carrierwave_direct (1.0.0)
|
||||||
carrierwave
|
carrierwave (~> 0.11)
|
||||||
fog
|
fog-aws
|
||||||
uuidtools
|
|
||||||
cause (0.1)
|
cause (0.1)
|
||||||
childprocess (0.7.0)
|
childprocess (0.9.0)
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
ffi (~> 1.0, >= 1.0.11)
|
||||||
clamp (1.0.1)
|
clamp (1.0.1)
|
||||||
cliver (0.3.2)
|
cliver (0.3.2)
|
||||||
coderay (1.1.1)
|
coderay (1.1.3)
|
||||||
coffee-rails (4.2.2)
|
coffee-rails (4.2.2)
|
||||||
coffee-script (>= 2.2.0)
|
coffee-script (>= 2.2.0)
|
||||||
railties (>= 4.0.0)
|
railties (>= 4.0.0)
|
||||||
|
|
@ -138,9 +141,9 @@ GEM
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
concurrent-ruby (1.0.5)
|
concurrent-ruby (1.1.8)
|
||||||
connection_pool (2.2.1)
|
connection_pool (2.2.3)
|
||||||
crass (1.0.2)
|
crass (1.0.6)
|
||||||
database_cleaner (1.3.0)
|
database_cleaner (1.3.0)
|
||||||
devise (3.3.0)
|
devise (3.3.0)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
|
|
@ -148,10 +151,10 @@ GEM
|
||||||
railties (>= 3.2.6, < 5)
|
railties (>= 3.2.6, < 5)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
warden (~> 1.2.3)
|
warden (~> 1.2.3)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.4.4)
|
||||||
domain_name (0.5.20170404)
|
domain_name (0.5.20190701)
|
||||||
unf (>= 0.0.5, < 1.0.0)
|
unf (>= 0.0.5, < 1.0.0)
|
||||||
dotenv (2.2.1)
|
dotenv (2.7.6)
|
||||||
elasticsearch (7.4.0)
|
elasticsearch (7.4.0)
|
||||||
elasticsearch-api (= 7.4.0)
|
elasticsearch-api (= 7.4.0)
|
||||||
elasticsearch-transport (= 7.4.0)
|
elasticsearch-transport (= 7.4.0)
|
||||||
|
|
@ -160,23 +163,23 @@ GEM
|
||||||
elasticsearch-transport (7.4.0)
|
elasticsearch-transport (7.4.0)
|
||||||
faraday
|
faraday
|
||||||
multi_json
|
multi_json
|
||||||
em-websocket (0.5.1)
|
em-websocket (0.5.2)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
email_validator (1.6.0)
|
email_validator (1.6.0)
|
||||||
activemodel
|
activemodel
|
||||||
equalizer (0.0.10)
|
equalizer (0.0.11)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
et-orbi (1.0.4)
|
et-orbi (1.2.4)
|
||||||
tzinfo
|
tzinfo
|
||||||
eventmachine (1.2.3)
|
eventmachine (1.2.3)
|
||||||
excon (0.57.0)
|
excon (0.78.1)
|
||||||
execjs (2.6.0)
|
execjs (2.6.0)
|
||||||
extlib (0.9.16)
|
extlib (0.9.16)
|
||||||
factory_girl (4.8.0)
|
factory_girl (4.9.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
factory_girl_rails (4.8.0)
|
factory_girl_rails (4.9.0)
|
||||||
factory_girl (~> 4.8.0)
|
factory_girl (~> 4.9.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
faker (1.3.0)
|
faker (1.3.0)
|
||||||
i18n (~> 0.5)
|
i18n (~> 0.5)
|
||||||
|
|
@ -187,7 +190,10 @@ GEM
|
||||||
json
|
json
|
||||||
rack-oauth2 (>= 0.14.4)
|
rack-oauth2 (>= 0.14.4)
|
||||||
tzinfo
|
tzinfo
|
||||||
ffi (1.9.18)
|
ffi (1.12.2)
|
||||||
|
ffi-compiler (1.0.1)
|
||||||
|
ffi (>= 1.0.0)
|
||||||
|
rake
|
||||||
filepicker-rails (0.1)
|
filepicker-rails (0.1)
|
||||||
multi_json (~> 1.6)
|
multi_json (~> 1.6)
|
||||||
railties (>= 3.1.0, < 5.0)
|
railties (>= 3.1.0, < 5.0)
|
||||||
|
|
@ -225,15 +231,16 @@ GEM
|
||||||
fog-xml (~> 0.1.1)
|
fog-xml (~> 0.1.1)
|
||||||
ipaddress (~> 0.5)
|
ipaddress (~> 0.5)
|
||||||
json (>= 1.8, < 2.0)
|
json (>= 1.8, < 2.0)
|
||||||
fog-aliyun (0.1.0)
|
fog-aliyun (0.3.19)
|
||||||
fog-core (~> 1.27)
|
aliyun-sdk (~> 0.8.0)
|
||||||
fog-json (~> 1.0)
|
fog-core
|
||||||
|
fog-json
|
||||||
ipaddress (~> 0.8)
|
ipaddress (~> 0.8)
|
||||||
xml-simple (~> 1.1)
|
xml-simple (~> 1.1)
|
||||||
fog-atmos (0.1.0)
|
fog-atmos (0.1.0)
|
||||||
fog-core
|
fog-core
|
||||||
fog-xml
|
fog-xml
|
||||||
fog-aws (1.4.0)
|
fog-aws (2.0.1)
|
||||||
fog-core (~> 1.38)
|
fog-core (~> 1.38)
|
||||||
fog-json (~> 1.0)
|
fog-json (~> 1.0)
|
||||||
fog-xml (~> 0.1)
|
fog-xml (~> 0.1)
|
||||||
|
|
@ -247,14 +254,14 @@ GEM
|
||||||
fog-json (~> 1.0)
|
fog-json (~> 1.0)
|
||||||
fog-xml (~> 0.1)
|
fog-xml (~> 0.1)
|
||||||
ipaddress (~> 0.8)
|
ipaddress (~> 0.8)
|
||||||
fog-core (1.44.3)
|
fog-core (1.45.0)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.49)
|
excon (~> 0.58)
|
||||||
formatador (~> 0.2)
|
formatador (~> 0.2)
|
||||||
fog-digitalocean (0.3.0)
|
fog-digitalocean (0.4.0)
|
||||||
fog-core (~> 1.42)
|
fog-core
|
||||||
fog-json (>= 1.0)
|
fog-json
|
||||||
fog-xml (>= 0.1)
|
fog-xml
|
||||||
ipaddress (>= 0.5)
|
ipaddress (>= 0.5)
|
||||||
fog-dnsimple (1.0.0)
|
fog-dnsimple (1.0.0)
|
||||||
fog-core (~> 1.38)
|
fog-core (~> 1.38)
|
||||||
|
|
@ -270,23 +277,23 @@ GEM
|
||||||
fog-core
|
fog-core
|
||||||
fog-json
|
fog-json
|
||||||
fog-xml
|
fog-xml
|
||||||
fog-json (1.0.2)
|
fog-json (1.2.0)
|
||||||
fog-core (~> 1.0)
|
fog-core
|
||||||
multi_json (~> 1.10)
|
multi_json (~> 1.10)
|
||||||
fog-local (0.3.1)
|
fog-local (0.6.0)
|
||||||
fog-core (~> 1.27)
|
fog-core (>= 1.27, < 3.0)
|
||||||
fog-openstack (0.1.21)
|
fog-openstack (0.3.10)
|
||||||
fog-core (>= 1.40)
|
fog-core (>= 1.45, <= 2.1.0)
|
||||||
fog-json (>= 1.0)
|
fog-json (>= 1.0)
|
||||||
ipaddress (>= 0.8)
|
ipaddress (>= 0.8)
|
||||||
fog-powerdns (0.1.1)
|
fog-powerdns (0.2.0)
|
||||||
fog-core (~> 1.27)
|
fog-core
|
||||||
fog-json (~> 1.0)
|
fog-json
|
||||||
fog-xml (~> 0.1)
|
fog-xml
|
||||||
fog-profitbricks (3.0.0)
|
fog-profitbricks (4.1.1)
|
||||||
fog-core (~> 1.42)
|
fog-core (~> 1.42)
|
||||||
fog-json (~> 1.0)
|
fog-json (~> 1.0)
|
||||||
fog-rackspace (0.1.5)
|
fog-rackspace (0.1.6)
|
||||||
fog-core (>= 1.35)
|
fog-core (>= 1.35)
|
||||||
fog-json (>= 1.0)
|
fog-json (>= 1.0)
|
||||||
fog-xml (>= 0.1)
|
fog-xml (>= 0.1)
|
||||||
|
|
@ -320,32 +327,39 @@ GEM
|
||||||
fog-voxel (0.1.0)
|
fog-voxel (0.1.0)
|
||||||
fog-core
|
fog-core
|
||||||
fog-xml
|
fog-xml
|
||||||
fog-vsphere (1.10.0)
|
fog-vsphere (3.5.0)
|
||||||
fog-core
|
fog-core
|
||||||
rbvmomi (~> 1.9)
|
rbvmomi (>= 1.9, < 3)
|
||||||
fog-xenserver (0.3.0)
|
fog-xenserver (1.0.0)
|
||||||
fog-core
|
fog-core
|
||||||
fog-xml
|
fog-xml
|
||||||
|
xmlrpc
|
||||||
fog-xml (0.1.3)
|
fog-xml (0.1.3)
|
||||||
fog-core
|
fog-core
|
||||||
nokogiri (>= 1.5.11, < 2.0.0)
|
nokogiri (>= 1.5.11, < 2.0.0)
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
fpm (1.8.1)
|
fpm (1.12.0)
|
||||||
archive-tar-minitar (= 0.5.2)
|
|
||||||
arr-pm (~> 0.0.10)
|
arr-pm (~> 0.0.10)
|
||||||
backports (>= 2.6.2)
|
backports (>= 2.6.2)
|
||||||
cabin (>= 0.6.0)
|
cabin (>= 0.6.0)
|
||||||
childprocess
|
childprocess (< 1.0.0)
|
||||||
clamp (~> 1.0.0)
|
clamp (~> 1.0.0)
|
||||||
ffi
|
ffi (~> 1.12.0)
|
||||||
json (>= 1.7.7, < 2.0)
|
git (>= 1.3.0, < 2.0)
|
||||||
pleaserun (~> 0.0.24)
|
json (>= 1.7.7, < 3.0)
|
||||||
ruby-xz
|
pleaserun (~> 0.0.29)
|
||||||
geokit (1.11.0)
|
ruby-xz (~> 0.2.3)
|
||||||
geokit-rails (2.2.0)
|
stud
|
||||||
|
fugit (1.4.2)
|
||||||
|
et-orbi (~> 1.1, >= 1.1.8)
|
||||||
|
raabro (~> 1.4)
|
||||||
|
geokit (1.13.1)
|
||||||
|
geokit-rails (2.3.2)
|
||||||
geokit (~> 1.5)
|
geokit (~> 1.5)
|
||||||
rails (>= 3.0)
|
rails (>= 3.0)
|
||||||
globalid (0.4.0)
|
git (1.8.1)
|
||||||
|
rchardet (~> 1.8)
|
||||||
|
globalid (0.4.2)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
god (0.13.7)
|
god (0.13.7)
|
||||||
gon (4.1.1)
|
gon (4.1.1)
|
||||||
|
|
@ -370,113 +384,125 @@ GEM
|
||||||
haml (>= 4.0.6, < 5.0)
|
haml (>= 4.0.6, < 5.0)
|
||||||
html2haml (>= 1.0.1)
|
html2haml (>= 1.0.1)
|
||||||
railties (>= 4.0.1)
|
railties (>= 4.0.1)
|
||||||
hashie (3.5.5)
|
hashie (4.1.0)
|
||||||
html2haml (2.2.0)
|
html2haml (2.2.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
haml (>= 4.0, < 6)
|
haml (>= 4.0, < 6)
|
||||||
nokogiri (>= 1.6.0)
|
nokogiri (>= 1.6.0)
|
||||||
ruby_parser (~> 3.5)
|
ruby_parser (~> 3.5)
|
||||||
htmlentities (4.3.4)
|
htmlentities (4.3.4)
|
||||||
http (1.0.4)
|
http (4.4.1)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
http-cookie (~> 1.0)
|
http-cookie (~> 1.0)
|
||||||
http-form_data (~> 1.0.1)
|
http-form_data (~> 2.2)
|
||||||
http_parser.rb (~> 0.6.0)
|
http-parser (~> 1.2.0)
|
||||||
|
http-accept (1.7.0)
|
||||||
http-cookie (1.0.3)
|
http-cookie (1.0.3)
|
||||||
domain_name (~> 0.5)
|
domain_name (~> 0.5)
|
||||||
http-form_data (1.0.3)
|
http-form_data (2.3.0)
|
||||||
|
http-parser (1.2.3)
|
||||||
|
ffi-compiler (>= 1.0, < 2.0)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
httparty (0.15.5)
|
httparty (0.18.1)
|
||||||
|
mime-types (~> 3.0)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
httpclient (2.8.3)
|
httpclient (2.8.3)
|
||||||
i18n (0.8.4)
|
i18n (0.9.5)
|
||||||
|
concurrent-ruby (~> 1.0)
|
||||||
|
icalendar (2.4.0)
|
||||||
inflecto (0.0.2)
|
inflecto (0.0.2)
|
||||||
influxdb (0.3.14)
|
influxdb (0.8.0)
|
||||||
cause
|
influxdb-rails (1.0.0)
|
||||||
json
|
influxdb (~> 0.6, >= 0.6.4)
|
||||||
influxdb-rails (0.1.12)
|
railties (>= 4.2)
|
||||||
influxdb (~> 0.3.0)
|
|
||||||
railties
|
|
||||||
insist (1.0.0)
|
insist (1.0.0)
|
||||||
io-like (0.3.0)
|
io-like (0.3.1)
|
||||||
ipaddress (0.8.3)
|
ipaddress (0.8.3)
|
||||||
iso-639 (0.2.8)
|
iso-639 (0.3.5)
|
||||||
jquery-rails (4.3.1)
|
jquery-rails (4.4.0)
|
||||||
rails-dom-testing (>= 1, < 3)
|
rails-dom-testing (>= 1, < 3)
|
||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
jquery-ui-rails (4.2.1)
|
jquery-ui-rails (4.2.1)
|
||||||
railties (>= 3.2.16)
|
railties (>= 3.2.16)
|
||||||
json (1.8.6)
|
json (1.8.6)
|
||||||
jwt (1.5.6)
|
json-jwt (1.13.0)
|
||||||
kgio (2.11.0)
|
activesupport (>= 4.2)
|
||||||
kickbox (2.0.2)
|
aes_key_wrap
|
||||||
|
bindata
|
||||||
|
jwt (2.2.2)
|
||||||
|
kgio (2.11.3)
|
||||||
|
kickbox (2.0.4)
|
||||||
faraday (~> 0.9)
|
faraday (~> 0.9)
|
||||||
json (~> 1.8)
|
json (>= 1.8)
|
||||||
language_list (1.2.1)
|
language_list (1.2.1)
|
||||||
launchy (2.1.1)
|
launchy (2.1.1)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
little-plugger (1.1.4)
|
little-plugger (1.1.4)
|
||||||
logging (1.7.2)
|
logging (1.7.2)
|
||||||
little-plugger (>= 1.1.3)
|
little-plugger (>= 1.1.3)
|
||||||
loofah (2.0.3)
|
loofah (2.9.0)
|
||||||
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.6.6)
|
mail (2.7.1)
|
||||||
mime-types (>= 1.16, < 4)
|
mini_mime (>= 0.1.1)
|
||||||
memoizable (0.4.2)
|
memoizable (0.4.2)
|
||||||
thread_safe (~> 0.3, >= 0.3.1)
|
thread_safe (~> 0.3, >= 0.3.1)
|
||||||
method_source (0.8.2)
|
method_source (1.0.0)
|
||||||
mime-types (3.1)
|
mime-types (3.3.1)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2016.0521)
|
mime-types-data (3.2020.1104)
|
||||||
mimemagic (0.3.2)
|
mimemagic (0.3.5)
|
||||||
mini_portile2 (2.2.0)
|
mini_mime (1.0.2)
|
||||||
minitest (5.10.2)
|
mini_portile2 (2.4.0)
|
||||||
|
minitest (5.14.3)
|
||||||
mono_logger (1.1.0)
|
mono_logger (1.1.0)
|
||||||
multi_json (1.12.1)
|
multi_json (1.15.0)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
multipart-post (2.0.0)
|
multipart-post (2.1.1)
|
||||||
mustache (0.99.8)
|
mustache (0.99.8)
|
||||||
naught (1.1.0)
|
naught (1.1.0)
|
||||||
netaddr (1.5.1)
|
netaddr (2.0.4)
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
newrelic_rpm (4.2.0.334)
|
newrelic_rpm (6.15.0)
|
||||||
nokogiri (1.8.0)
|
nio4r (2.5.4)
|
||||||
mini_portile2 (~> 2.2.0)
|
nokogiri (1.10.10)
|
||||||
nokogumbo (1.4.13)
|
mini_portile2 (~> 2.4.0)
|
||||||
nokogiri
|
nokogumbo (2.0.4)
|
||||||
|
nokogiri (~> 1.8, >= 1.8.4)
|
||||||
non-stupid-digest-assets (1.0.9)
|
non-stupid-digest-assets (1.0.9)
|
||||||
sprockets (>= 2.0)
|
sprockets (>= 2.0)
|
||||||
oauth (0.5.3)
|
oauth (0.5.5)
|
||||||
oauth2 (1.4.0)
|
oauth2 (1.4.4)
|
||||||
faraday (>= 0.8, < 0.13)
|
faraday (>= 0.8, < 2.0)
|
||||||
jwt (~> 1.0)
|
jwt (>= 1.0, < 3.0)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
multi_xml (~> 0.5)
|
multi_xml (~> 0.5)
|
||||||
rack (>= 1.2, < 3)
|
rack (>= 1.2, < 3)
|
||||||
oj (3.1.3)
|
oj (3.1.3)
|
||||||
omniauth (1.6.1)
|
omniauth (1.9.1)
|
||||||
hashie (>= 3.4.6, < 3.6.0)
|
hashie (>= 3.4.6)
|
||||||
rack (>= 1.6.2, < 3)
|
rack (>= 1.6.2, < 3)
|
||||||
omniauth-facebook (4.0.0)
|
omniauth-facebook (8.0.0)
|
||||||
omniauth-oauth2 (~> 1.2)
|
omniauth-oauth2 (~> 1.2)
|
||||||
omniauth-google-oauth2 (0.5.0)
|
omniauth-google-oauth2 (0.8.1)
|
||||||
jwt (~> 1.5)
|
jwt (>= 2.0)
|
||||||
multi_json (~> 1.3)
|
oauth2 (~> 1.1)
|
||||||
omniauth (>= 1.1.1)
|
omniauth (>= 1.1.1)
|
||||||
omniauth-oauth2 (>= 1.3.1)
|
omniauth-oauth2 (>= 1.6)
|
||||||
omniauth-oauth (1.1.0)
|
omniauth-oauth (1.2.0)
|
||||||
oauth
|
oauth
|
||||||
omniauth (~> 1.0)
|
omniauth (>= 1.0, < 3)
|
||||||
omniauth-oauth2 (1.4.0)
|
omniauth-oauth2 (1.7.1)
|
||||||
oauth2 (~> 1.0)
|
oauth2 (~> 1.4)
|
||||||
omniauth (~> 1.2)
|
omniauth (>= 1.9, < 3)
|
||||||
omniauth-stripe-connect (2.10.0)
|
omniauth-stripe-connect (2.10.1)
|
||||||
omniauth (~> 1.3)
|
omniauth (~> 1.3)
|
||||||
omniauth-oauth2 (~> 1.4)
|
omniauth-oauth2 (~> 1.4)
|
||||||
omniauth-twitter (1.4.0)
|
omniauth-twitter (1.4.0)
|
||||||
omniauth-oauth (~> 1.1)
|
omniauth-oauth (~> 1.1)
|
||||||
rack
|
rack
|
||||||
|
optimist (3.0.1)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
paypal-sdk-core (0.3.4)
|
paypal-sdk-core (0.3.4)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
|
@ -490,26 +516,26 @@ GEM
|
||||||
logging (= 1.7.2)
|
logging (= 1.7.2)
|
||||||
pg (= 0.17.1)
|
pg (= 0.17.1)
|
||||||
thor
|
thor
|
||||||
pleaserun (0.0.29)
|
pleaserun (0.0.31)
|
||||||
cabin (> 0)
|
cabin (> 0)
|
||||||
clamp
|
clamp
|
||||||
dotenv
|
dotenv
|
||||||
insist
|
insist
|
||||||
mustache (= 0.99.8)
|
mustache (= 0.99.8)
|
||||||
stud
|
stud
|
||||||
poltergeist (1.15.0)
|
poltergeist (1.18.1)
|
||||||
capybara (~> 2.1)
|
capybara (>= 2.1, < 4)
|
||||||
cliver (~> 0.3.1)
|
cliver (~> 0.3.1)
|
||||||
websocket-driver (>= 0.2.0)
|
websocket-driver (>= 0.2.0)
|
||||||
postgres-copy (1.1.2)
|
postgres-copy (1.2.0)
|
||||||
activerecord (>= 4.0)
|
activerecord (>= 4.0, < 5.1)
|
||||||
pg (>= 0.17)
|
pg (>= 0.17)
|
||||||
responders
|
responders
|
||||||
postgres_ext (3.0.0)
|
postgres_ext (3.0.1)
|
||||||
activerecord (>= 4.0.0)
|
activerecord (~> 4.0)
|
||||||
arel (>= 4.0.1)
|
arel (>= 4.0.1)
|
||||||
pg_array_parser (~> 0.0.9)
|
pg_array_parser (~> 0.0.9)
|
||||||
power_assert (1.0.2)
|
power_assert (2.0.0)
|
||||||
prawn (2.2.2)
|
prawn (2.2.2)
|
||||||
pdf-core (~> 0.7.0)
|
pdf-core (~> 0.7.0)
|
||||||
ttfunk (~> 1.5)
|
ttfunk (~> 1.5)
|
||||||
|
|
@ -517,24 +543,25 @@ GEM
|
||||||
prawn (>= 1.3.0, < 3.0.0)
|
prawn (>= 1.3.0, < 3.0.0)
|
||||||
protected_attributes (1.1.4)
|
protected_attributes (1.1.4)
|
||||||
activemodel (>= 4.0.1, < 5.0)
|
activemodel (>= 4.0.1, < 5.0)
|
||||||
pry (0.10.4)
|
pry (0.13.1)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1)
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 1.0)
|
||||||
slop (~> 3.4)
|
public_suffix (4.0.6)
|
||||||
public_suffix (2.0.5)
|
puma (5.2.0)
|
||||||
puma (3.9.1)
|
nio4r (~> 2.0)
|
||||||
quiet_assets (1.1.0)
|
quiet_assets (1.1.0)
|
||||||
railties (>= 3.1, < 5.0)
|
railties (>= 3.1, < 5.0)
|
||||||
rabl (0.13.1)
|
raabro (1.4.0)
|
||||||
|
rabl (0.14.3)
|
||||||
activesupport (>= 2.3.14)
|
activesupport (>= 2.3.14)
|
||||||
rack (1.6.8)
|
rack (1.6.13)
|
||||||
rack-oauth2 (1.6.2)
|
rack-oauth2 (1.12.0)
|
||||||
activesupport (>= 2.3)
|
activesupport
|
||||||
attr_required (>= 0.0.5)
|
attr_required
|
||||||
httpclient (>= 2.4)
|
httpclient
|
||||||
multi_json (>= 1.3.6)
|
json-jwt (>= 1.11.0)
|
||||||
rack (>= 1.1)
|
rack (< 2.1)
|
||||||
rack-protection (1.5.3)
|
rack-protection (1.5.5)
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
|
|
@ -549,7 +576,7 @@ GEM
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.2.8)
|
railties (= 4.2.8)
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
rails-assets-bluebird (3.5.0)
|
rails-assets-bluebird (3.5.4)
|
||||||
rails-assets-classnames (1.2.2)
|
rails-assets-classnames (1.2.2)
|
||||||
rails-assets-react-input-autosize (0.4.5)
|
rails-assets-react-input-autosize (0.4.5)
|
||||||
rails-assets-react-select (0.6.7)
|
rails-assets-react-select (0.6.7)
|
||||||
|
|
@ -558,26 +585,27 @@ GEM
|
||||||
rails-assets-reflux (0.3.0)
|
rails-assets-reflux (0.3.0)
|
||||||
rails-deprecated_sanitizer (1.0.3)
|
rails-deprecated_sanitizer (1.0.3)
|
||||||
activesupport (>= 4.2.0.alpha)
|
activesupport (>= 4.2.0.alpha)
|
||||||
rails-dom-testing (1.0.8)
|
rails-dom-testing (1.0.9)
|
||||||
activesupport (>= 4.2.0.beta, < 5.0)
|
activesupport (>= 4.2.0, < 5.0)
|
||||||
nokogiri (~> 1.6)
|
nokogiri (~> 1.6)
|
||||||
rails-deprecated_sanitizer (>= 1.0.1)
|
rails-deprecated_sanitizer (>= 1.0.1)
|
||||||
rails-html-sanitizer (1.0.3)
|
rails-html-sanitizer (1.3.0)
|
||||||
loofah (~> 2.0)
|
loofah (~> 2.3)
|
||||||
rails-observers (0.1.2)
|
rails-observers (0.1.5)
|
||||||
activemodel (~> 4.0)
|
activemodel (>= 4.0)
|
||||||
railties (4.2.8)
|
railties (4.2.8)
|
||||||
actionpack (= 4.2.8)
|
actionpack (= 4.2.8)
|
||||||
activesupport (= 4.2.8)
|
activesupport (= 4.2.8)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
raindrops (0.18.0)
|
raindrops (0.19.1)
|
||||||
rake (12.0.0)
|
rake (13.0.3)
|
||||||
rbvmomi (1.11.2)
|
rbvmomi (2.4.1)
|
||||||
builder (~> 3.0)
|
builder (~> 3.0)
|
||||||
json (>= 1.8)
|
json (>= 1.8)
|
||||||
nokogiri (~> 1.5)
|
nokogiri (~> 1.5)
|
||||||
trollop (~> 2.1)
|
optimist (~> 3.0)
|
||||||
|
rchardet (1.8.0)
|
||||||
react-rails (1.3.3)
|
react-rails (1.3.3)
|
||||||
babel-transpiler (>= 0.7.0)
|
babel-transpiler (>= 0.7.0)
|
||||||
coffee-script-source (~> 1.8)
|
coffee-script-source (~> 1.8)
|
||||||
|
|
@ -589,9 +617,10 @@ GEM
|
||||||
redis (3.3.3)
|
redis (3.3.3)
|
||||||
redis-namespace (1.5.3)
|
redis-namespace (1.5.3)
|
||||||
redis (~> 3.0, >= 3.0.4)
|
redis (~> 3.0, >= 3.0.4)
|
||||||
responders (2.4.0)
|
regexp_parser (1.8.2)
|
||||||
actionpack (>= 4.2.0, < 5.3)
|
responders (2.4.1)
|
||||||
railties (>= 4.2.0, < 5.3)
|
actionpack (>= 4.2.0, < 6.0)
|
||||||
|
railties (>= 4.2.0, < 6.0)
|
||||||
resque (1.27.4)
|
resque (1.27.4)
|
||||||
mono_logger (~> 1.0)
|
mono_logger (~> 1.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
|
@ -603,73 +632,79 @@ GEM
|
||||||
resque-failed-job-mailer (0.0.3)
|
resque-failed-job-mailer (0.0.3)
|
||||||
resque-lonely_job (1.0.2)
|
resque-lonely_job (1.0.2)
|
||||||
resque (>= 1.2)
|
resque (>= 1.2)
|
||||||
resque-retry (1.5.0)
|
resque-retry (1.7.4)
|
||||||
resque (~> 1.25)
|
resque (>= 1.25, < 3.0)
|
||||||
resque-scheduler (~> 4.0)
|
resque-scheduler (~> 4.0)
|
||||||
resque-scheduler (4.3.0)
|
resque-scheduler (4.4.0)
|
||||||
mono_logger (~> 1.0)
|
mono_logger (~> 1.0)
|
||||||
redis (~> 3.3)
|
redis (>= 3.3)
|
||||||
resque (~> 1.26)
|
resque (>= 1.26)
|
||||||
rufus-scheduler (~> 3.2)
|
rufus-scheduler (~> 3.2)
|
||||||
resque_mailer (2.4.2)
|
resque_mailer (2.4.3)
|
||||||
actionmailer (>= 3.0)
|
actionmailer (>= 3.0)
|
||||||
resque_spec (0.17.0)
|
activesupport (>= 3.0)
|
||||||
resque (>= 1.19.0)
|
resque_spec (0.18.1)
|
||||||
|
resque (>= 1.26.0)
|
||||||
rspec-core (>= 3.0.0)
|
rspec-core (>= 3.0.0)
|
||||||
rspec-expectations (>= 3.0.0)
|
rspec-expectations (>= 3.0.0)
|
||||||
rspec-mocks (>= 3.0.0)
|
rspec-mocks (>= 3.0.0)
|
||||||
rest-client (2.0.2)
|
rest-client (2.1.0)
|
||||||
|
http-accept (>= 1.7.0, < 2.0)
|
||||||
http-cookie (>= 1.0.2, < 2.0)
|
http-cookie (>= 1.0.2, < 2.0)
|
||||||
mime-types (>= 1.16, < 4.0)
|
mime-types (>= 1.16, < 4.0)
|
||||||
netrc (~> 0.8)
|
netrc (~> 0.8)
|
||||||
retriable (3.0.1)
|
retriable (3.0.1)
|
||||||
rspec-collection_matchers (1.1.3)
|
rspec-collection_matchers (1.2.0)
|
||||||
rspec-expectations (>= 2.99.0.beta1)
|
rspec-expectations (>= 2.99.0.beta1)
|
||||||
rspec-core (3.6.0)
|
rspec-core (3.10.1)
|
||||||
rspec-support (~> 3.6.0)
|
rspec-support (~> 3.10.0)
|
||||||
rspec-expectations (3.6.0)
|
rspec-expectations (3.10.1)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.6.0)
|
rspec-support (~> 3.10.0)
|
||||||
rspec-mocks (3.6.0)
|
rspec-mocks (3.10.2)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.6.0)
|
rspec-support (~> 3.10.0)
|
||||||
rspec-rails (3.6.0)
|
rspec-rails (4.0.2)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 4.2)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 4.2)
|
||||||
railties (>= 3.0)
|
railties (>= 4.2)
|
||||||
rspec-core (~> 3.6.0)
|
rspec-core (~> 3.10)
|
||||||
rspec-expectations (~> 3.6.0)
|
rspec-expectations (~> 3.10)
|
||||||
rspec-mocks (~> 3.6.0)
|
rspec-mocks (~> 3.10)
|
||||||
rspec-support (~> 3.6.0)
|
rspec-support (~> 3.10)
|
||||||
rspec-support (3.6.0)
|
rspec-support (3.10.2)
|
||||||
|
ruby-prof (0.15.9)
|
||||||
ruby-protocol-buffers (1.2.2)
|
ruby-protocol-buffers (1.2.2)
|
||||||
ruby-xz (0.2.3)
|
ruby-xz (0.2.3)
|
||||||
ffi (~> 1.9)
|
ffi (~> 1.9)
|
||||||
io-like (~> 0.3)
|
io-like (~> 0.3)
|
||||||
ruby_parser (3.9.0)
|
ruby_parser (3.15.1)
|
||||||
sexp_processor (~> 4.1)
|
sexp_processor (~> 4.9)
|
||||||
rubyzip (1.2.1)
|
rubyzip (1.2.1)
|
||||||
rufus-scheduler (3.4.2)
|
rufus-scheduler (3.7.0)
|
||||||
et-orbi (~> 1.0)
|
fugit (~> 1.1, >= 1.1.6)
|
||||||
sanitize (4.5.0)
|
sanitize (5.2.3)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.4.4)
|
nokogiri (>= 1.8.0)
|
||||||
nokogumbo (~> 1.4.1)
|
nokogumbo (~> 2.0)
|
||||||
sass (3.4.24)
|
sass-rails (6.0.0)
|
||||||
sass-rails (5.0.6)
|
sassc-rails (~> 2.1, >= 2.1.1)
|
||||||
railties (>= 4.0.0, < 6)
|
sassc (2.4.0)
|
||||||
sass (~> 3.1)
|
ffi (~> 1.9)
|
||||||
sprockets (>= 2.8, < 4.0)
|
sassc-rails (2.1.2)
|
||||||
sprockets-rails (>= 2.0, < 4.0)
|
railties (>= 4.0.0)
|
||||||
tilt (>= 1.1, < 3)
|
sassc (>= 2.0)
|
||||||
selenium-webdriver (3.4.2)
|
sprockets (> 3.0)
|
||||||
|
sprockets-rails
|
||||||
|
tilt
|
||||||
|
selenium-webdriver (3.14.0)
|
||||||
childprocess (~> 0.5)
|
childprocess (~> 0.5)
|
||||||
rubyzip (~> 1.0)
|
rubyzip (~> 1.2)
|
||||||
sendgrid (1.2.0)
|
sendgrid (1.2.0)
|
||||||
json
|
json
|
||||||
sendgrid_toolkit (1.4.0)
|
sendgrid_toolkit (1.4.0)
|
||||||
httparty (>= 0.7.6)
|
httparty (>= 0.7.6)
|
||||||
sexp_processor (4.9.0)
|
sexp_processor (4.15.2)
|
||||||
signet (0.5.0)
|
signet (0.5.0)
|
||||||
addressable (>= 2.2.3)
|
addressable (>= 2.2.3)
|
||||||
faraday (>= 0.9.0.rc5)
|
faraday (>= 0.9.0.rc5)
|
||||||
|
|
@ -686,15 +721,15 @@ GEM
|
||||||
rack (~> 1.5)
|
rack (~> 1.5)
|
||||||
rack-protection (~> 1.4)
|
rack-protection (~> 1.4)
|
||||||
tilt (>= 1.3, < 3)
|
tilt (>= 1.3, < 3)
|
||||||
sitemap_generator (5.3.1)
|
sitemap_generator (6.1.2)
|
||||||
builder (~> 3.0)
|
builder (~> 3.0)
|
||||||
slim (3.0.8)
|
slim (4.1.0)
|
||||||
temple (>= 0.7.6, < 0.9)
|
temple (>= 0.7.6, < 0.9)
|
||||||
tilt (>= 1.3.3, < 2.1)
|
tilt (>= 2.0.6, < 2.1)
|
||||||
slop (3.6.0)
|
|
||||||
spork (0.9.0)
|
spork (0.9.0)
|
||||||
sprockets (3.2.0)
|
sprockets (3.6.3)
|
||||||
rack (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
|
rack (> 1, < 3)
|
||||||
sprockets-es6 (0.9.2)
|
sprockets-es6 (0.9.2)
|
||||||
babel-source (>= 5.8.11)
|
babel-source (>= 5.8.11)
|
||||||
babel-transpiler
|
babel-transpiler
|
||||||
|
|
@ -703,37 +738,35 @@ GEM
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
stripe (2.11.0)
|
stripe (5.29.0)
|
||||||
faraday (~> 0.9)
|
stud (0.0.23)
|
||||||
stud (0.0.22)
|
temple (0.8.2)
|
||||||
temple (0.8.0)
|
test-unit (3.4.0)
|
||||||
test-unit (3.2.4)
|
|
||||||
power_assert
|
power_assert
|
||||||
thor (0.19.4)
|
thor (1.1.0)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.7)
|
tilt (2.0.10)
|
||||||
timecop (0.8.1)
|
timecop (0.9.2)
|
||||||
trollop (2.1.2)
|
ttfunk (1.6.2.1)
|
||||||
ttfunk (1.5.1)
|
twitter (7.0.0)
|
||||||
twitter (5.17.0)
|
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
buftok (~> 0.2.0)
|
buftok (~> 0.2.0)
|
||||||
equalizer (= 0.0.10)
|
equalizer (~> 0.0.11)
|
||||||
faraday (~> 0.9.0)
|
http (~> 4.0)
|
||||||
http (~> 1.0)
|
http-form_data (~> 2.0)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
json (~> 1.8)
|
|
||||||
memoizable (~> 0.4.0)
|
memoizable (~> 0.4.0)
|
||||||
|
multipart-post (~> 2.0)
|
||||||
naught (~> 1.0)
|
naught (~> 1.0)
|
||||||
simple_oauth (~> 0.3.0)
|
simple_oauth (~> 0.3.0)
|
||||||
tzinfo (1.2.3)
|
tzinfo (1.2.9)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (3.2.0)
|
uglifier (4.2.0)
|
||||||
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.7)
|
||||||
unicorn (5.3.0)
|
unicorn (5.8.0)
|
||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
raindrops (~> 0.7)
|
raindrops (~> 0.7)
|
||||||
uuidtools (2.1.2)
|
uuidtools (2.1.2)
|
||||||
|
|
@ -741,13 +774,14 @@ GEM
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
warden (1.2.7)
|
warden (1.2.7)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
websocket-driver (0.6.5)
|
websocket-driver (0.7.3)
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.2)
|
websocket-extensions (0.1.5)
|
||||||
will_paginate (3.1.6)
|
will_paginate (3.3.0)
|
||||||
xml-simple (1.1.5)
|
xml-simple (1.1.8)
|
||||||
xpath (2.1.0)
|
xmlrpc (0.3.1)
|
||||||
nokogiri (~> 1.3)
|
xpath (3.2.0)
|
||||||
|
nokogiri (~> 1.8)
|
||||||
zip-codes (0.2.1)
|
zip-codes (0.2.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
|
@ -759,10 +793,10 @@ DEPENDENCIES
|
||||||
amqp (= 0.9.8)
|
amqp (= 0.9.8)
|
||||||
auto_strip_attributes (= 2.6.0)
|
auto_strip_attributes (= 2.6.0)
|
||||||
aws-sdk (~> 1)
|
aws-sdk (~> 1)
|
||||||
bcrypt-ruby (= 3.0.1)
|
bcrypt (= 3.1.13)
|
||||||
bootstrap-will_paginate (= 0.0.6)
|
bootstrap-will_paginate (= 0.0.6)
|
||||||
bower-rails (~> 0.9.2)
|
bower-rails (~> 0.9.2)
|
||||||
bugsnag
|
bugsnag (= 5.3.2)
|
||||||
builder
|
builder
|
||||||
byebug
|
byebug
|
||||||
capybara
|
capybara
|
||||||
|
|
@ -777,15 +811,16 @@ DEPENDENCIES
|
||||||
devise (= 3.3.0)
|
devise (= 3.3.0)
|
||||||
elasticsearch
|
elasticsearch
|
||||||
em-websocket (>= 0.4.0)
|
em-websocket (>= 0.4.0)
|
||||||
email_validator
|
email_validator (= 1.6.0)
|
||||||
eventmachine (= 1.2.3)
|
eventmachine (= 1.2.3)
|
||||||
execjs (= 2.6.0)
|
execjs (= 2.6.0)
|
||||||
factory_girl_rails
|
factory_girl_rails
|
||||||
faker (= 1.3.0)
|
faker (= 1.3.0)
|
||||||
faraday (~> 0.9.0)
|
faraday (= 0.9.2)
|
||||||
fb_graph (= 2.5.9)
|
fb_graph (= 2.5.9)
|
||||||
filepicker-rails (= 0.1.0)
|
filepicker-rails (= 0.1.0)
|
||||||
fog
|
fog
|
||||||
|
fog-brightbox (= 0.11.0)
|
||||||
fpm
|
fpm
|
||||||
geokit-rails
|
geokit-rails
|
||||||
god
|
god
|
||||||
|
|
@ -793,6 +828,7 @@ DEPENDENCIES
|
||||||
google-api-client
|
google-api-client
|
||||||
haml-rails (= 0.9.0)
|
haml-rails (= 0.9.0)
|
||||||
htmlentities
|
htmlentities
|
||||||
|
icalendar (= 2.4.0)
|
||||||
influxdb-rails
|
influxdb-rails
|
||||||
iso-639
|
iso-639
|
||||||
jam_db!
|
jam_db!
|
||||||
|
|
@ -807,8 +843,9 @@ DEPENDENCIES
|
||||||
multi_json
|
multi_json
|
||||||
netaddr
|
netaddr
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
|
nokogiri (= 1.10.10)
|
||||||
non-stupid-digest-assets
|
non-stupid-digest-assets
|
||||||
oj
|
oj (= 3.1.3)
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-facebook
|
omniauth-facebook
|
||||||
omniauth-google-oauth2
|
omniauth-google-oauth2
|
||||||
|
|
@ -827,15 +864,17 @@ DEPENDENCIES
|
||||||
quiet_assets
|
quiet_assets
|
||||||
rabl
|
rabl
|
||||||
rack-test
|
rack-test
|
||||||
rails (> 4.2)
|
rails (= 4.2.8)
|
||||||
rails-assets-bluebird!
|
rails-assets-bluebird!
|
||||||
rails-assets-classnames!
|
rails-assets-classnames!
|
||||||
rails-assets-react-select (= 0.6.7)!
|
rails-assets-react-select (= 0.6.7)!
|
||||||
rails-assets-reflux (= 0.3.0)!
|
rails-assets-reflux (= 0.3.0)!
|
||||||
rails-observers
|
rails-observers
|
||||||
railties (> 4.2)
|
railties (= 4.2.8)
|
||||||
react-rails (= 1.3.3)
|
react-rails (= 1.3.3)
|
||||||
recurly (~> 2)
|
recurly (= 2.18.16)
|
||||||
|
redis (= 3.3.3)
|
||||||
|
redis-namespace (= 1.5.3)
|
||||||
responders (~> 2.0)
|
responders (~> 2.0)
|
||||||
resque
|
resque
|
||||||
resque-dynamic-queues
|
resque-dynamic-queues
|
||||||
|
|
@ -848,8 +887,9 @@ DEPENDENCIES
|
||||||
retriable (= 3.0.1)
|
retriable (= 3.0.1)
|
||||||
rspec-collection_matchers
|
rspec-collection_matchers
|
||||||
rspec-rails
|
rspec-rails
|
||||||
|
ruby-prof (= 0.15.9)
|
||||||
ruby-protocol-buffers (= 1.2.2)
|
ruby-protocol-buffers (= 1.2.2)
|
||||||
rubyzip
|
rubyzip (= 1.2.1)
|
||||||
sanitize
|
sanitize
|
||||||
sass-rails
|
sass-rails
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
|
|
@ -861,7 +901,7 @@ DEPENDENCIES
|
||||||
sitemap_generator
|
sitemap_generator
|
||||||
slim
|
slim
|
||||||
spork (= 0.9.0)
|
spork (= 0.9.0)
|
||||||
sprockets (= 3.2.0)
|
sprockets (= 3.6.3)
|
||||||
sprockets-es6
|
sprockets-es6
|
||||||
sprockets-rails (= 2.3.2)
|
sprockets-rails (= 2.3.2)
|
||||||
stripe
|
stripe
|
||||||
|
|
@ -875,5 +915,8 @@ DEPENDENCIES
|
||||||
will_paginate
|
will_paginate
|
||||||
zip-codes
|
zip-codes
|
||||||
|
|
||||||
|
RUBY VERSION
|
||||||
|
ruby 2.4.1p111
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.1
|
1.17.3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue