Skip to content

Commit

Permalink
Upgrade to geoblacklight 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Mar 29, 2023
1 parent df4c1b9 commit 125a51d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end

gem 'blacklight', '~> 7.33'
gem 'rsolr' # required for Blacklight
gem "geoblacklight", '~> 3.7'
gem "geoblacklight", '~> 4.0'
gem "devise"
gem "devise-guests", ">= 0.3.3"
gem 'devise-remote-user'
Expand All @@ -82,4 +82,4 @@ gem 'whenever', require: false
gem 'bootstrap', '~> 4.0'
gem 'rack-attack' # For throttle configuration
gem 'recaptcha', '>= 5.4.1'
gem 'http'
gem 'http'
14 changes: 6 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,23 +259,20 @@ GEM
patron (>= 0.4.2)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.0.0)
faraday (~> 1.0)
ffi (1.15.5)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
geoblacklight (3.7.0)
blacklight (~> 7.8)
geoblacklight (4.0.0)
blacklight (~> 7.12)
coderay
config
deprecation
faraday (~> 1.0)
faraday_middleware (~> 1.0.0.rc1)
faraday (>= 1.0)
geo_combine (~> 0.4)
handlebars_assets
mime-types
rails (>= 5.2.4, < 7.1)
rails (>= 6.1, < 7.1)
rgeo-geojson
git (1.18.0)
addressable (~> 2.8)
Expand Down Expand Up @@ -562,6 +559,7 @@ GEM

PLATFORMS
x86_64-darwin-20
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand All @@ -586,7 +584,7 @@ DEPENDENCIES
factory_bot_rails
geo_combine!
geo_monitor (~> 0.7)!
geoblacklight (~> 3.7)
geoblacklight (~> 4.0)
honeybadger
http
jbuilder (~> 2.5)
Expand Down

0 comments on commit 125a51d

Please sign in to comment.