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
Since #41 removed the outdated/unmaintained gem case_transform and added activesupport as a direct runtime dependency to the threema gem, we have gotten and error trying to install the threema gem.
Could not find compatible versions
...
...
...
So, because every version of threema depends on activesupport ~> 7.0.8
and Gemfile depends on threema >= 0,
version solving has failed.
The text was updated successfully, but these errors were encountered:
Since #41 removed the outdated/unmaintained gem
case_transform
and added activesupport as a direct runtime dependency to the threema gem, we have gotten and error trying to install the threema gem.The text was updated successfully, but these errors were encountered: