Skip to content

Commit

Permalink
Bump minimum active_support version to 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 29, 2024
1 parent b096652 commit 0b57c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icinga2-api-client.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.add_dependency 'activesupport', '>= 6.0'
s.add_dependency 'activesupport', '>= 7.0'
s.add_dependency 'faraday'
s.add_dependency 'zeitwerk'
end

0 comments on commit 0b57c34

Please sign in to comment.