Skip to content

Commit ce2f766

Browse files
authored
Merge pull request #819 from Fryguy/bump_rails
Upgrade rails to 7.2.3
2 parents bd72c6a + 732df3e commit ce2f766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundle
1313
# Git. Remember to move these dependencies to your gemspec before releasing
1414
# your gem to rubygems.org.
1515

16-
gem "rails", "~>7.2.2", ">=7.2.2.1"
16+
gem "rails", "~>7.2.3"
1717

1818
# security fixes for indirect dependencies
1919
gem "rack", ">=2.2.20" # CVE-2025-61919 https://github.com/advisories/GHSA-6xw4-3v39-52mm

manageiq-schema.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
spec.add_dependency "manageiq-password", ">= 1.2.0", "< 2"
2626
spec.add_dependency "more_core_extensions", ">= 3.5", "< 5"
2727
spec.add_dependency "pg"
28-
spec.add_dependency "rails", ">=7.2.2.1", "<8.0"
28+
spec.add_dependency "rails", ">=7.2.3", "<8.0"
2929

3030
spec.add_development_dependency "manageiq-style", ">= 1.5.9"
3131
spec.add_development_dependency "rspec"

0 commit comments

Comments
 (0)