Skip to content
Snippets Groups Projects
Verified Commit 4f317d51 authored by Stan Hu's avatar Stan Hu
Browse files

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
1 merge request!90782Update asana gem to v0.10.13 to relax oauth2 dependency
......@@ -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'
......
......@@ -83,11 +83,11 @@ GEM
apollo_upload_server (2.1.0)
actionpack (>= 4.2)
graphql (>= 1.8)
asana (0.10.3)
asana (0.10.13)
faraday (~> 1.0)
faraday_middleware (~> 1.0)
faraday_middleware-multi_json (~> 0.0)
oauth2 (~> 1.4)
oauth2 (>= 1.4, < 3)
asciidoctor (2.0.15)
asciidoctor-include-ext (0.4.0)
asciidoctor (>= 1.5.6, < 3.0.0)
......@@ -1454,7 +1454,7 @@ DEPENDENCIES
addressable (~> 2.8)
akismet (~> 3.0)
apollo_upload_server (~> 2.1.0)
asana (~> 0.10.3)
asana (~> 0.10.13)
asciidoctor (~> 2.0.10)
asciidoctor-include-ext (~> 0.4.0)
asciidoctor-kroki (~> 0.5.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment