Skip to content

Commit 261e04b

Browse files
committed
Update ruby to 3.3.11
1 parent 524b11c commit 261e04b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/rubocop-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- name: Set up Ruby
1818
uses: ruby/setup-ruby@v1
1919
with:
20-
ruby-version: 3.0.2
20+
ruby-version: 3.3.11
2121

2222
# This step is not necessary if you add the gem to your Gemfile
2323
- name: Install Code Scanning integration
24-
run: bundle add code-scanning-rubocop --version 0.4.0 --skip-install
24+
run: bundle add code-scanning-rubocop --version 0.6.1 --skip-install
2525

2626
- name: Setup Bundler cache
2727
uses: actions/cache@v6

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.2
1+
3.3.11

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git_source(:github) do |repo_name|
77
"https://github.com/#{repo_name}.git"
88
end
99

10-
ruby '3.0.2'
10+
ruby '3.3.11'
1111

1212
gem 'rails', '~> 6.1.7.10'
1313
# Use postgresql as the database for Active Record

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ DEPENDENCIES
510510
webpacker (~> 6.0.0.rc.6)
511511

512512
RUBY VERSION
513-
ruby 3.0.2p107
513+
ruby 3.3.11
514514

515515
BUNDLED WITH
516-
2.2.26
516+
4.0.15

0 commit comments

Comments
 (0)