ejholmes / active_admin_editor

Rich text editor for Active Admin using wysihtml5.
MIT License
184 stars 134 forks source link

Fix invalid gemspec for activeadmin dependency #49

Open stereoscott opened 10 years ago

stereoscott commented 10 years ago

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 commented 9 years ago

@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?