Skip to content

Commit

Permalink
Support ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
azuchi committed Dec 27, 2024
1 parent 77fccb5 commit 21ba0de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- '3.1.4'
- '3.2.2'
- '3.3.0'
- '3.4.1'
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.3.0
ruby-3.4.1
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in bip-schnorrrb.gemspec
gemspec

gem 'csv'

0 comments on commit 21ba0de

Please sign in to comment.