Skip to content

Commit 826ba5f

Browse files
committed
Update gem versions for rgeo, rgeo_activerecord, and activerecord_postgis_adapter
1 parent dc81f2e commit 826ba5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ source 'https://rubygems.org'
33
# Define gem versions with environment variables or default versions
44
gem_versions = {
55
pg: ENV['GEM_PG_VERSION'] || '1.5.3',
6-
rgeo: ENV['GEM_RGEO_VERSION'] || '3.0.0',
7-
rgeo_activerecord: ENV['GEM_RGEO_ACTIVERECORD_VERSION'] || '7.0.1',
8-
activerecord_postgis_adapter: ENV['GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION'] || '7.1.1'
6+
rgeo: ENV['GEM_RGEO_VERSION'] || '3.0.1',
7+
rgeo_activerecord: ENV['GEM_RGEO_ACTIVERECORD_VERSION'] || '8.0.0',
8+
activerecord_postgis_adapter: ENV['GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION'] || '10.0.0'
99
}
1010

1111
gem 'deface'

0 commit comments

Comments
 (0)