Skip to content

Commit

Permalink
Merge pull request #14 from chrisdambrosio/ruby-3
Browse files Browse the repository at this point in the history
Support Ruby 3.x
  • Loading branch information
ManuCiao authored Jan 15, 2025
2 parents 85d45df + db65bf6 commit 41bf9ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion what3words.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ['lib']
spec.platform = Gem::Platform::RUBY
spec.required_ruby_version = '~> 2.6'
spec.required_ruby_version = '>= 2.6', '< 4.0'


spec.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/what3words"
spec.metadata["source_code_uri"] = "https://github.com/what3words/w3w-ruby-wrapper"
Expand Down

0 comments on commit 41bf9ea

Please sign in to comment.