Skip to content

Commit

Permalink
Merge pull request #92 from no-reply/ruby-3
Browse files Browse the repository at this point in the history
add support for ruby 3.0
  • Loading branch information
dchandekstark authored Dec 17, 2021
2 parents 977813b + 00a5f65 commit 9e3705e
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 @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7']
ruby-version: ['2.6', '2.7', '3.0']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion ezid-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = "~> 2.1"
spec.required_ruby_version = ">= 2.1"

spec.add_dependency "hashie", "~> 3.4", ">= 3.4.3"
spec.add_dependency "nokogiri"
Expand Down

0 comments on commit 9e3705e

Please sign in to comment.