Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rails 4 and Mongoid 4 support #19

Closed
kristianmandrup opened this issue Feb 26, 2013 · 1 comment
Closed

Rails 4 and Mongoid 4 support #19

kristianmandrup opened this issue Feb 26, 2013 · 1 comment

Comments

@kristianmandrup
Copy link

In gemspec

  gem.add_dependency('activesupport', ["~> 3.2"])
  gem.add_development_dependency('yard', ["~>0.6.0"])
  gem.add_development_dependency('rspec', ['~>2.11'])

Update dependencies to be more open/flexible, sth like:

  gem.add_dependency('activesupport', [">= 3.2"])
  gem.add_development_dependency('yard', [">=0.6.0"])
  gem.add_development_dependency('rspec', ['>=2.11'])

I would think?

@nofxx
Copy link
Collaborator

nofxx commented Mar 2, 2013

Merged, thanks again.

@nofxx nofxx closed this as completed Mar 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants