Skip to content

Commit

Permalink
Remove deprecated gem devise_lastseenable & Add devise_last_seen
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali committed Sep 1, 2021
1 parent 413926b commit 6d4f1a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem "yajl-ruby", "1.4.1"
# Authentication

gem "devise", "4.8.0"
gem "devise_lastseenable", "0.0.6"
gem "devise_last_seen", "0.2.1"
gem "devise-two-factor", "4.0.0"
gem "rqrcode", "2.0.0"

Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,8 @@ GEM
devise (~> 4.0)
railties (< 6.2)
rotp (~> 6.0)
devise_lastseenable (0.0.6)
devise_last_seen (0.2.1)
devise
rails (>= 3.0.4)
diaspora_federation (0.2.6)
faraday (>= 0.9.0, < 0.16.0)
faraday_middleware (>= 0.10.0, < 0.14.0)
Expand Down Expand Up @@ -814,7 +813,7 @@ DEPENDENCIES
database_cleaner-active_record (= 1.8.0)
devise (= 4.8.0)
devise-two-factor (= 4.0.0)
devise_lastseenable (= 0.0.6)
devise_last_seen (= 0.2.1)
diaspora_federation-json_schema (= 0.2.6)
diaspora_federation-rails (= 0.2.6)
diaspora_federation-test (= 0.2.6)
Expand Down

0 comments on commit 6d4f1a1

Please sign in to comment.