Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ GEM
addressable (2.3.6)
archive-tar-minitar (0.5.2)
backports (3.4.0)
base64 (0.3.0)
coderay (1.1.0)
columnize (0.3.6)
daemons (1.1.9)
Expand Down Expand Up @@ -31,24 +32,23 @@ GEM
nokogiri (~> 1.6.0)
oauth2
hashie (2.0.5)
httpauth (0.2.1)
json (1.8.1)
jwt (0.1.11)
multi_json (>= 1.5)
jwt (3.2.0)
base64
method_source (0.8.2)
mini_portile (0.5.3)
multi_json (1.8.4)
multi_xml (0.5.5)
multi_json (1.21.1)
multipart-post (2.0.0)
nginx_utils (0.1.2)
thor
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
oauth2 (0.9.3)
faraday (>= 0.8, < 0.10)
jwt (~> 0.1.8)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
oauth2 (0.7.1)
faraday (~> 0.8)
httpauth (~> 0.1)
multi_json (~> 1.0)
rack (~> 1.4)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oauth2 downgraded from 0.9.3 to 0.7.1 breaking authentication

High Severity

The oauth2 gem was downgraded from 0.9.3 to 0.7.1 as a side effect of bumping jwt. The old oauth2 0.9.3 depended on jwt (~> 0.1.8), which conflicts with jwt 3.2.0, so Bundler resolved the conflict by downgrading oauth2 to a version that doesn't use jwt at all. This means jwt 3.2.0 is now orphaned (nothing in the dependency tree requires it), while github_api 0.11.3 is forced to use an older, potentially incompatible oauth2 version that could break GitHub OAuth authentication used in github_authentication.rb.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 4ff3c68. Configure here.

pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
Expand Down