paginagmbh / redmine_emojibutton

Adds emoji capabilities to Redmine
MIT License
24 stars 11 forks source link

Plugin migration failure > Could not find gem 'gemoji' #28

Open glouton opened 3 years ago

glouton commented 3 years ago

Hi there,

Wanted to try this plugin with unicode emojis. I've followed the installation procedure described in the README of branch gemoji-4.0-native-emojis-no-images But when I run the migration i get the following error:

$ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
Could not find gem 'gemoji (~> 4.0.0.rc2)' in rubygems repository https://rubygems.org/ or installed locally.
The source does not contain any versions of 'gemoji'
Run `bundle install` to install missing gems.

Same error of course when I follow the uninstall procedure

$ bundle exec rake redmine:plugins:migrate NAME=redmine_emojibutton VERSION=0 RAILS_ENV=production
Could not find gem 'gemoji (~> 4.0.0.rc2)' in rubygems repository https://rubygems.org/ or installed locally.
The source does not contain any versions of 'gemoji'
Run `bundle install` to install missing gems.

Same result if I run rake instead of bunble exec rake.

Uninstall and reinstall twice with no success.

By the way, in the README, it might be worth adding the $ cd redmine_emojibutton before the checkout. :smile:

Regards,