Skip to content

Commit

Permalink
Update dependencies for ruby 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ldss-jm committed Oct 23, 2023
1 parent 1062f94 commit 9540b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7]
ruby: [2.7, 3.0, 3.1, 3.2]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion marc_wrangler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.0"

spec.add_runtime_dependency 'highline', "~> 2.0.1"
spec.add_runtime_dependency 'marc', "~> 1.0.2"
spec.add_runtime_dependency 'marc', "~> 1.1"
spec.add_runtime_dependency 'enhanced_marc', "~> 0.3.2"

# unf_ext 0.0.7.6 was released without windows binaries
Expand Down

0 comments on commit 9540b07

Please sign in to comment.