Skip to content

Commit 1feaf0a

Browse files
committed
Replace occurrences of Ruby 3.3 with Ruby 3.4
1 parent f234428 commit 1feaf0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AllCops:
1313
- !ruby/regexp /(vendor|bundle|bin|db/(migrate/|schema\.rb|downloads_schema\.rb)|tmp|server)($|\/.*)/
1414
DisplayCopNames: true
1515
DisplayStyleGuide: true
16-
TargetRubyVersion: 3.3
16+
TargetRubyVersion: 3.4
1717
NewCops: enable
1818

1919
Rails:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Follow the instructions below on how to install Bundler and setup the database.
114114

115115
### Installing ruby, gem dependencies, and setting up the database
116116

117-
* Use Ruby 3.3.x
117+
* Use Ruby 3.4.x
118118
* See: [Ruby install instructions](https://www.ruby-lang.org/en/downloads/).
119119
* `.ruby-version` is present and can be used.
120120
* Use Rubygems 3.5.x

0 commit comments

Comments
 (0)