We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc81f2e commit 826ba5fCopy full SHA for 826ba5f
Gemfile
@@ -3,9 +3,9 @@ source 'https://rubygems.org'
3
# Define gem versions with environment variables or default versions
4
gem_versions = {
5
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'
+ rgeo: ENV['GEM_RGEO_VERSION'] || '3.0.1',
+ rgeo_activerecord: ENV['GEM_RGEO_ACTIVERECORD_VERSION'] || '8.0.0',
+ activerecord_postgis_adapter: ENV['GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION'] || '10.0.0'
9
}
10
11
gem 'deface'
0 commit comments