Skip to content

Commit

Permalink
Add missing gem dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxworld committed Jan 21, 2019
1 parent 2912e9c commit a508ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.rb
Expand Up @@ -8,6 +8,7 @@
begin
require 'octokit'
rescue LoadError
gem 'sawyer', '0.8.1'
gem 'octokit', '4.9.0'
end

Expand Down

0 comments on commit a508ec0

Please sign in to comment.