Skip to content

Commit 001b15d

Browse files
authored
Merge pull request #11 from kddnewton/ruby-3.1
Ruby 3.1 syntax
2 parents aca89c3 + 878a3c6 commit 001b15d

File tree

9 files changed

+227
-109
lines changed

9 files changed

+227
-109
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: ruby/setup-ruby@v1
1414
with:
1515
bundler-cache: true
16-
ruby-version: 3.0
16+
ruby-version: '3.1'
1717
- name: Test
1818
run: bundle exec rake test
1919
automerge:

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ DEPENDENCIES
4141
syntax_tree!
4242

4343
BUNDLED WITH
44-
2.2.15
44+
2.2.31

0 commit comments

Comments
 (0)