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
Hi,
we have a Redmine 4.1.3 with plugin "AlphaNodes/additionals" v3.0.3.
I've followed the installation procedure described in the README with setting to branch gemoji-4.0-native-emojis-no-images
Command "bundle install" in the plugin directory works fine.
Next command in redmine directory "rake emoji" get the following error:
$ rake emoji
You have requested:
gemoji ~> 4.0.0.rc2
The bundle currently has gemoji locked at 3.0.1.
Try running `bundle update gemoji`
If you are updating multiple gems in your Gemfile at once,
try passing them all to `bundle update`
Run `bundle install` to install missing gems.
And the command "bundle install" or "bundle update" in the redmine diretory get the following error:
Resolving dependencies
Bundler could not find compatible versions for gem 'gemoji':
In Gemfile:
gemoji (~> 4.0.0.rc2)
additionals was resolved to 3.0.3, which depends on
gemoji (~> 3.0.0)
The text was updated successfully, but these errors were encountered:
Hi,
we have a Redmine 4.1.3 with plugin "AlphaNodes/additionals" v3.0.3.
I've followed the installation procedure described in the README with setting to branch gemoji-4.0-native-emojis-no-images
Command "bundle install" in the plugin directory works fine.
Next command in redmine directory "rake emoji" get the following error:
And the command "bundle install" or "bundle update" in the redmine diretory get the following error:
The text was updated successfully, but these errors were encountered: