Skip to content

Commit

Permalink
Bumped Ruby to 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery committed Nov 5, 2024
1 parent 39dc4f0 commit 3685cf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.3.5"
ruby-version: "3.3.6"
- 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.5
3.3.6
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-darwin-19
x86_64-darwin-20
x86_64-darwin-21
Expand All @@ -287,4 +288,4 @@ DEPENDENCIES
with_model (~> 2.1)

BUNDLED WITH
2.5.18
2.5.22

0 comments on commit 3685cf7

Please sign in to comment.