Skip to content

Commit

Permalink
Bump Ruby version to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotoral committed Jun 13, 2023
1 parent 5d6c485 commit 47d8338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.bindir = "bin"
spec.executables = []
spec.require_paths = ["lib"]
spec.required_ruby_version = spec.required_ruby_version = [">= 2.4", "< 3.2"]
spec.required_ruby_version = spec.required_ruby_version = [">= 2.4", "<= 3.2.2"]

spec.add_runtime_dependency "excon", "~> 0.71"
spec.add_runtime_dependency "dry-struct", "<= 1.6.0"
Expand Down

0 comments on commit 47d8338

Please sign in to comment.