Skip to content

Commit

Permalink
maint: Added base64 gem explicitly dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfloyd committed Jan 29, 2024
2 parents 8e1bab0 + c5009a2 commit 4d2b8c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octokit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'octokit/version'

Gem::Specification.new do |spec|
spec.add_dependency 'base64'
spec.add_dependency 'faraday', '>= 1', '< 3'
spec.add_dependency 'sawyer', '~> 0.9'
spec.authors = ['Wynn Netherland', 'Erik Michaels-Ober', 'Clint Shryock']
Expand Down

0 comments on commit 4d2b8c8

Please sign in to comment.