Skip to content

Commit 3d32d2d

Browse files
Update bundler non-major dependencies
1 parent e3b410a commit 3d32d2d

File tree

2 files changed

+104
-108
lines changed

2 files changed

+104
-108
lines changed

template/{{app_name}}/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
ruby "3.4.2"
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6-
gem "rails", "~> 7.1.3", ">= 7.1.3.2"
6+
gem "rails", "~> 7.2.0", ">= 7.2.2.1"
77

88
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
99
gem "sprockets-rails"
@@ -116,5 +116,5 @@ end
116116

117117
group :production do
118118
# Add plugin for pg gem to support AWS RDS IAM
119-
gem "pg-aws_rds_iam", "~> 0.5.0"
119+
gem "pg-aws_rds_iam", "~> 0.7.0"
120120
end

0 commit comments

Comments
 (0)