Skip to content

Commit f25955d

Browse files
authored
Allow up to 9.0
If I set this to only be a patch version, then updating to a higher patch would unexpectedly break this gem. There shouldn't be any breaking changes until the next major version. This also matches the pr to the main upstream repo.
1 parent e133966 commit f25955d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pager_duty-connection.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616
gem.require_paths = ["lib"]
1717

1818
gem.add_dependency "faraday", ">= 1.10", "< 3"
19-
gem.add_dependency "activesupport", ">= 3.2", "<= 8.0.1"
19+
gem.add_dependency "activesupport", ">= 3.2", "<= 9.0"
2020

2121
gem.add_development_dependency "rake"
2222
end

0 commit comments

Comments
 (0)