From 4f2137428b612c63074ee64c1fd3205ac15625b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 20:25:20 +0000 Subject: [PATCH] Bump activerecord from 6.1.4.4 to 6.1.6.1 Bumps [activerecord](https://github.com/rails/rails) from 6.1.4.4 to 6.1.6.1. - [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.4.4...v6.1.6.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 545e0ee..3f80d3d 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rake', '~> 13.0' # Component requirements gem 'erubis', '~> 2.7.0' -gem 'activerecord', '~> 6.0', :require => 'active_record' +gem 'activerecord', '~> 6.1', :require => 'active_record' gem 'sqlite3', '~> 1.4' group :development do diff --git a/Gemfile.lock b/Gemfile.lock index a17ae6a..04525cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,12 @@ GEM remote: https://rubygems.org/ specs: - activemodel (6.1.4.4) - activesupport (= 6.1.4.4) - activerecord (6.1.4.4) - activemodel (= 6.1.4.4) - activesupport (= 6.1.4.4) - activesupport (6.1.4.4) + activemodel (6.1.6.1) + activesupport (= 6.1.6.1) + activerecord (6.1.6.1) + activemodel (= 6.1.6.1) + activesupport (= 6.1.6.1) + activesupport (6.1.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -18,7 +18,7 @@ GEM erubi (>= 1.0.0) rack (>= 0.9.0) coderay (1.1.3) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -49,7 +49,7 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - i18n (1.9.1) + i18n (1.11.0) concurrent-ruby (~> 1.0) json (2.6.1) libnotify (0.9.3) @@ -65,7 +65,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) mini_mime (1.1.2) - minitest (5.15.0) + minitest (5.16.2) moneta (1.1.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) @@ -157,13 +157,13 @@ GEM tzinfo (2.0.4) concurrent-ruby (~> 1.0) wirble (0.1.3) - zeitwerk (2.5.4) + zeitwerk (2.6.0) PLATFORMS x86_64-linux DEPENDENCIES - activerecord (~> 6.0) + activerecord (~> 6.1) bcrypt (~> 3.1.11) better_errors (~> 2.4) coveralls