From c7a3d4c032bfa5735a82097151d04872b72e0026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 15:21:51 +1000 Subject: [PATCH] Bump otr-activerecord from 2.0.4 to 2.1.1 (#2291) Bumps [otr-activerecord](https://github.com/jhollinger/otr-activerecord) from 2.0.4 to 2.1.1. - [Release notes](https://github.com/jhollinger/otr-activerecord/releases) - [Changelog](https://github.com/jhollinger/otr-activerecord/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhollinger/otr-activerecord/compare/v2.0.4...v2.1.1) --- updated-dependencies: - dependency-name: otr-activerecord dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c69b31efd..368023e5e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,12 @@ GEM remote: https://rubygems.org/ specs: - activemodel (7.0.1) - activesupport (= 7.0.1) - activerecord (7.0.1) - activemodel (= 7.0.1) - activesupport (= 7.0.1) - activesupport (7.0.1) + activemodel (7.0.2.2) + activesupport (= 7.0.2.2) + activerecord (7.0.2.2) + activemodel (= 7.0.2.2) + activesupport (= 7.0.2.2) + activesupport (7.0.2.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -78,7 +78,7 @@ GEM http-parser (1.2.3) ffi-compiler (>= 1.0, < 2.0) http_parser.rb (0.6.0) - i18n (1.8.11) + i18n (1.10.0) concurrent-ruby (~> 1.0) io-console (0.5.9) io-like (0.3.1) @@ -109,7 +109,7 @@ GEM nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) - otr-activerecord (2.0.4) + otr-activerecord (2.1.1) activerecord (>= 4.0, < 7.1) hashie-forbidden_attributes (~> 0.1) parallel (1.21.0)