Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1"
gem 'authlogic-oid'
gem "composite_primary_keys"
gem 'figaro' # To easily test OAuth providers in the development mode
Expand Down
16 changes: 8 additions & 8 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.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)
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.0)
ffi (1.15.3)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
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.1)
authlogic-oid
byebug
capybara
Expand Down