Skip to content

Commit

Permalink
Bump authlogic from 4.4.2 to 6.4.2
Browse files Browse the repository at this point in the history
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](binarylogic/authlogic@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2021
1 parent 224387f commit 541a20a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -636,7 +636,7 @@ PLATFORMS
DEPENDENCIES
action-cable-testing
activerecord-session_store
authlogic (= 4.4.2)
authlogic (= 6.4.2)
authlogic-oid
byebug
capybara
Expand Down

0 comments on commit 541a20a

Please sign in to comment.