From c38e3de05b92dfa80bc285c2fb230cf15f8a1878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 02:23:02 +0000 Subject: [PATCH] Bump authlogic from 4.4.2 to 6.4.1 Bumps [authlogic](https://github.com/binarylogic/authlogic) from 4.4.2 to 6.4.1. - [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.1) --- updated-dependencies: - dependency-name: authlogic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index f9756c1c4a..400ba823b9 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.1" 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 9c641aeb44..fdb234bb10 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.1) + activemodel (>= 5.2, < 6.2) + activerecord (>= 5.2, < 6.2) + activesupport (>= 5.2, < 6.2) request_store (~> 1.0) - scrypt (>= 1.2, < 4.0) authlogic-oid (1.0.4) authlogic babel-source (5.8.35) @@ -98,7 +98,7 @@ GEM coffee-script-source (1.12.2) composite_primary_keys (11.2.0) activerecord (~> 5.2.1) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) connection_pool (2.2.3) crack (0.4.5) rexml @@ -150,7 +150,7 @@ GEM faraday-net_http (1.0.1) faraday-net_http_persistent (1.1.0) faraday-patron (1.0.0) - ffi (1.15.0) + ffi (1.15.3) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake @@ -476,7 +476,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.0) rack (>= 1.4) responders (3.0.1) actionpack (>= 5.0) @@ -636,7 +636,7 @@ PLATFORMS DEPENDENCIES action-cable-testing activerecord-session_store - authlogic (= 4.4.2) + authlogic (= 6.4.1) authlogic-oid byebug capybara