Skip to content

Commit

Permalink
Merge pull request #255 from stympy/patch-1
Browse files Browse the repository at this point in the history
Require Devise 2.1.1
  • Loading branch information
scambra committed Dec 12, 2012
2 parents cc0371e + c902053 commit 5de5f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devise_invitable.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
{
'railties' => '~> 3.0',
'actionmailer' => '~> 3.0',
'devise' => '>= 2.1.0'
'devise' => '>= 2.1.1'
}.each do |lib, version|
s.add_runtime_dependency(lib, *version)
end
Expand Down

0 comments on commit 5de5f6a

Please sign in to comment.