We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e17d21 commit be15993Copy full SHA for be15993
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- h3 (3.7.3)
+ h3 (3.7.4)
5
ffi (~> 1.9)
6
rgeo-geojson (~> 2.1)
7
zeitwerk (~> 2.5)
@@ -11,9 +11,11 @@ GEM
11
12
diff-lcs (1.5.1)
13
ffi (1.17.1)
14
+ multi_json (1.15.0)
15
rake (13.2.1)
- rgeo (2.3.0)
16
- rgeo-geojson (2.1.1)
+ rgeo (3.0.0)
17
+ rgeo-geojson (2.2.0)
18
+ multi_json (~> 1.15)
19
rgeo (>= 1.0.0)
20
rspec (3.13.0)
21
rspec-core (~> 3.13.0)
lib/h3/version.rb
@@ -1,3 +1,3 @@
module H3
- VERSION = "3.7.3".freeze
+ VERSION = "3.7.4".freeze
end
0 commit comments