Skip to content

Commit

Permalink
chore: require Ruby 3.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Aug 13, 2024
1 parent 60b60ca commit d454958
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
graphql: '~> 2.0.0'
anycable: '~> 1.3.0'
redis_version: '6.2'
- ruby: "3.0"
graphql: '~> 2.0.0'
anycable: '~> 1.3.0'
redis_version: '6.2'
env:
CI: true
GRAPHQL_RUBY_VERSION: ${{ matrix.graphql }}
Expand Down
2 changes: 2 additions & 0 deletions graphql-anycable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 3.0.0"

spec.add_dependency "anycable-core", "~> 1.1"
spec.add_dependency "anyway_config", ">= 1.3", "< 3"
spec.add_dependency "graphql", ">= 1.11", "< 3"
Expand Down

0 comments on commit d454958

Please sign in to comment.