lucasefe / themes_for_rails

Theme Support for Rails 3
This very same page :)
MIT License
308 stars 102 forks source link

The validation error, duplicate dependency on rails #79

Closed nicocesar closed 3 years ago

nicocesar commented 9 years ago

With bundler 1.10.3 the following error is coming up

This prevents bundler from installing bins or native extensions, but that may not affect its functionality.
The validation message from Rubygems was:
  duplicate dependency on rails (= 3.0.11, development), (>= 3.0.0) use:
    add_runtime_dependency 'rails', '= 3.0.11', '>= 3.0.0'
nicocesar commented 9 years ago

@lucasefe why is rails 3.0.11 a requirement?

hiattp commented 8 years ago

+1

nicocesar commented 8 years ago

After almost a year, there are no news on this ticket. Any reason why it wasn't merged?