remarkable
remarkable copied to clipboard
Remarkable Rails 3.1.10 Dependent on Rails 3?
Hello,
I have an older Rails app that has a test dependency on Remarkable Rails 3.1.10. I recently tried to install the gem again and it seems to want to install Rails 3 stuff. According to the RubyGems page (https://rubygems.org/gems/remarkable_rails/versions/3.1.10) I don't see a dependency on Rails 3.
Here is the command that I ran and the output:
gem install remarkable_rails --version 3.1.10
Unable to resolve dependencies: railties requires activesupport (= 3.0.4), actionpack (= 3.0.4), activesupport (= 3.0.4), actionpack (= 3.0.4), activesupport (= 3.0.3), actionpack (= 3.0.3), activesupport (= 3.0.3), actionpack (= 3.0.3), activesupport (= 3.0.2), actionpack (= 3.0.2), activesupport (= 3.0.2), actionpack (= 3.0.2), activesupport (= 3.0.1), actionpack (= 3.0.1), activesupport (= 3.0.1), actionpack (= 3.0.1), activesupport (= 3.0.0), actionpack (= 3.0.0), activesupport (= 3.0.0), actionpack (= 3.0.0)
It used to work fine before Rails 3 came out and at this time we can't upgrade that app to Rails 3.
Is Remarkable Rails version 3.1.10 now dependent on Rails 3 and if not can this be fixed?
Cheers
I don't remember Remarkable 3.x having a Rails 3 dependency. ...
Hosh,
In a cursory look through the project, I don't see a Rails 3 dependency either, but it won't install as railties requires a different version that is installed. Any idea what might be causing this and if there is a possible fix?