diff --git a/Gemfile b/Gemfile index 184a725af5e..339a684430f 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 b9521d2810f..5e5f91d6461 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) @@ -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.3) + ffi (1.15.4) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake @@ -266,7 +266,7 @@ GEM http_accept_language (2.1.1) http_parser.rb (0.6.0) httpclient (2.8.3) - i18n (1.8.10) + i18n (1.8.11) concurrent-ruby (~> 1.0) i18n-js (3.8.0) i18n (>= 0.6.6) @@ -327,7 +327,7 @@ GEM rake mini_mime (1.1.0) mini_portile2 (2.5.1) - minitest (5.14.4) + minitest (5.15.0) minitest-reporters (1.4.3) ansi builder @@ -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.2) authlogic-oid byebug capybara