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 radar committed May 14, 2013
1 parent 237b7dd commit bd602f0
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 bd602f0

Please sign in to comment.