Skip to content

Commit

Permalink
Upgraded version of Gem
Browse files Browse the repository at this point in the history
  • Loading branch information
strtwtsn committed Sep 9, 2019
1 parent 1893999 commit f3b69dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -76,6 +76,7 @@ group :test, :development do
end



gem 'will_paginate', '~> 3.0'

gem 'aws-sdk', '3.0.1' # DRAMATIC CHANGES
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit f3b69dd

Please sign in to comment.