Skip to content

Commit

Permalink
add octokit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 committed Nov 18, 2024
1 parent b99b230 commit 78a99be
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ source "https://rubygems.org"
gem "rake"
gem "minitest"
gem "json-schema"
gem "octokit", "~> 9.2"
18 changes: 18 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,28 @@ GEM
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
faraday (2.12.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
json (2.8.1)
json-schema (4.3.1)
addressable (>= 2.8)
logger (1.6.1)
minitest (5.24.1)
net-http (0.5.0)
uri
octokit (9.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
public_suffix (6.0.0)
rake (13.2.1)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
uri (1.0.2)

PLATFORMS
ruby
Expand All @@ -17,6 +34,7 @@ PLATFORMS
DEPENDENCIES
json-schema
minitest
octokit (~> 9.2)
rake

BUNDLED WITH
Expand Down

0 comments on commit 78a99be

Please sign in to comment.