From 3f481775ddaff58a31ae731b1612ea9ad370b711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Oct 2022 02:58:11 +0000 Subject: [PATCH] Update requirements for actionpack, actionview, activemodel and activerecord Updates the requirements on [actionpack](https://github.com/rails/rails), [actionview](https://github.com/rails/rails), [activemodel](https://github.com/rails/rails) and [activerecord](https://github.com/rails/rails) to permit the latest version. Updates `actionpack` from 5.2.3 to 7.0.4 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4/actionpack/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.3...v7.0.4) Updates `actionview` from 5.2.3 to 7.0.4 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4/actionview/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.3...v7.0.4) Updates `activemodel` from 5.2.3 to 7.0.4 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4/activemodel/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.3...v7.0.4) Updates `activerecord` from 5.2.3 to 7.0.4 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.3...v7.0.4) --- updated-dependencies: - dependency-name: actionpack dependency-type: direct:development - dependency-name: actionview dependency-type: direct:development - dependency-name: activemodel dependency-type: direct:development - dependency-name: activerecord dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 108 ++++++++++++++++++++--------------------- safety_goggles.gemspec | 8 +-- 2 files changed, 57 insertions(+), 59 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f2fef45..814a0fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,50 +7,48 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.2.3) - actionview (= 5.2.3) - activesupport (= 5.2.3) - rack (~> 2.0) + actionpack (7.0.4) + actionview (= 7.0.4) + activesupport (= 7.0.4) + rack (~> 2.0, >= 2.2.0) 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 (7.0.4) + activesupport (= 7.0.4) 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 (7.0.4) + activesupport (= 7.0.4) + activerecord (7.0.4) + activemodel (= 7.0.4) + activesupport (= 7.0.4) + activesupport (7.0.4) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.4.0) - arel (9.0.0) - ast (2.4.0) - backports (3.15.0) - builder (3.2.3) + ast (2.4.2) + backports (3.23.0) + 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.10) + crass (1.0.6) diff-lcs (1.3) docile (1.3.2) - erubi (1.9.0) - ethon (0.12.0) - ffi (>= 1.3.0) - faraday (0.17.0) + erubi (1.11.0) + ethon (0.15.0) + ffi (>= 1.15.0) + faraday (0.17.5) multipart-post (>= 1.2, < 3) - faraday_middleware (0.13.1) + faraday_middleware (0.14.0) faraday (>= 0.7.4, < 1.0) - ffi (1.11.1) + ffi (1.15.5) gh (0.15.1) addressable (~> 2.4.0) backports @@ -59,39 +57,39 @@ GEM net-http-persistent (~> 2.9) net-http-pipeline highline (1.7.10) - i18n (1.7.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.3) - json (2.2.0) + jaro_winkler (1.5.4) + json (2.6.2) launchy (2.4.3) addressable (~> 2.3) loofah (2.3.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mini_portile2 (2.4.0) - minitest (5.12.2) - multi_json (1.14.1) - multipart-post (2.1.1) + minitest (5.16.3) + multi_json (1.15.0) + multipart-post (2.2.3) net-http-persistent (2.9.4) net-http-pipeline (1.0.1) net-ldap (0.16.1) nokogiri (1.10.4) mini_portile2 (~> 2.4.0) - parallel (1.18.0) - parser (2.6.5.0) - ast (~> 2.4.0) + parallel (1.22.1) + parser (3.1.2.1) + ast (~> 2.4.1) pusher-client (0.6.2) json websocket (~> 1.0) - rack (2.0.8) - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack (2.2.4) + rack-test (2.0.2) + rack (>= 1.3) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) - rainbow (3.0.0) + rainbow (3.1.1) rake (12.3.3) rspec (3.9.0) rspec-core (~> 3.9.0) @@ -117,10 +115,11 @@ GEM rubocop (>= 0.51) rubocop-performance (1.5.0) rubocop (>= 0.71.0) - rubocop-rails (2.3.2) + rubocop-rails (2.5.2) + activesupport rack (>= 1.1) rubocop (>= 0.72.0) - ruby-progressbar (1.10.1) + ruby-progressbar (1.11.0) sentry-raven (2.12.0) faraday (>= 0.7.6, < 1.0) simplecov (0.17.1) @@ -129,8 +128,7 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.2) thor (0.20.3) - thread_safe (0.3.6) - travis (1.8.10) + travis (1.8.13) backports faraday (~> 0.9) faraday_middleware (~> 0.9, >= 0.9.1) @@ -141,19 +139,19 @@ GEM typhoeus (~> 0.6, >= 0.6.8) typhoeus (0.8.0) ethon (>= 0.8.0) - tzinfo (1.2.5) - thread_safe (~> 0.1) - unicode-display_width (1.6.0) - websocket (1.2.8) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) + unicode-display_width (1.6.1) + websocket (1.2.9) PLATFORMS ruby DEPENDENCIES - actionpack (~> 5.2) - actionview (~> 5.2, >= 5.2.2.1) - activemodel (~> 5.2) - activerecord (~> 5.2) + actionpack (~> 7.0) + actionview (~> 7.0, >= 5.2.2.1) + activemodel (~> 7.0) + activerecord (~> 7.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..c9899a1 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", "~> 7.0" + spec.add_development_dependency "actionview", ">= 5.2.2.1", "~> 7.0" + spec.add_development_dependency "activemodel", "~> 7.0" + spec.add_development_dependency "activerecord", "~> 7.0" spec.add_development_dependency "bundler-audit", "~> 0.6"