Skip to content

Commit be15993

Browse files
committed
Bump to v3.7.4
1 parent 3e17d21 commit be15993

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Gemfile.lock

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
h3 (3.7.3)
4+
h3 (3.7.4)
55
ffi (~> 1.9)
66
rgeo-geojson (~> 2.1)
77
zeitwerk (~> 2.5)
@@ -11,9 +11,11 @@ GEM
1111
specs:
1212
diff-lcs (1.5.1)
1313
ffi (1.17.1)
14+
multi_json (1.15.0)
1415
rake (13.2.1)
15-
rgeo (2.3.0)
16-
rgeo-geojson (2.1.1)
16+
rgeo (3.0.0)
17+
rgeo-geojson (2.2.0)
18+
multi_json (~> 1.15)
1719
rgeo (>= 1.0.0)
1820
rspec (3.13.0)
1921
rspec-core (~> 3.13.0)

lib/h3/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module H3
2-
VERSION = "3.7.3".freeze
2+
VERSION = "3.7.4".freeze
33
end

0 commit comments

Comments
 (0)