Rails v4.2

This commit is contained in:
Eric Schultz 2019-01-28 17:18:02 -06:00 committed by Luis Castro
parent d90d2b3505
commit 07298a8cd0
No known key found for this signature in database
GPG key ID: 0A8F33D4C4E27639
2 changed files with 48 additions and 30 deletions

View file

@ -2,7 +2,7 @@ source 'https://rubygems.org'
ruby '2.3.7' ruby '2.3.7'
gem 'rake' gem 'rake'
gem 'rails', '~> 4.1' gem 'rails', '~> 4.2.8'
gem 'rails_12factor' gem 'rails_12factor'
# https://stripe.com/docs/api # https://stripe.com/docs/api
gem 'stripe' gem 'stripe'
@ -72,7 +72,7 @@ gem 'httparty'
# User authentication # User authentication
# https://github.com/plataformatec/devise # https://github.com/plataformatec/devise
gem 'devise' gem 'devise', '~> 3.5.0'
gem 'devise-async' gem 'devise-async'
# http://www.rubygeocoder.com/ # http://www.rubygeocoder.com/

View file

@ -42,14 +42,16 @@ 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.1.16) actionmailer (4.2.11)
actionpack (= 4.1.16) actionpack (= 4.2.11)
actionview (= 4.1.16) actionview (= 4.2.11)
activejob (= 4.2.11)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
actionpack (4.1.16) rails-dom-testing (~> 1.0, >= 1.0.5)
actionview (= 4.1.16) actionpack (4.2.11)
activesupport (= 4.1.16) actionview (= 4.2.11)
rack (~> 1.5.2) activesupport (= 4.2.11)
rack (~> 1.6)
rack-test (~> 0.6.2) rack-test (~> 0.6.2)
activemodel (4.0.0) activemodel (4.0.0)
activesupport (= 4.0.0) activesupport (= 4.0.0)
@ -66,7 +68,7 @@ GEM
addressable (2.3.8) addressable (2.3.8)
amq-protocol (2.2.0) amq-protocol (2.2.0)
andand (1.3.3) andand (1.3.3)
arel (5.0.1.20140414130214) arel (6.0.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)
@ -132,6 +134,7 @@ GEM
unicode_utils (~> 1.4) unicode_utils (~> 1.4)
crack (0.4.3) crack (0.4.3)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
crass (1.0.4)
css_parser (1.6.0) css_parser (1.6.0)
addressable addressable
dalli (2.7.9) dalli (2.7.9)
@ -203,8 +206,8 @@ GEM
railties (>= 3.0.0) railties (>= 3.0.0)
faraday (0.11.0) faraday (0.11.0)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
faraday_middleware (0.9.1) faraday_middleware (0.13.0)
faraday (>= 0.7.4, < 0.10) faraday (>= 0.7.4, < 1.0)
font_assets (0.1.14) font_assets (0.1.14)
rack rack
foreman (0.85.0) foreman (0.85.0)
@ -215,6 +218,8 @@ GEM
hashie (>= 2.0, < 4.0) hashie (>= 2.0, < 4.0)
geocoder (1.5.0) geocoder (1.5.0)
get_process_mem (0.2.3) get_process_mem (0.2.3)
globalid (0.4.2)
activesupport (>= 4.2.0)
grape (1.1.0) grape (1.1.0)
activesupport activesupport
builder builder
@ -262,6 +267,9 @@ GEM
activesupport (>= 4) activesupport (>= 4)
railties (>= 4) railties (>= 4)
request_store (~> 1.0) request_store (~> 1.0)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
mail_view (2.0.4) mail_view (2.0.4)
@ -304,7 +312,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.5.5) rack (1.6.11)
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)
@ -314,16 +322,25 @@ 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.1.16) rails (4.2.11)
actionmailer (= 4.1.16) actionmailer (= 4.2.11)
actionpack (= 4.1.16) actionpack (= 4.2.11)
actionview (= 4.1.16) actionview (= 4.2.11)
activemodel (= 4.1.16) activejob (= 4.2.11)
activerecord (= 4.1.16) activemodel (= 4.2.11)
activesupport (= 4.1.16) activerecord (= 4.2.11)
activesupport (= 4.2.11)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.1.16) railties (= 4.2.11)
sprockets-rails (~> 2.0) sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
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.4)
loofah (~> 2.2, >= 2.2.2)
rails-i18n (4.0.9) rails-i18n (4.0.9)
i18n (~> 0.7) i18n (~> 0.7)
railties (~> 4.0) railties (~> 4.0)
@ -343,8 +360,9 @@ GEM
request_store (1.4.1) request_store (1.4.1)
rack (>= 1.4) rack (>= 1.4)
require_all (2.0.0) require_all (2.0.0)
responders (1.1.2) responders (2.4.1)
railties (>= 3.2, < 4.2) actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rest-client (2.0.2) rest-client (2.0.2)
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)
@ -418,10 +436,10 @@ GEM
sprockets (3.7.2) sprockets (3.7.2)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
sprockets-rails (2.3.3) sprockets-rails (3.2.1)
actionpack (>= 3.0) actionpack (>= 4.0)
activesupport (>= 3.0) activesupport (>= 4.0)
sprockets (>= 2.8, < 4.0) sprockets (>= 3.0.0)
stripe (1.58.0) stripe (1.58.0)
rest-client (>= 1.4, < 4.0) rest-client (>= 1.4, < 4.0)
table_print (1.5.6) table_print (1.5.6)
@ -477,7 +495,7 @@ DEPENDENCIES
database_cleaner database_cleaner
debase debase
delayed_job_active_record delayed_job_active_record
devise devise (~> 3.5.0)
devise-async devise-async
dotenv-rails dotenv-rails
dry-validation dry-validation
@ -514,7 +532,7 @@ DEPENDENCIES
rack-attack rack-attack
rack-ssl rack-ssl
rack-timeout rack-timeout
rails (~> 4.1) rails (~> 4.2.8)
rails-i18n (~> 4.0) rails-i18n (~> 4.0)
rails_12factor rails_12factor
rake rake