You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Gemfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ gem 'deface'
4
4
gem'immutable-struct'
5
5
gem"rgeo"
6
6
gem"rgeo-geojson"
7
-
gem"rgeo-activerecord"
8
7
gem"pg",(ENV['GEM_PG_VERSION'] ? "~> #{ENV['GEM_PG_VERSION']}" : "~> 1.1.4")# make sure we use a version compatible with AR
9
-
gem'activerecord-postgis-adapter'
8
+
gem"rgeo-activerecord",(ENV['GEM_RGEO_ACTIVERECORD_VERSION'] ? "~> #{ENV['GEM_RGEO_ACTIVERECORD_VERSION']}" : "~> 6.2.2")# same as above
9
+
gem'activerecord-postgis-adapter',(ENV['GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION'] ? "~> #{ENV['GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION']}" : "~> 5.2.3")# same as above
10
10
gem'rails-controller-testing'# This gem brings back assigns to your controller tests as well as assert_template to both controller and integration tests.
export GEM_PG_VERSION=your-pg-version # skip this line if redmine use pg 1.1.4.
43
+
export GEM_RGEO_ACTIVERECORD_VERSION=your-rgeo-activerecord-version # skip this line if using rgeo-activerecord 6.2.2.
44
+
export GEM_ACTIVERECORD_POSTGIS_ADAPTER_VERSION=your-activerecord-postgis-adapter-version # skip this line if using activerecord-postgis-adapter 5.2.3.
0 commit comments