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:
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:Same error of course when I follow the uninstall procedure
Same result if I run
rake
instead ofbunble 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 thecheckout
. :smile:Regards,