From 605c4a73a5e25be5f230944390dd07dd50596aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 19:37:26 +0000 Subject: [PATCH] Bump activerecord from 6.1.4.4 to 6.1.7.1 Bumps [activerecord](https://github.com/rails/rails) from 6.1.4.4 to 6.1.7.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.4.4...v6.1.7.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 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..53c99e1 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.7.1) + activesupport (= 6.1.7.1) + activerecord (6.1.7.1) + activemodel (= 6.1.7.1) + activesupport (= 6.1.7.1) + activesupport (6.1.7.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.12.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.17.0) moneta (1.1.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) @@ -154,16 +154,16 @@ GEM tilt (2.0.10) tins (1.31.0) sync - tzinfo (2.0.4) + tzinfo (2.0.5) concurrent-ruby (~> 1.0) wirble (0.1.3) - zeitwerk (2.5.4) + zeitwerk (2.6.6) PLATFORMS x86_64-linux DEPENDENCIES - activerecord (~> 6.0) + activerecord (~> 6.1) bcrypt (~> 3.1.11) better_errors (~> 2.4) coveralls