From 2de82fa115410d005a39966bf701ad7718f8ad70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:57:06 +0000 Subject: [PATCH] Bump activerecord from 7.0.5 to 7.0.5.1 Bumps [activerecord](https://github.com/rails/rails) from 7.0.5 to 7.0.5.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.5.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.5...v7.0.5.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index eea2764..662106b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '3.2.1' gem 'sinatra', '3.0.6' # Web framework gem 'puma' # Web server -gem 'activerecord', '7.0.5' # Object-relational mapper +gem 'activerecord', '7.0.5.1' # Object-relational mapper gem 'pg', '~> 1.5.3' # PostgreSQL gem gem 'sinatra-activerecord', '2.0.26' # Sinatra setup for AR diff --git a/Gemfile.lock b/Gemfile.lock index fd23af0..3d29e75 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,12 @@ GEM remote: https://rubygems.org/ specs: - activemodel (7.0.5) - activesupport (= 7.0.5) - activerecord (7.0.5) - activemodel (= 7.0.5) - activesupport (= 7.0.5) - activesupport (7.0.5) + activemodel (7.0.5.1) + activesupport (= 7.0.5.1) + activerecord (7.0.5.1) + activemodel (= 7.0.5.1) + activesupport (= 7.0.5.1) + activesupport (7.0.5.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -83,7 +83,7 @@ GEM signet (>= 0.16, < 2.a) hashdiff (1.0.1) httpclient (2.8.3) - i18n (1.13.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) ipaddress (0.8.3) jwt (2.6.0) @@ -91,7 +91,7 @@ GEM method_source (1.0.0) mini_magick (4.12.0) mini_mime (1.1.2) - minitest (5.18.0) + minitest (5.18.1) multi_json (1.15.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) @@ -175,7 +175,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activerecord (= 7.0.5) + activerecord (= 7.0.5.1) database_cleaner dotenv exifr (~> 1.4.0)