-
- Downloads
Update asana gem to v0.10.13 to relax oauth2 dependency
There are some minor updates to the asana gem, but we need to update to the oauth2 gem to v2.0 since the latter removes a call to MD5. Diff: https://github.com/Asana/ruby-asana/compare/v0.10.3..v0.10.13 Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/361284 Changelog: changed
parent
cb549e15
No related branches found
No related tags found
... | ... | @@ -255,7 +255,7 @@ gem 'slack-messenger', '~> 2.3.4' |
gem 'hangouts-chat', '~> 0.0.5', require: 'hangouts_chat' | ||
# Asana integration | ||
gem 'asana', '~> 0.10.3' | ||
gem 'asana', '~> 0.10.13' | ||
# FogBugz integration | ||
gem 'ruby-fogbugz', '~> 0.2.1' | ||
... | ... |
-
mentioned in merge request kubitus-project/kubitus-installer!1252 (merged)
Please register or sign in to comment