Skip to content

Commit

Permalink
Bump devise-encryptable to version that limits devise versions to stable
Browse files Browse the repository at this point in the history
Fixes #80
  • Loading branch information
GeekOnCoffee authored and schof committed May 8, 2013
1 parent 9b874ec commit b1c5f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spree_auth_devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |s|

s.add_dependency 'spree_core'
s.add_dependency 'devise', '~> 2.2.3'
s.add_dependency 'devise-encryptable', '0.1.1'
s.add_dependency 'devise-encryptable', '0.1.2'
s.add_dependency 'cancan', '~> 1.6.7'
end

0 comments on commit b1c5f6d

Please sign in to comment.