Skip to content

Commit 205b78b

Browse files
authored
Update development gems and ruby version (#1695)
1 parent 4b6836e commit 205b78b

File tree

104 files changed

+28361
-26842
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+28361
-26842
lines changed

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ Naming/PredicateMethod:
6666
Naming/VariableNumber:
6767
EnforcedStyle: snake_case
6868

69+
Rails/Exit:
70+
Enabled: false
71+
6972
Rails/ApplicationJob:
7073
Enabled: false
7174

@@ -79,6 +82,9 @@ Rails/Inquiry:
7982
Exclude:
8083
- spec/**/*
8184

85+
Rails/Presence:
86+
Enabled: false
87+
8288
Rails/RakeEnvironment:
8389
Enabled: false
8490

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.5
1+
3.4.7

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ rails_versions = {
2828
"7.1" => "~> 7.1.0",
2929
"7.2" => "~> 7.2.0",
3030
"8.0" => "~> 8.0.0",
31-
"8.1" => "~> 8.1.0.rc1",
31+
"8.1" => "~> 8.1.0",
3232
"head" => { github: "rails/rails", branch: "main" },
3333
}
34-
gem 'rails', rails_versions[ENV.fetch("RAILS_VERSION", "8.0")]
34+
gem 'rails', rails_versions[ENV.fetch("RAILS_VERSION", "8.1")]
3535

3636
platforms :ruby do
3737
gem "bootsnap"

0 commit comments

Comments
 (0)