Rails 5.0 builds
This commit is contained in:
parent
133986cf40
commit
69cb2cbc5c
2 changed files with 85 additions and 93 deletions
15
Gemfile
15
Gemfile
|
@ -2,7 +2,7 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
ruby '2.4.5'
|
ruby '2.4.5'
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
gem 'rails', '~> 4.2.8'
|
gem 'rails', '= 5.0.0'
|
||||||
gem 'rails_12factor'
|
gem 'rails_12factor'
|
||||||
# https://stripe.com/docs/api
|
# https://stripe.com/docs/api
|
||||||
gem 'stripe'
|
gem 'stripe'
|
||||||
|
@ -69,7 +69,7 @@ gem 'httparty'
|
||||||
|
|
||||||
# User authentication
|
# User authentication
|
||||||
# https://github.com/plataformatec/devise
|
# https://github.com/plataformatec/devise
|
||||||
gem 'devise', '~> 3.5.0'
|
gem 'devise', '~> 4.4'
|
||||||
gem 'devise-async'
|
gem 'devise-async'
|
||||||
|
|
||||||
# https://github.com/airbrake/airbrake
|
# https://github.com/airbrake/airbrake
|
||||||
|
@ -90,7 +90,7 @@ gem 'table_print'
|
||||||
|
|
||||||
gem 'bunny', '>= 2.6.3'
|
gem 'bunny', '>= 2.6.3'
|
||||||
|
|
||||||
gem 'rails-i18n', '~> 4.0' # For 3.x
|
gem 'rails-i18n'
|
||||||
gem 'i18n-js'
|
gem 'i18n-js'
|
||||||
gem 'countries'
|
gem 'countries'
|
||||||
|
|
||||||
|
@ -136,10 +136,15 @@ gem 'dry-validation' # used only for config validation
|
||||||
|
|
||||||
gem 'foreman'
|
gem 'foreman'
|
||||||
|
|
||||||
gem 'grape', '~> 1.1.0'
|
gem 'grape'
|
||||||
gem 'grape-entity'
|
gem 'grape-entity'
|
||||||
gem 'grape-swagger'
|
gem 'grape-swagger'
|
||||||
gem 'grape-swagger-entity'
|
gem 'grape-swagger-entity'
|
||||||
gem 'grape_url_validator'
|
gem 'grape_url_validator'
|
||||||
gem 'grape_logging'
|
gem 'grape_logging'
|
||||||
gem 'grape_devise', path: 'gems/grape_devise'
|
gem 'grape_devise'
|
||||||
|
#gem 'grape_devise', git: 'https://github.com/ericschultz/grape_devise.git'
|
||||||
|
|
||||||
|
#gem 'protected_attributes'
|
||||||
|
|
||||||
|
gem 'rack-ssl'
|
||||||
|
|
163
Gemfile.lock
163
Gemfile.lock
|
@ -8,23 +8,6 @@ GIT
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
stripe (>= 1.31.0, <= 1.58.0)
|
stripe (>= 1.31.0, <= 1.58.0)
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: https://github.com/ruby-grape/grape-entity.git
|
|
||||||
revision: 0e04aa561373b510c2486282979085eaef2ae663
|
|
||||||
ref: 0e04aa561373b510c2486282979085eaef2ae663
|
|
||||||
specs:
|
|
||||||
qx (0.1.1)
|
|
||||||
activerecord (>= 3.0)
|
|
||||||
colorize (~> 0.8)
|
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: gems/grape_devise
|
|
||||||
specs:
|
|
||||||
grape_devise (0.1.1)
|
|
||||||
devise (>= 2.2.8, < 5)
|
|
||||||
grape (> 0.7)
|
|
||||||
rails (> 3.2, < 6)
|
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: gems/ruby-param-validation
|
remote: gems/ruby-param-validation
|
||||||
specs:
|
specs:
|
||||||
|
@ -42,39 +25,42 @@ GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
action_mailer_matchers (1.0.0)
|
action_mailer_matchers (1.0.0)
|
||||||
actionmailer (4.2.11)
|
actioncable (5.0.0)
|
||||||
actionpack (= 4.2.11)
|
actionpack (= 5.0.0)
|
||||||
actionview (= 4.2.11)
|
nio4r (~> 1.2)
|
||||||
activejob (= 4.2.11)
|
websocket-driver (~> 0.6.1)
|
||||||
|
actionmailer (5.0.0)
|
||||||
|
actionpack (= 5.0.0)
|
||||||
|
actionview (= 5.0.0)
|
||||||
|
activejob (= 5.0.0)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (4.2.11)
|
actionpack (5.0.0)
|
||||||
actionview (= 4.2.11)
|
actionview (= 5.0.0)
|
||||||
activesupport (= 4.2.11)
|
activesupport (= 5.0.0)
|
||||||
rack (~> 1.6)
|
rack (~> 2.0)
|
||||||
rack-test (~> 0.6.2)
|
rack-test (~> 0.6.3)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
actionview (4.2.11)
|
actionview (5.0.0)
|
||||||
activesupport (= 4.2.11)
|
activesupport (= 5.0.0)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
activejob (4.2.11)
|
activejob (5.0.0)
|
||||||
activesupport (= 4.2.11)
|
activesupport (= 5.0.0)
|
||||||
globalid (>= 0.3.0)
|
globalid (>= 0.3.6)
|
||||||
activemodel (4.2.11)
|
activemodel (5.0.0)
|
||||||
activesupport (= 4.2.11)
|
activesupport (= 5.0.0)
|
||||||
builder (~> 3.1)
|
activerecord (5.0.0)
|
||||||
activerecord (4.2.11)
|
activemodel (= 5.0.0)
|
||||||
activemodel (= 4.2.11)
|
activesupport (= 5.0.0)
|
||||||
activesupport (= 4.2.11)
|
arel (~> 7.0)
|
||||||
arel (~> 6.0)
|
activesupport (5.0.0)
|
||||||
activesupport (4.2.11)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (~> 0.7)
|
i18n (~> 0.7)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
thread_safe (~> 0.3, >= 0.3.4)
|
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.5.2)
|
addressable (2.5.2)
|
||||||
public_suffix (>= 2.0.2, < 4.0)
|
public_suffix (>= 2.0.2, < 4.0)
|
||||||
|
@ -84,7 +70,7 @@ GEM
|
||||||
tdigest (= 0.1.1)
|
tdigest (= 0.1.1)
|
||||||
amq-protocol (2.3.0)
|
amq-protocol (2.3.0)
|
||||||
andand (1.3.3)
|
andand (1.3.3)
|
||||||
arel (6.0.4)
|
arel (7.1.4)
|
||||||
ast (2.4.0)
|
ast (2.4.0)
|
||||||
aws-eventstream (1.0.1)
|
aws-eventstream (1.0.1)
|
||||||
aws-partitions (1.110.0)
|
aws-partitions (1.110.0)
|
||||||
|
@ -166,15 +152,15 @@ GEM
|
||||||
delayed_job (>= 3.0, < 5)
|
delayed_job (>= 3.0, < 5)
|
||||||
descendants_tracker (0.0.4)
|
descendants_tracker (0.0.4)
|
||||||
thread_safe (~> 0.3, >= 0.3.1)
|
thread_safe (~> 0.3, >= 0.3.1)
|
||||||
devise (3.5.10)
|
devise (4.5.0)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
railties (>= 3.2.6, < 5)
|
railties (>= 4.1.0, < 6.0)
|
||||||
responders
|
responders
|
||||||
thread_safe (~> 0.1)
|
|
||||||
warden (~> 1.2.3)
|
warden (~> 1.2.3)
|
||||||
devise-async (0.10.2)
|
devise-async (1.0.0)
|
||||||
devise (>= 3.2, < 4.0)
|
activejob (>= 5.0)
|
||||||
|
devise (>= 4.0)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
docile (1.3.1)
|
docile (1.3.1)
|
||||||
domain_name (0.5.20180417)
|
domain_name (0.5.20180417)
|
||||||
|
@ -311,6 +297,7 @@ GEM
|
||||||
kdtree
|
kdtree
|
||||||
require_all
|
require_all
|
||||||
netrc (0.11.0)
|
netrc (0.11.0)
|
||||||
|
nio4r (1.2.1)
|
||||||
nokogiri (1.10.1)
|
nokogiri (1.10.1)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.4.0)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
|
@ -318,9 +305,9 @@ GEM
|
||||||
parser (2.6.0.0)
|
parser (2.6.0.0)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
pg (0.21.0)
|
pg (0.21.0)
|
||||||
polyglot (0.3.5)
|
power_assert (1.1.3)
|
||||||
power_assert (1.1.1)
|
powerpack (0.1.2)
|
||||||
pry (0.11.3)
|
pry (0.12.0)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.9.0)
|
method_source (~> 0.9.0)
|
||||||
public_suffix (3.0.3)
|
public_suffix (3.0.3)
|
||||||
|
@ -330,7 +317,7 @@ GEM
|
||||||
puma (>= 2.7, < 4)
|
puma (>= 2.7, < 4)
|
||||||
rabl (0.14.0)
|
rabl (0.14.0)
|
||||||
activesupport (>= 2.3.14)
|
activesupport (>= 2.3.14)
|
||||||
rack (1.6.11)
|
rack (2.0.6)
|
||||||
rack-accept (0.4.5)
|
rack-accept (0.4.5)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
rack-attack (5.4.2)
|
rack-attack (5.4.2)
|
||||||
|
@ -340,37 +327,35 @@ GEM
|
||||||
rack-test (0.6.3)
|
rack-test (0.6.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rack-timeout (0.5.1)
|
rack-timeout (0.5.1)
|
||||||
rails (4.2.11)
|
rails (5.0.0)
|
||||||
actionmailer (= 4.2.11)
|
actioncable (= 5.0.0)
|
||||||
actionpack (= 4.2.11)
|
actionmailer (= 5.0.0)
|
||||||
actionview (= 4.2.11)
|
actionpack (= 5.0.0)
|
||||||
activejob (= 4.2.11)
|
actionview (= 5.0.0)
|
||||||
activemodel (= 4.2.11)
|
activejob (= 5.0.0)
|
||||||
activerecord (= 4.2.11)
|
activemodel (= 5.0.0)
|
||||||
activesupport (= 4.2.11)
|
activerecord (= 5.0.0)
|
||||||
|
activesupport (= 5.0.0)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.2.11)
|
railties (= 5.0.0)
|
||||||
sprockets-rails
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-deprecated_sanitizer (1.0.3)
|
rails-dom-testing (2.0.3)
|
||||||
activesupport (>= 4.2.0.alpha)
|
activesupport (>= 4.2.0)
|
||||||
rails-dom-testing (1.0.9)
|
nokogiri (>= 1.6)
|
||||||
activesupport (>= 4.2.0, < 5.0)
|
|
||||||
nokogiri (~> 1.6)
|
|
||||||
rails-deprecated_sanitizer (>= 1.0.1)
|
|
||||||
rails-html-sanitizer (1.0.4)
|
rails-html-sanitizer (1.0.4)
|
||||||
loofah (~> 2.2, >= 2.2.2)
|
loofah (~> 2.2, >= 2.2.2)
|
||||||
rails-i18n (4.0.9)
|
rails-i18n (5.1.3)
|
||||||
i18n (~> 0.7)
|
i18n (>= 0.7, < 2)
|
||||||
railties (~> 4.0)
|
railties (>= 5.0, < 6)
|
||||||
rails_12factor (0.0.3)
|
rails_12factor (0.0.3)
|
||||||
rails_serve_static_assets
|
rails_serve_static_assets
|
||||||
rails_stdout_logging
|
rails_stdout_logging
|
||||||
rails_serve_static_assets (0.0.4)
|
rails_serve_static_assets (0.0.5)
|
||||||
rails_stdout_logging (0.0.3)
|
rails_stdout_logging (0.0.5)
|
||||||
railties (3.2.22.5)
|
railties (5.0.0)
|
||||||
actionpack (= 3.2.22.5)
|
actionpack (= 5.0.0)
|
||||||
activesupport (= 3.2.22.5)
|
activesupport (= 5.0.0)
|
||||||
rack-ssl (~> 1.3.2)
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
|
@ -486,12 +471,15 @@ GEM
|
||||||
coercible (~> 1.0)
|
coercible (~> 1.0)
|
||||||
descendants_tracker (~> 0.0, >= 0.0.3)
|
descendants_tracker (~> 0.0, >= 0.0.3)
|
||||||
equalizer (~> 0.0, >= 0.0.9)
|
equalizer (~> 0.0, >= 0.0.9)
|
||||||
warden (1.2.7)
|
warden (1.2.8)
|
||||||
rack (>= 1.0)
|
rack (>= 2.0.6)
|
||||||
webmock (3.4.2)
|
webmock (3.4.2)
|
||||||
addressable (>= 2.3.6)
|
addressable (>= 2.3.6)
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
hashdiff
|
hashdiff
|
||||||
|
websocket-driver (0.6.5)
|
||||||
|
websocket-extensions (>= 0.1.0)
|
||||||
|
websocket-extensions (0.1.3)
|
||||||
xml-simple (1.1.5)
|
xml-simple (1.1.5)
|
||||||
yard (0.9.18)
|
yard (0.9.18)
|
||||||
|
|
||||||
|
@ -516,7 +504,7 @@ DEPENDENCIES
|
||||||
database_cleaner
|
database_cleaner
|
||||||
debase
|
debase
|
||||||
delayed_job_active_record
|
delayed_job_active_record
|
||||||
devise (~> 3.5.0)
|
devise (~> 4.4)
|
||||||
devise-async
|
devise-async
|
||||||
dotenv-rails
|
dotenv-rails
|
||||||
dry-validation
|
dry-validation
|
||||||
|
@ -526,11 +514,10 @@ DEPENDENCIES
|
||||||
foreman
|
foreman
|
||||||
fullcontact
|
fullcontact
|
||||||
geocoder
|
geocoder
|
||||||
grape (~> 1.1.0)
|
grape
|
||||||
grape-entity
|
grape-entity
|
||||||
grape-swagger
|
grape-swagger
|
||||||
grape-swagger-entity
|
grape-swagger-entity
|
||||||
grape_devise!
|
|
||||||
grape_logging
|
grape_logging
|
||||||
grape_url_validator
|
grape_url_validator
|
||||||
hamster
|
hamster
|
||||||
|
@ -544,7 +531,7 @@ DEPENDENCIES
|
||||||
nearest_time_zone
|
nearest_time_zone
|
||||||
parallel
|
parallel
|
||||||
param_validation!
|
param_validation!
|
||||||
pg
|
pg (~> 0.11)
|
||||||
pry
|
pry
|
||||||
puma
|
puma
|
||||||
puma_worker_killer
|
puma_worker_killer
|
||||||
|
@ -553,8 +540,8 @@ DEPENDENCIES
|
||||||
rack-attack
|
rack-attack
|
||||||
rack-ssl
|
rack-ssl
|
||||||
rack-timeout
|
rack-timeout
|
||||||
rails (~> 4.2.8)
|
rails (= 5.0.0)
|
||||||
rails-i18n (~> 4.0)
|
rails-i18n
|
||||||
rails_12factor
|
rails_12factor
|
||||||
rake
|
rake
|
||||||
roadie-rails
|
roadie-rails
|
||||||
|
@ -577,7 +564,7 @@ DEPENDENCIES
|
||||||
webmock
|
webmock
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 2.3.7p456
|
ruby 2.4.5p335
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
1.17.3
|
||||||
|
|
Loading…
Reference in a new issue