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 876e06d commit 3ce6917Copy full SHA for 3ce6917
Gemfile
@@ -5,6 +5,5 @@ gem 'immutable-struct'
5
gem "rgeo"
6
gem "rgeo-geojson"
7
gem "rgeo-activerecord"
8
-gem 'pg', '~> 0.18.1'
9
-gem 'activerecord-postgis-adapter'
10
-
+gem "pg"
+gem 'activerecord-postgis-adapter', '~> 3.1'
init.rb
@@ -5,7 +5,7 @@
author 'Georepublic'
author_url 'https://hub.georepublic.net/gtt/redmine_gtt'
description 'Adds location-based task management and maps'
- version '0.7.1'
+ version '0.7.2'
requires_redmine :version_or_higher => '3.4.0'
11
0 commit comments