Skip to content

Commit

Permalink
update ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertDurst committed Dec 25, 2023
1 parent 95fa5a5 commit 3260fb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0']
ruby-version: ['3.2.2']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

source 'https://rubygems.org'

ruby '3.2.2'

group :test do
gem 'rspec'
gem 'rubocop'
Expand Down

0 comments on commit 3260fb8

Please sign in to comment.