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.
2 parents 60d5b31 + 3ce6917 commit 2aa0ac9Copy full SHA for 2aa0ac9
Gemfile
@@ -5,5 +5,5 @@ gem 'immutable-struct'
5
gem "rgeo"
6
gem "rgeo-geojson"
7
gem "rgeo-activerecord"
8
-gem "pg", '~> 0.18'
9
-gem 'activerecord-postgis-adapter'
+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'
10
requires_redmine :version_or_higher => '3.4.0'
11
0 commit comments