You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 😄
Regards,
The text was updated successfully, but these errors were encountered:
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
. 😄Regards,
The text was updated successfully, but these errors were encountered: