Skip to content

Commit

Permalink
Fix prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
azuchi committed Nov 11, 2024
1 parent ca4f1fc commit e8995e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tapyrusrb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "iniparse"
spec.add_runtime_dependency "siphash"
spec.add_runtime_dependency "activesupport", ">= 5.2.3"
spec.add_runtime_dependency "json_pure", ">= 2.6.3", '< 2.8.0'
spec.add_runtime_dependency "json_pure", ">= 2.6.3", "< 2.8.0"
spec.add_runtime_dependency "terminal-table", "~> 3.0.2"
spec.add_runtime_dependency "jwt"

Expand Down

0 comments on commit e8995e3

Please sign in to comment.