Skip to content

Commit

Permalink
relax octokit dependency to allow releases up to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkulz committed Nov 2, 2023
1 parent 53692a1 commit f3b6040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pronto.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency('gitlab', '>= 4.4.0', '< 5.0')
s.add_runtime_dependency('httparty', '>= 0.13.7', '< 1.0')
s.add_runtime_dependency('octokit', '>= 4.7.0', '< 8.0')
s.add_runtime_dependency('octokit', '>= 4.7.0', '< 9.0')
s.add_runtime_dependency('rainbow', '>= 2.2', '< 4.0')
s.add_runtime_dependency('rexml', '>= 3.2.5', '< 4.0')
s.add_runtime_dependency('rugged', '>= 0.23.0', '< 2.0')
Expand Down

0 comments on commit f3b6040

Please sign in to comment.