From 37f94997dde698f45d590bb47c694ead96d9599b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:21:08 +0000 Subject: [PATCH] Bump authlogic from 4.4.2 to 6.4.2 Bumps [authlogic](https://github.com/binarylogic/authlogic) from 4.4.2 to 6.4.2. - [Release notes](https://github.com/binarylogic/authlogic/releases) - [Changelog](https://github.com/binarylogic/authlogic/blob/master/CHANGELOG.md) - [Commits](https://github.com/binarylogic/authlogic/compare/v4.4.2...v6.4.2) --- updated-dependencies: - dependency-name: authlogic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 8dd2090067..14430ec242 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ git_source(:github) do |repo_name| end gem 'activerecord-session_store' -gem "authlogic", "4.4.2" +gem "authlogic", "6.4.2" gem 'authlogic-oid' gem "composite_primary_keys" gem 'figaro' # To easily test OAuth providers in the development mode diff --git a/Gemfile.lock b/Gemfile.lock index 96fe8f5f2e..14852a82f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,11 +55,11 @@ GEM ansi (1.5.0) arel (9.0.0) ast (2.4.2) - authlogic (4.4.2) - activerecord (>= 4.2, < 5.3) - activesupport (>= 4.2, < 5.3) + authlogic (6.4.2) + activemodel (>= 5.2, < 7.1) + activerecord (>= 5.2, < 7.1) + activesupport (>= 5.2, < 7.1) request_store (~> 1.0) - scrypt (>= 1.2, < 4.0) authlogic-oid (1.0.4) authlogic babel-source (5.8.35) @@ -282,7 +282,7 @@ GEM http_accept_language (2.1.1) http_parser.rb (0.6.0) httpclient (2.8.3) - i18n (1.9.1) + i18n (1.10.0) concurrent-ruby (~> 1.0) i18n-js (3.8.0) i18n (>= 0.6.6) @@ -497,7 +497,7 @@ GEM declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) uber (< 0.2.0) - request_store (1.4.1) + request_store (1.5.1) rack (>= 1.4) responders (3.0.1) actionpack (>= 5.0) @@ -682,7 +682,7 @@ PLATFORMS DEPENDENCIES action-cable-testing activerecord-session_store - authlogic (= 4.4.2) + authlogic (= 6.4.2) authlogic-oid byebug capybara