Skip to content

Commit

Permalink
Bump Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia committed Jul 17, 2024
1 parent 6731302 commit 3e28ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
ruby-version: 3.3.3
bundler-cache: true
- name: Run rubocop
run: |
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
3.3.3

0 comments on commit 3e28ba4

Please sign in to comment.