Skip to content

Commit 2d6b713

Browse files
authored
Merge pull request #830 from inspec/bump-activesupport-7.2.3.1
chore: Bump activesupport minimum version to 7.2.3.1
2 parents a460115 + 196a95d commit 2d6b713

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

train.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.add_dependency "train-core", "= #{Train::VERSION}"
3131
spec.add_dependency "train-winrm", "~> 0.4.0" # Ruby 3.4 upgrade included
3232

33-
spec.add_dependency "activesupport", "~> 7.2", ">= 7.2.2.1"
33+
spec.add_dependency "activesupport", "~> 7.2", ">= 7.2.3.1"
3434

3535
# azure, docker, gcp dependencies
3636
spec.add_dependency "inifile", "~> 3.0"

0 commit comments

Comments
 (0)