Skip to content

Commit

Permalink
Require geometry v6.6 or later
Browse files Browse the repository at this point in the history
geometry v6.6 changed the ordering of the Points returned by Square#points
  • Loading branch information
bfoz committed Mar 22, 2024
1 parent d963bec commit ab14178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketch.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '~> 2'

s.add_dependency 'geometry', '~> 6.4'
s.add_dependency 'geometry', '~> 6.6'

spec = s
spec.add_development_dependency "bundler", "~> 2"
Expand Down

0 comments on commit ab14178

Please sign in to comment.