Skip to content

Commit

Permalink
Point to Devise main branch
Browse files Browse the repository at this point in the history
This remove deprecation warnings seen in routes file see issue

heartcombo/devise#5735
  • Loading branch information
cassar committed Mar 1, 2025
1 parent 24708c3 commit 5ba3699
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ gem 'excon'
gem 'figaro'

# Flexible authentication solution for Rails with Warden.
gem 'devise', '~> 4.9'
gem 'devise', github: 'heartcombo/devise', branch: 'main'

# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
gem 'image_processing', '~> 1.2'
Expand Down
20 changes: 13 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
GIT
remote: https://github.com/heartcombo/devise.git
revision: fec67f98f26fcd9a79072e4581b1bd40d0c7fa1d
branch: main
specs:
devise (5.0.0.beta)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 6.0.0)
responders
warden (~> 1.2.3)

GIT
remote: https://github.com/rails/rails.git
revision: b777cfa62d056245af1d812ce7802d6771600774
Expand Down Expand Up @@ -137,12 +149,6 @@ GEM
debug (1.10.0)
irb (~> 1.10)
reline (>= 0.3.8)
devise (4.9.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
drb (2.2.1)
erubi (1.13.1)
eu_central_bank (1.7.0)
Expand Down Expand Up @@ -378,7 +384,7 @@ DEPENDENCIES
bundler-audit
capybara
debug
devise (~> 4.9)
devise!
eu_central_bank
excon
figaro
Expand Down

0 comments on commit 5ba3699

Please sign in to comment.