Skip to content

Commit

Permalink
Updated Ruby to 3.3.2 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery authored Jun 4, 2024
1 parent 85c087c commit 928d180
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
paths-ignore:
- 'README.md'
- "README.md"

jobs:
lint:
Expand All @@ -13,7 +13,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.3.1"
ruby-version: "3.3.2"
- run: bundle exec rubocop
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.2
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ DEPENDENCIES
with_model (~> 2.1)

BUNDLED WITH
2.5.9
2.5.11

0 comments on commit 928d180

Please sign in to comment.