Skip to content

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

@glouton

Description

@glouton

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions