From 0f20705fafaec3376d6030171774d1ce0509bfae Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Wed, 8 Dec 2021 08:29:14 -0300 Subject: [PATCH] Bundle update to Rails 7.0 rc1 --- CHANGELOG.md | 2 +- Gemfile | 6 +++--- Gemfile.lock | 44 ++++++++++++++++++++++---------------------- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa660c83..3da5ae32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Unreleased -* Add support for Rails 7.0 alpha 2 (no changes required) +* Add support for Rails 7.0 rc (no changes required) ## 5.1.0 diff --git a/Gemfile b/Gemfile index b862237c..0664866b 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gemspec gem 'country_select' -gem 'activemodel', '~> 7.0.0.alpha2' -gem 'actionpack', '~> 7.0.0.alpha2' -gem 'railties', '~> 7.0.0.alpha2' +gem 'activemodel', '~> 7.0.0.rc1' +gem 'actionpack', '~> 7.0.0.rc1' +gem 'railties', '~> 7.0.0.rc1' gem 'rake' diff --git a/Gemfile.lock b/Gemfile.lock index 8e1ca4e3..5abf3fcb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,39 +8,39 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (7.0.0.alpha2) - actionview (= 7.0.0.alpha2) - activesupport (= 7.0.0.alpha2) + actionpack (7.0.0.rc1) + actionview (= 7.0.0.rc1) + activesupport (= 7.0.0.rc1) rack (~> 2.0, >= 2.2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (7.0.0.alpha2) - activesupport (= 7.0.0.alpha2) + actionview (7.0.0.rc1) + activesupport (= 7.0.0.rc1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (7.0.0.alpha2) - activesupport (= 7.0.0.alpha2) - activesupport (7.0.0.alpha2) + activemodel (7.0.0.rc1) + activesupport (= 7.0.0.rc1) + activesupport (7.0.0.rc1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) builder (3.2.4) concurrent-ruby (1.1.9) - countries (4.0.1) - i18n_data (~> 0.13.0) + countries (4.1.1) + i18n_data (~> 0.13.1) sixarm_ruby_unaccent (~> 1.1) country_select (6.0.0) countries (~> 4.0) sort_alphabetical (~> 1.1) crass (1.0.6) erubi (1.10.0) - i18n (1.8.10) + i18n (1.8.11) concurrent-ruby (~> 1.0) - i18n_data (0.13.0) + i18n_data (0.13.1) loofah (2.12.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -50,7 +50,7 @@ GEM nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -59,13 +59,13 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.4.2) loofah (~> 2.3) - railties (7.0.0.alpha2) - actionpack (= 7.0.0.alpha2) - activesupport (= 7.0.0.alpha2) + railties (7.0.0.rc1) + actionpack (= 7.0.0.rc1) + activesupport (= 7.0.0.rc1) method_source - rake (>= 0.13) + rake (>= 12.2) thor (~> 1.0) - zeitwerk (~> 2.5.0.beta3) + zeitwerk (~> 2.5) rake (13.0.6) sixarm_ruby_unaccent (1.2.0) sort_alphabetical (1.1.0) @@ -74,16 +74,16 @@ GEM tzinfo (2.0.4) concurrent-ruby (~> 1.0) unicode_utils (1.4.0) - zeitwerk (2.5.0.beta5) + zeitwerk (2.5.1) PLATFORMS ruby DEPENDENCIES - actionpack (~> 7.0.0.alpha2) - activemodel (~> 7.0.0.alpha2) + actionpack (~> 7.0.0.rc1) + activemodel (~> 7.0.0.rc1) country_select - railties (~> 7.0.0.alpha2) + railties (~> 7.0.0.rc1) rake simple_form!