Skip to content

Commit

Permalink
Pin devise >= v4.9 for turbo compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Feb 29, 2024
1 parent b51a8ac commit 715cfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacklight-spotlight.gemspec
Expand Up @@ -30,7 +30,7 @@ these collections.)
s.add_dependency 'cancancan'
s.add_dependency 'carrierwave', '~> 2.2'
s.add_dependency 'clipboard-rails', '~> 1.5'
s.add_dependency 'devise', '~> 4.1'
s.add_dependency 'devise', '~> 4.9'
s.add_dependency 'devise_invitable'
s.add_dependency 'faraday'
s.add_dependency 'faraday-follow_redirects'
Expand Down

0 comments on commit 715cfd0

Please sign in to comment.