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
+1-1Lines changed: 1 addition & 1 deletion
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"pg",(ENV['GEM_PG_VERSION'] ? "~> #{ENV['GEM_PG_VERSION']}" : "~> 1.1.4")# make sure we use a version compatible with AR
7
+
gem"pg",(ENV['GEM_PG_VERSION'] ? "~> #{ENV['GEM_PG_VERSION']}" : "~> 1.2.2")# make sure we use a version compatible with AR
8
8
gem"rgeo-activerecord",(ENV['GEM_RGEO_ACTIVERECORD_VERSION'] ? "~> #{ENV['GEM_RGEO_ACTIVERECORD_VERSION']}" : "~> 6.2.2")# same as above
9
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.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ npx webpack
44
44
Then run
45
45
46
46
```
47
-
export GEM_PG_VERSION=your-pg-version # skip this line if redmine use pg 1.1.4.
47
+
export GEM_PG_VERSION=your-pg-version # skip this line if redmine use pg 1.2.2.
48
48
export GEM_RGEO_ACTIVERECORD_VERSION=your-rgeo-activerecord-version # skip this line if using rgeo-activerecord 6.2.2.
49
49
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