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
I don't know much about how gem are required by Rails so I don't know how to cleanly fix this.
The only way I found was to surround the content of all the lib/slack/defaults.rb and lib/slack/tasks.rb files in begin/rescue blocks. You can find my forked gem with this patch here : https://github.com/jerefrer/mina-slack
The text was updated successfully, but these errors were encountered:
I get this error while performing any other task than deployment. For instance :
I don't know much about how gem are required by Rails so I don't know how to cleanly fix this.
The only way I found was to surround the content of all the
lib/slack/defaults.rb
andlib/slack/tasks.rb
files inbegin/rescue
blocks. You can find my forked gem with this patch here : https://github.com/jerefrer/mina-slackThe text was updated successfully, but these errors were encountered: