From eb7c11d849bae3b787ad2c3245852ff61678ed08 Mon Sep 17 00:00:00 2001 From: Luis Castro Date: Sat, 20 Jul 2019 15:07:19 +0200 Subject: [PATCH] chore(gems): update rails and ruby version to latest --- Gemfile | 4 +- Gemfile.lock | 112 ++++++++++-------- config/initializers/new_framework_defaults.rb | 25 ---- 3 files changed, 62 insertions(+), 79 deletions(-) delete mode 100644 config/initializers/new_framework_defaults.rb diff --git a/Gemfile b/Gemfile index d996a91c..76758641 100755 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,8 @@ source 'https://rubygems.org' -ruby '2.4.5' +ruby '2.5.1' gem 'rake' -gem 'rails', '= 5.0.7.1' +gem 'rails', '= 5.2.3' # https://stripe.com/docs/api gem 'stripe' diff --git a/Gemfile.lock b/Gemfile.lock index f1fc81c7..702689c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,39 +33,43 @@ GEM remote: https://rubygems.org/ specs: action_mailer_matchers (1.0.0) - actioncable (5.0.7.1) - actionpack (= 5.0.7.1) - nio4r (>= 1.2, < 3.0) - websocket-driver (~> 0.6.1) - actionmailer (5.0.7.1) - actionpack (= 5.0.7.1) - actionview (= 5.0.7.1) - activejob (= 5.0.7.1) + actioncable (5.2.3) + actionpack (= 5.2.3) + nio4r (~> 2.0) + websocket-driver (>= 0.6.1) + actionmailer (5.2.3) + actionpack (= 5.2.3) + actionview (= 5.2.3) + activejob (= 5.2.3) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.0.7.1) - actionview (= 5.0.7.1) - activesupport (= 5.0.7.1) + actionpack (5.2.3) + actionview (= 5.2.3) + activesupport (= 5.2.3) rack (~> 2.0) - rack-test (~> 0.6.3) + rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.0.7.1) - activesupport (= 5.0.7.1) + actionview (5.2.3) + activesupport (= 5.2.3) builder (~> 3.1) - erubis (~> 2.7.0) + erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.0.7.1) - activesupport (= 5.0.7.1) + activejob (5.2.3) + activesupport (= 5.2.3) globalid (>= 0.3.6) - activemodel (5.0.7.1) - activesupport (= 5.0.7.1) - activerecord (5.0.7.1) - activemodel (= 5.0.7.1) - activesupport (= 5.0.7.1) - arel (~> 7.0) - activesupport (5.0.7.1) + activemodel (5.2.3) + activesupport (= 5.2.3) + activerecord (5.2.3) + activemodel (= 5.2.3) + activesupport (= 5.2.3) + arel (>= 9.0) + activestorage (5.2.3) + actionpack (= 5.2.3) + activerecord (= 5.2.3) + marcel (~> 0.3.1) + activesupport (5.2.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -74,7 +78,7 @@ GEM public_suffix (>= 2.0.2, < 4.0) amq-protocol (2.3.0) andand (1.3.3) - arel (7.1.4) + arel (9.0.0) ast (2.4.0) aws-eventstream (1.0.1) aws-partitions (1.110.0) @@ -126,7 +130,7 @@ GEM coercible (1.0.0) descendants_tracker (~> 0.0.1) colorize (0.8.1) - concurrent-ruby (1.1.4) + concurrent-ruby (1.1.5) config (1.7.0) activesupport (>= 3.0) deep_merge (~> 1.2.1) @@ -201,7 +205,7 @@ GEM dry-logic (~> 0.4, >= 0.4.0) dry-types (~> 0.13.1) equalizer (0.0.11) - erubis (2.7.0) + erubi (1.8.0) execjs (2.7.0) factory_bot (4.11.1) activesupport (>= 3.0.0) @@ -255,7 +259,7 @@ GEM domain_name (~> 0.5) httparty (0.16.2) multi_xml (>= 0.5.2) - i18n (1.5.3) + i18n (1.6.0) concurrent-ruby (~> 1.0) i18n-js (3.1.0) i18n (>= 0.6.6, < 2) @@ -278,13 +282,16 @@ GEM mini_mime (>= 0.1.1) mail_view (2.0.4) tilt + marcel (0.3.3) + mimemagic (~> 0.3.2) memcachier (0.0.2) method_source (0.9.2) mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) + mimemagic (0.3.3) mini_magick (4.9.2) - mini_mime (1.0.1) + mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) money (6.13.1) @@ -301,8 +308,8 @@ GEM kdtree require_all netrc (0.11.0) - nio4r (2.3.1) - nokogiri (1.10.1) + nio4r (2.4.0) + nokogiri (1.10.3) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) parallel (1.13.0) @@ -321,27 +328,28 @@ GEM puma (>= 2.7, < 4) rabl (0.14.0) activesupport (>= 2.3.14) - rack (2.0.6) + rack (2.0.7) rack-accept (0.4.5) rack (>= 0.4) rack-attack (5.4.2) rack (>= 1.0, < 3) rack-ssl (1.4.1) rack - rack-test (0.6.3) - rack (>= 1.0) + rack-test (1.1.0) + rack (>= 1.0, < 3) rack-timeout (0.5.1) - rails (5.0.7.1) - actioncable (= 5.0.7.1) - actionmailer (= 5.0.7.1) - actionpack (= 5.0.7.1) - actionview (= 5.0.7.1) - activejob (= 5.0.7.1) - activemodel (= 5.0.7.1) - activerecord (= 5.0.7.1) - activesupport (= 5.0.7.1) + rails (5.2.3) + actioncable (= 5.2.3) + actionmailer (= 5.2.3) + actionpack (= 5.2.3) + actionview (= 5.2.3) + activejob (= 5.2.3) + activemodel (= 5.2.3) + activerecord (= 5.2.3) + activestorage (= 5.2.3) + activesupport (= 5.2.3) bundler (>= 1.3.0) - railties (= 5.0.7.1) + railties (= 5.2.3) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) @@ -351,12 +359,12 @@ GEM rails-i18n (5.1.3) i18n (>= 0.7, < 2) railties (>= 5.0, < 6) - railties (5.0.7.1) - actionpack (= 5.0.7.1) - activesupport (= 5.0.7.1) + railties (5.2.3) + actionpack (= 5.2.3) + activesupport (= 5.2.3) method_source rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) + thor (>= 0.19.0, < 2.0) rainbow (3.0.0) rake (12.3.2) request_store (1.4.1) @@ -473,9 +481,9 @@ GEM addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff - websocket-driver (0.6.5) + websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.3) + websocket-extensions (0.1.4) xml-simple (1.1.5) yard (0.9.18) @@ -536,7 +544,7 @@ DEPENDENCIES rack-attack rack-ssl rack-timeout - rails (= 5.0.7.1) + rails (= 5.2.3) rails-i18n rake roadie-rails @@ -559,7 +567,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 2.4.5p335 + ruby 2.5.1p57 BUNDLED WITH 1.17.3 diff --git a/config/initializers/new_framework_defaults.rb b/config/initializers/new_framework_defaults.rb deleted file mode 100644 index cbf423a8..00000000 --- a/config/initializers/new_framework_defaults.rb +++ /dev/null @@ -1,25 +0,0 @@ -# Be sure to restart your server when you modify this file. -# -# This file contains migration options to ease your Rails 5.0 upgrade. -# -# Once upgraded flip defaults one by one to migrate to the new default. -# -# Read the Guide for Upgrading Ruby on Rails for more info on each option. - -Rails.application.config.action_controller.raise_on_unfiltered_parameters = true - -# Enable per-form CSRF tokens. Previous versions had false. -Rails.application.config.action_controller.per_form_csrf_tokens = false - -# Enable origin-checking CSRF mitigation. Previous versions had false. -Rails.application.config.action_controller.forgery_protection_origin_check = false - -# Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`. -# Previous versions had false. -ActiveSupport.to_time_preserves_timezone = false - -# Require `belongs_to` associations by default. Previous versions had false. -Rails.application.config.active_record.belongs_to_required_by_default = false - -# Do not halt callback chains when a callback returns false. Previous versions had true. -ActiveSupport.halt_callback_chains_on_return_false = true