Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
Devise Version pined to 3.5.1
Browse files Browse the repository at this point in the history
- Version 3.5.2 includes a bug that causes g5_authenticatable tests to break upon login in
heartcombo/devise#3705

[Fixes #107063598]
  • Loading branch information
vgarro committed Nov 12, 2015
1 parent a8fc6da commit 4963521
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devise_g5_authenticatable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'devise', '~> 3.5'
# Pinned to version 3.5.1 due https://github.com/plataformatec/devise/issues/3705
# "`FailureApp`s `script_name: nil` breaks route generation within mounted engines #3705"
spec.add_dependency 'devise', '= 3.5.1'
spec.add_dependency 'g5_authentication_client', '~> 0.5'
spec.add_dependency 'omniauth-g5', '~> 0.3'
end

0 comments on commit 4963521

Please sign in to comment.