Skip to content

Commit

Permalink
Replace occurrences of Ruby 3.3 with Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Uaitt authored and simi committed Jan 31, 2025
1 parent d5e8bfc commit 038b1f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AllCops:
- !ruby/regexp /(vendor|bundle|bin|db/(migrate/|schema\.rb|downloads_schema\.rb)|tmp|server)($|\/.*)/
DisplayCopNames: true
DisplayStyleGuide: true
TargetRubyVersion: 3.3
TargetRubyVersion: 3.4
NewCops: enable

Rails:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Follow the instructions below on how to install Bundler and setup the database.

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

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

0 comments on commit 038b1f8

Please sign in to comment.