Skip to content

Commit

Permalink
Allow use of octokit 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalmer committed Jan 3, 2018
1 parent 2db5c33 commit 815cd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-release.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.executables = ["git-release"]

s.add_dependency 'octokit', '~> 3.0'
s.add_dependency 'octokit', '>= 3.0', '< 5'
s.add_dependency 'git-version-bump'

s.add_development_dependency 'rake'
Expand Down

0 comments on commit 815cd60

Please sign in to comment.