Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.
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
27 changes: 17 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,24 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
coderay (1.1.3)
dotenv (2.7.6)
faraday (1.1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday (2.14.3)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.4)
net-http (~> 0.5)
json (2.19.9)
logger (1.7.0)
method_source (1.0.0)
multi_json (1.15.0)
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
net-http (0.9.1)
uri (>= 0.11.1)
nio4r (2.5.8)
octokit (4.18.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
octokit (10.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -30,10 +36,10 @@ GEM
rexml (3.2.5)
rss (0.2.9)
rexml
ruby2_keywords (0.0.2)
sawyer (0.8.2)
ruby2_keywords (0.0.5)
sawyer (0.9.3)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (>= 0.17.3, < 3)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.2)
Expand All @@ -46,6 +52,7 @@ GEM
sinatra (= 2.1.0)
tilt (~> 2.0)
tilt (2.0.10)
uri (1.1.1)

PLATFORMS
ruby
Expand Down