Skip to content

Commit

Permalink
Pin rugged to below 1.7
Browse files Browse the repository at this point in the history
Fixes #447
  • Loading branch information
magni- committed Oct 31, 2023
1 parent 53692a1 commit 1f174ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pronto.gemspec
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('octokit', '>= 4.7.0', '< 8.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')
s.add_runtime_dependency('rugged', '>= 0.23.0', '< 1.7')
s.add_runtime_dependency('thor', '>= 0.20.3', '< 2.0')
s.add_development_dependency('bundler', '>= 1.15')
s.add_development_dependency('pronto-rubocop', '~> 0.10.0')
Expand Down

0 comments on commit 1f174ca

Please sign in to comment.