Skip to content

Commit

Permalink
Set standard rb to lint for 2.7 and above. Update gemspec to list 2.7…
Browse files Browse the repository at this point in the history
… and above
  • Loading branch information
jkeen committed Feb 27, 2024
1 parent 5313c03 commit 8218dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .standard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fix: true
parallel: true
ruby_version: 2.4
ruby_version: 2.7

ignore:
- 'vendor/**/*'
Expand Down
2 changes: 1 addition & 1 deletion graphiti.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.6"
spec.required_ruby_version = ">= 2.7"

spec.add_dependency "jsonapi-serializable", "~> 0.3.0"
spec.add_dependency "jsonapi-renderer", "~> 0.2", ">= 0.2.2"
Expand Down

0 comments on commit 8218dbd

Please sign in to comment.