Skip to content

Commit

Permalink
Upgrade to authlogic 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Jan 10, 2017
1 parent 30705ad commit 251763b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -49,11 +49,11 @@ GEM
airbrussh (1.1.2)
sshkit (>= 1.6.1, != 1.7.0)
arel (6.0.4)
authlogic (3.4.6)
activerecord (>= 3.2)
activesupport (>= 3.2)
authlogic (3.5.0)
activerecord (>= 3.2, < 5.1)
activesupport (>= 3.2, < 5.1)
request_store (~> 1.0)
scrypt (>= 1.2, < 3.0)
scrypt (>= 1.2, < 4.0)
builder (3.2.2)
byebug (9.0.6)
cancancan (1.15.0)
Expand Down Expand Up @@ -252,7 +252,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.17.0)
rake (11.3.0)
rake (12.0.0)
ransack (1.6.6)
actionpack (>= 3.0)
activerecord (>= 3.0)
Expand Down Expand Up @@ -308,8 +308,8 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
scrypt (2.1.1)
ffi-compiler (>= 0.0.2)
scrypt (3.0.3)
ffi-compiler (>= 1.0.0)
rake
select2-rails (4.0.3)
thor (~> 0.14)
Expand Down

0 comments on commit 251763b

Please sign in to comment.