Skip to content

Commit

Permalink
restrict monogid to >= 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lwe committed Aug 20, 2015
1 parent db7f448 commit 12c2c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_enum.gemspec
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rake', '>= 10.1.0'
s.add_development_dependency 'activerecord', '>= 4.0.0'
s.add_development_dependency 'mongoid', '>= 4.0.0.beta1'
s.add_development_dependency 'mongoid', '>= 4.0.0'
s.add_development_dependency 'rspec', '~> 2.14'
end

0 comments on commit 12c2c0f

Please sign in to comment.