Skip to content

Commit 37674e0

Browse files
app-rails: Update template-application-rails to version 0.3.1.post10.dev0+2f9f155
1 parent 28c2f6c commit 37674e0

27 files changed

Lines changed: 324 additions & 183 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.3.1-9-g5e2a120
2+
_commit: v0.3.1-10-g2f9f155
33
_src_path: https://github.com/navapbc/template-application-rails
44
app_local_port: 3100
55
app_name: app-rails

app-rails/.rubocop.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
require:
1+
plugins:
22
- rubocop-rspec
33
inherit_gem:
44
pundit: config/rubocop-rspec.yml
55
rubocop-rails-omakase: rubocop.yml
6+
7+
RSpec/ExampleLength:
8+
Enabled: false
9+
RSpec/MultipleExpectations:
10+
Enabled: false

app-rails/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)