Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Dependencies are too restrictive #19

Closed
unders opened this issue Jul 5, 2011 · 3 comments
Closed

Dependencies are too restrictive #19

unders opened this issue Jul 5, 2011 · 3 comments

Comments

@unders
Copy link

unders commented Jul 5, 2011

Right now dm-rails is depending on railties ~> 3.0.4, this means that even though Rails 3.1 is guaranteed to be API compatible (they claim to follow semver), dm-rails is not usable with Rails 3.1, for no good reason whatsoever.

The dependency should be relaxed to railties ~> 3.0.

@solnic
Copy link
Contributor

solnic commented Jul 5, 2011

@unders the dependency will be bumped to ~3.1.0 once a) rails 3.1 is out b) somebody makes dm-rails to work with rails 3.1

BTW - rails doesn't follow semver.

@solnic solnic closed this as completed Jul 5, 2011
@mkristian
Copy link
Member

and the active-record internal API is not backward compatible, i.e. the jruby activerecord libraries need to follow these changes before they work again. - my 2cts ;-)

@msolovyov
Copy link

I would like to use to use dm-rails with rails 3.1.0.rc6 and get the following dependency issue:

Bundler could not find compatible versions for gem "actionpack":
  In Gemfile:
    dm-rails depends on
      actionpack (~> 3.0.0.beta3)

    actionpack (3.1.0.rc6)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants