We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8f217 commit 4455ce2Copy full SHA for 4455ce2
template/{{app_name}}/Gemfile
@@ -3,7 +3,7 @@ source "https://rubygems.org"
3
ruby "3.4.2"
4
5
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6
-gem "rails", "~> 7.1.3", ">= 7.1.3.2"
+gem "rails", "~> 7.2.0", ">= 7.2.2.1"
7
8
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
9
gem "sprockets-rails"
@@ -116,5 +116,5 @@ end
116
117
group :production do
118
# Add plugin for pg gem to support AWS RDS IAM
119
- gem "pg-aws_rds_iam", "~> 0.5.0"
+ gem "pg-aws_rds_iam", "~> 0.7.0"
120
end
0 commit comments