Skip to content

Commit 2ba7f14

Browse files
committed
Remove dependency on octokit
The [Octokit] gem is not used anywhere in this codebase; it appears there was originally a GitHub integration planned, but it was removed in commit 13f460e; but removing this dependency was missed. This commit removes octokit from our Gemfile so we're not downloading and installing unused code, and so we don't need to worry about keeping the dependency up-to-date. [octokit]: https://github.com/octokit/octokit.rb
1 parent f76e8c4 commit 2ba7f14

2 files changed

Lines changed: 0 additions & 26 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ruby File.read('.ruby-version').strip
55
gem 'activesupport'
66
gem 'chronic'
77
gem 'http'
8-
gem 'octokit'
98
gem 'rake'
109

1110
group :test do

Gemfile.lock

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,6 @@ GEM
2727
domain_name (0.5.20190701)
2828
unf (>= 0.0.5, < 1.0.0)
2929
drb (2.2.3)
30-
faraday (1.5.1)
31-
faraday-em_http (~> 1.0)
32-
faraday-em_synchrony (~> 1.0)
33-
faraday-excon (~> 1.1)
34-
faraday-httpclient (~> 1.0.1)
35-
faraday-net_http (~> 1.0)
36-
faraday-net_http_persistent (~> 1.1)
37-
faraday-patron (~> 1.0)
38-
multipart-post (>= 1.2, < 3)
39-
ruby2_keywords (>= 0.0.4)
40-
faraday-em_http (1.0.0)
41-
faraday-em_synchrony (1.0.0)
42-
faraday-excon (1.1.0)
43-
faraday-httpclient (1.0.1)
44-
faraday-net_http (1.0.1)
45-
faraday-net_http_persistent (1.2.0)
46-
faraday-patron (1.0.0)
4730
ffi (1.15.5)
4831
ffi-compiler (1.0.1)
4932
ffi (>= 1.0.0)
@@ -67,9 +50,6 @@ GEM
6750
minitest (6.0.5)
6851
drb (~> 2.0)
6952
prism (~> 1.5)
70-
multipart-post (2.1.1)
71-
octokit (4.12.0)
72-
sawyer (~> 0.8.0, >= 0.5.3)
7353
prism (1.9.0)
7454
public_suffix (4.0.6)
7555
rake (13.4.2)
@@ -87,11 +67,7 @@ GEM
8767
diff-lcs (>= 1.2.0, < 2.0)
8868
rspec-support (~> 3.13.0)
8969
rspec-support (3.13.7)
90-
ruby2_keywords (0.0.4)
9170
safe_yaml (1.0.4)
92-
sawyer (0.8.2)
93-
addressable (>= 2.3.5)
94-
faraday (> 0.8, < 2.0)
9571
securerandom (0.4.1)
9672
timecop (0.9.1)
9773
tzinfo (2.0.6)
@@ -113,7 +89,6 @@ DEPENDENCIES
11389
activesupport
11490
chronic
11591
http
116-
octokit
11792
rake
11893
rexml
11994
rspec

0 commit comments

Comments
 (0)