active_admin_editor icon indicating copy to clipboard operation
active_admin_editor copied to clipboard

gemspec is not vaild

Open ChrisCPO opened this issue 9 years ago • 3 comments

I cant figure this out so last resort to post it here The gemspec at /home/chris/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/active_admin_editor-86f964be3071/active_admin_editor.gemspec is not valid. The validation error was 'duplicate dependency on activeadmin (~> 0.4.3, development), (>= 0.4.0) use: add_runtime_dependency 'activeadmin', '~> 0.4.3', '>= 0.4.0'

let me know if/what you need

ChrisCPO avatar Jun 02 '15 00:06 ChrisCPO

We also just started seeing this. Everything works fine with bundler 1.9.1, but in an environment with bundler 1.10.3 we get this error.

honigc avatar Jun 05 '15 18:06 honigc

I ended up just installing bundler 1.9.1. There is a PR that fixes this, but I would assume there is no intention to merge this in looking at the activity on this repo. Another option instead of changing bundler version would be to point your Gemfile to the forked repo with the fix.

foundrium avatar Jun 13 '15 13:06 foundrium

i used this forked repo:

gem 'active_admin_editor', github: 'boontdustie/active_admin_editor'

rhnorment avatar Jun 19 '15 16:06 rhnorment