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

Fix invalid gemspec for activeadmin dependency #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stereoscott
Copy link

After updating to ruby 2.1.1 Bundler started complaining about duplicate dependency definitions:

The validation message from Rubygems was:
  duplicate dependency on activeadmin (~> 0.4.3, development), (>= 0.4.0) use:
    add_runtime_dependency 'activeadmin', '~> 0.4.3', '>= 0.4.0'

This fixes it.

After updating to ruby 2.1.1 Bundler started complaining about duplicate dependency definitions:
```
The validation message from Rubygems was:
  duplicate dependency on activeadmin (~> 0.4.3, development), (>= 0.4.0) use:
    add_runtime_dependency 'activeadmin', '~> 0.4.3', '>= 0.4.0'
```
This fixes it.
@ChrisCPO
Copy link

ChrisCPO commented Jun 2, 2015

@stereoscott @ejholmes Hey I'm getting this same error and its currently bringing a stop to a project, what needs done so this can be merged?

or is there a workaround?

@foundrium foundrium mentioned this pull request Jun 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants