Skip to content

Commit

Permalink
Ruby 3.3.0 (karlentwistle#131)
Browse files Browse the repository at this point in the history
https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/

---------

Co-authored-by: Karl Entwistle <karl@biggerpockets.com>
  • Loading branch information
karlentwistle and Karl Entwistle authored Mar 18, 2024
1 parent 76e58f6 commit cf4961c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: rubocop
uses: reviewdog/action-rubocop@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: Install dependencies
run: bundle install
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.3
3.3.0
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.2.3p157
ruby 3.3.0p0

BUNDLED WITH
2.3.4
2.5.6

0 comments on commit cf4961c

Please sign in to comment.