From f3b69dd71e079ad63b6fb0b0b0437e1dddafccf7 Mon Sep 17 00:00:00 2001 From: Stuart Watson Date: Mon, 9 Sep 2019 16:39:23 +0100 Subject: [PATCH] Upgraded version of Gem --- Gemfile | 3 ++- Gemfile.lock | 14 +++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index d194a017c..51f710a9c 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '5.0.5' gem 'webpacker', '~> 4.0.2' gem 'pg', '~> 0.21' -gem 'activerecord-postgis-adapter', '~> 4.0.0' +gem 'activerecord-postgis-adapter', '4.1.0' gem 'dbf', '~> 2.0.7' # gem 'elasticsearch', '~> 7.2.0' @@ -76,6 +76,7 @@ group :test, :development do end + gem 'will_paginate', '~> 3.0' gem 'aws-sdk', '3.0.1' # DRAMATIC CHANGES diff --git a/Gemfile.lock b/Gemfile.lock index aadaec462..4fe0be0f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,9 +43,9 @@ GEM activemodel (= 5.0.5) activesupport (= 5.0.5) arel (~> 7.0) - activerecord-postgis-adapter (4.0.5) + activerecord-postgis-adapter (4.1.0) activerecord (~> 5.0.0) - rgeo-activerecord (~> 5.0.0) + rgeo-activerecord (~> 6.0) activesupport (5.0.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) @@ -1010,10 +1010,10 @@ GEM responders (3.0.0) actionpack (>= 5.0) railties (>= 5.0) - rgeo (0.6.0) - rgeo-activerecord (5.0.1) - activerecord (~> 5.0.0) - rgeo (~> 0.3) + rgeo (2.1.1) + rgeo-activerecord (6.2.1) + activerecord (>= 5.0) + rgeo (>= 1.0.0) ruby_parser (3.13.0) sexp_processor (~> 4.9) rubyzip (1.2.2) @@ -1114,7 +1114,7 @@ PLATFORMS ruby DEPENDENCIES - activerecord-postgis-adapter (~> 4.0.0) + activerecord-postgis-adapter (= 4.1.0) appsignal (~> 1.3.6) autoprefixer-rails aws-sdk (= 3.0.1)