Skip to content

Commit

Permalink
Merge pull request #749 from alejndr0/main
Browse files Browse the repository at this point in the history
Increase maximum Octokit version
  • Loading branch information
mlinksva committed Jun 11, 2024
2 parents a10efc3 + 56e1935 commit 02cd3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion licensee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
gem.executables << 'licensee'

gem.add_dependency('dotenv', '>= 2', '< 4')
gem.add_dependency('octokit', '>= 4.20', '< 9.0')
gem.add_dependency('octokit', '>= 4.20', '< 10.0')
gem.add_dependency('reverse_markdown', '>= 1', '< 3')
gem.add_dependency('rugged', '>= 0.24', '<2.0')
gem.add_dependency('thor', '>= 0.19', '< 2.0')
Expand Down

0 comments on commit 02cd3a2

Please sign in to comment.