File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ AllCops:
13
13
- !ruby/regexp /(vendor|bundle|bin|db/(migrate/|schema\.rb|downloads_schema\.rb)|tmp|server)($|\/.*)/
14
14
DisplayCopNames : true
15
15
DisplayStyleGuide : true
16
- TargetRubyVersion : 3.3
16
+ TargetRubyVersion : 3.4
17
17
NewCops : enable
18
18
19
19
Rails :
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Follow the instructions below on how to install Bundler and setup the database.
114
114
115
115
### Installing ruby, gem dependencies, and setting up the database
116
116
117
- * Use Ruby 3.3 .x
117
+ * Use Ruby 3.4 .x
118
118
* See: [ Ruby install instructions] ( https://www.ruby-lang.org/en/downloads/ ) .
119
119
* ` .ruby-version ` is present and can be used.
120
120
* Use Rubygems 3.5.x
You can’t perform that action at this time.
0 commit comments