From d290f703d08253c2ae894750259b219f9ce7a9be Mon Sep 17 00:00:00 2001 From: ulferts Date: Thu, 4 Nov 2021 09:20:28 +0100 Subject: [PATCH] bump activerecord-nulldb-adapter --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index b5fd15753e3..b339cde29e3 100644 --- a/Gemfile +++ b/Gemfile @@ -303,7 +303,7 @@ platforms :mri, :mingw, :x64_mingw do end # Support application loading when no database exists yet. - gem 'activerecord-nulldb-adapter', '~> 0.7.0' + gem 'activerecord-nulldb-adapter', '~> 0.8.0' # Have application level locks on the database to have a mutex shared between workers/hosts. # We e.g. employ this to safeguard the creation of journals. diff --git a/Gemfile.lock b/Gemfile.lock index c1535e946f9..5ac56b60c43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -238,8 +238,8 @@ GEM activesupport (= 6.1.4.1) activerecord-import (1.2.0) activerecord (>= 3.2) - activerecord-nulldb-adapter (0.7.0) - activerecord (>= 5.2.0, < 6.3) + activerecord-nulldb-adapter (0.8.0) + activerecord (>= 5.2.0, < 7.1) activerecord-session_store (2.0.0) actionpack (>= 5.2.4.1) activerecord (>= 5.2.4.1) @@ -971,7 +971,7 @@ DEPENDENCIES actionpack-xml_parser (~> 2.0.0) activemodel-serializers-xml (~> 1.0.1) activerecord-import (~> 1.2.0) - activerecord-nulldb-adapter (~> 0.7.0) + activerecord-nulldb-adapter (~> 0.8.0) activerecord-session_store (~> 2.0.0) acts_as_list (~> 1.0.1) acts_as_tree (~> 2.9.0)