jemcode / rails_admin_actiontext

ActionText (Trix editor) support for rails_admin
https://rubygems.org/gems/rails_admin_actiontext
MIT License
4 stars 4 forks source link

dependency specified to rails_admin (>- 1.0.0) so bundle refuses to download for rails_admin 2.0 #2

Closed corneliusjaeger closed 4 years ago

corneliusjaeger commented 4 years ago

Bundler could not find compatible versions for gem "rails_admin": In Gemfile: rails_admin (~> 2.0)

rails_admin_actiontext was resolved to 0.0.2, which depends on
  rails_admin (>= 1.0.0, ~> 1.0)

Could this be corrected please?

rikkipitt commented 4 years ago

Hey @corneliusjaeger!

I've just tweaked the gemspec to be a bit more forgiving on the rails_admin dependency front. The latest version is now 0.0.3. Could you try and update this gem in your project and try to bundle again?

Let me know, thanks!

corneliusjaeger commented 4 years ago

Hi Rikki

Fixed for me, works as expected now. Thank you very much for the quick reply. And on a weekend no less. Best Cornelius

On 1 Aug 2020, at 11:36, Rikki Pitt notifications@github.com wrote:

Hey @corneliusjaeger https://github.com/corneliusjaeger!

I've just tweaked the gemspec to be a bit more forgiving on the rails_admin dependency front. The latest version is now 0.0.3. Could you try and update this gem in your project and try to bundle again?

Let me know, thanks!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jemcode/rails_admin_actiontext/issues/2#issuecomment-667503914, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADCU65R2XDVEGJELFJVVZTR6PO2TANCNFSM4PRRUD2A.

rikkipitt commented 4 years ago

You're welcome!

Closing this issue now. Cheers for reporting.