File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 3.0.2
1+ 3.3.11
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ git_source(:github) do |repo_name|
77 "https://github.com/#{ repo_name } .git"
88end
99
10- ruby '3.0.2 '
10+ ruby '3.3.11 '
1111
1212gem 'rails' , '~> 6.1.7.10'
1313# Use postgresql as the database for Active Record
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ DEPENDENCIES
510510 webpacker (~> 6.0.0.rc.6 )
511511
512512RUBY VERSION
513- ruby 3.0.2p107
513+ ruby 3.3.11
514514
515515BUNDLED WITH
516- 2.2.26
516+ 4.0.15
You can’t perform that action at this time.
0 commit comments