From bdef743d568d1fc8c9f9d40b90c3c262c7b4a37a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 10:31:21 +0000 Subject: [PATCH] Update requirements for actionview, actionpack, activemodel and activerecord Updates the requirements on [actionview](https://github.com/rails/rails), [actionpack](https://github.com/rails/rails), [activemodel](https://github.com/rails/rails) and [activerecord](https://github.com/rails/rails) to permit the latest version. Updates `actionview` from 5.2.3 to 6.0.2.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.2.2/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.3...v6.0.2.2) Updates `actionpack` from 5.2.3 to 6.0.2.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.2.2/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.3...v6.0.2.2) Updates `activemodel` from 5.2.3 to 6.0.2.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.2.2/activemodel/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.3...v6.0.2.2) Updates `activerecord` from 5.2.3 to 6.0.2.2 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.2.2/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.3...v6.0.2.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 52 +++++++++++++++++++++--------------------- safety_goggles.gemspec | 8 +++---- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f2fef45..432fb74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,40 +7,39 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.2.3) - actionview (= 5.2.3) - activesupport (= 5.2.3) - rack (~> 2.0) + actionpack (6.0.2.2) + actionview (= 6.0.2.2) + activesupport (= 6.0.2.2) + rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.3) - activesupport (= 5.2.3) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (6.0.2.2) + activesupport (= 6.0.2.2) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activemodel (5.2.3) - activesupport (= 5.2.3) - activerecord (5.2.3) - activemodel (= 5.2.3) - activesupport (= 5.2.3) - arel (>= 9.0) - activesupport (5.2.3) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activemodel (6.0.2.2) + activesupport (= 6.0.2.2) + activerecord (6.0.2.2) + activemodel (= 6.0.2.2) + activesupport (= 6.0.2.2) + activesupport (6.0.2.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + zeitwerk (~> 2.2) addressable (2.4.0) - arel (9.0.0) ast (2.4.0) backports (3.15.0) - builder (3.2.3) + builder (3.2.4) bundler-audit (0.6.1) bundler (>= 1.2.0, < 3) thor (~> 0.18) - concurrent-ruby (1.1.5) - crass (1.0.5) + concurrent-ruby (1.1.6) + crass (1.0.6) diff-lcs (1.3) docile (1.3.2) erubi (1.9.0) @@ -59,7 +58,7 @@ GEM net-http-persistent (~> 2.9) net-http-pipeline highline (1.7.10) - i18n (1.7.0) + i18n (1.8.2) concurrent-ruby (~> 1.0) jaro_winkler (1.5.3) json (2.2.0) @@ -69,7 +68,7 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.5.9) mini_portile2 (2.4.0) - minitest (5.12.2) + minitest (5.14.0) multi_json (1.14.1) multipart-post (2.1.1) net-http-persistent (2.9.4) @@ -141,19 +140,20 @@ GEM typhoeus (~> 0.6, >= 0.6.8) typhoeus (0.8.0) ethon (>= 0.8.0) - tzinfo (1.2.5) + tzinfo (1.2.6) thread_safe (~> 0.1) unicode-display_width (1.6.0) websocket (1.2.8) + zeitwerk (2.3.0) PLATFORMS ruby DEPENDENCIES - actionpack (~> 5.2) - actionview (~> 5.2, >= 5.2.2.1) - activemodel (~> 5.2) - activerecord (~> 5.2) + actionpack (~> 6.0) + actionview (~> 6.0, >= 5.2.2.1) + activemodel (~> 6.0) + activerecord (~> 6.0) bundler-audit (~> 0.6) loofah (~> 2.2, >= 2.2.3) net-ldap (~> 0.16) diff --git a/safety_goggles.gemspec b/safety_goggles.gemspec index 097ca7f..057bec2 100644 --- a/safety_goggles.gemspec +++ b/safety_goggles.gemspec @@ -20,10 +20,10 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] # ActionController, ActiveRecord, and ActiveModel error definitions - spec.add_development_dependency "actionpack", "~> 5.2" - spec.add_development_dependency "actionview", "~> 5.2", ">= 5.2.2.1" - spec.add_development_dependency "activemodel", "~> 5.2" - spec.add_development_dependency "activerecord", "~> 5.2" + spec.add_development_dependency "actionpack", "~> 6.0" + spec.add_development_dependency "actionview", ">= 5.2.2.1", "~> 6.0" + spec.add_development_dependency "activemodel", "~> 6.0" + spec.add_development_dependency "activerecord", "~> 6.0" spec.add_development_dependency "bundler-audit", "~> 0.6"