Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
glouton opened this issue Mar 25, 2021 · 0 comments
Open

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

glouton opened this issue Mar 25, 2021 · 0 comments

Comments

@glouton
Copy link

glouton commented Mar 25, 2021

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. 😄

Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant