Skip to content

Commit

Permalink
chore: Update ruby 3.0.3 to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LuukvH committed Apr 17, 2024
1 parent 6fe1a47 commit 09b7608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.3
ruby-version: 3.3.0
bundler-cache: true

- name: Run brakeman
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.3
ruby-version: 3.3.0
bundler-cache: true

- name: Run rubocop
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.3
ruby-version: 3.3.0
bundler-cache: true

- name: Run RSpec
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

ruby '3.0.3'
ruby '3.3.0'

source 'https://rubygems.org'

Expand Down

0 comments on commit 09b7608

Please sign in to comment.