From dacaf370106ef8e11e3219ba3aaf33ab0fb9d19e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 19:40:39 +0000 Subject: [PATCH] Update activerecord requirement from ~> 6 to ~> 7 Updates the requirements on [activerecord](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.3.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.3...v7.0.3.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 22 ++++++++++------------ prnstn.gemspec | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 730263a..90c3ac4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,23 +22,22 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (6.1.3) - activesupport (= 6.1.3) - activerecord (6.1.3) - activemodel (= 6.1.3) - activesupport (= 6.1.3) - activesupport (6.1.3) + activemodel (7.0.3.1) + activesupport (= 7.0.3.1) + activerecord (7.0.3.1) + activemodel (= 7.0.3.1) + activesupport (= 7.0.3.1) + activesupport (7.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.0) buftok (0.2.0) colorize (0.8.1) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.10) crack (0.4.3) safe_yaml (~> 1.0.0) cupsffi (0.1.9) @@ -58,12 +57,12 @@ GEM domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.6.0) - i18n (1.8.9) + i18n (1.11.0) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) memoizable (0.4.2) thread_safe (~> 0.3, >= 0.3.1) - minitest (5.14.4) + minitest (5.16.2) multipart-post (2.1.1) naught (1.1.0) parallel (1.19.1) @@ -111,14 +110,13 @@ GEM crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) wiringpi (2.32.0) - zeitwerk (2.4.2) PLATFORMS ruby DEPENDENCIES PRNSTN! - activerecord (~> 6) + activerecord (~> 7) bundler colorize cupsffi (~> 0.1) diff --git a/prnstn.gemspec b/prnstn.gemspec index 7d55b0a..180520e 100644 --- a/prnstn.gemspec +++ b/prnstn.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_development_dependency 'activerecord', '~>6' + spec.add_development_dependency 'activerecord', '~>7' spec.add_development_dependency 'bundler' spec.add_development_dependency 'colorize' spec.add_development_dependency 'cupsffi', '~> 0.1'