Skip to content

Commit

Permalink
Gems: bump GBL Admin to bug fix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Oct 22, 2023
1 parent a033e50 commit 095f93d
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ gem 'bootstrap', '~> 4.0'
gem 'popper_js'
gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript'
gem 'geoblacklight', '~> 4.1'
gem 'geoblacklight_admin', '~> 0.3'
gem 'geoblacklight_admin', git: "https://github.com/geobtaa/geoblacklight_admin.git", branch: "#26-bulk-actions-fix"
gem "rubyzip", ">= 1.3.0"
gem "awesome_print"

Expand Down
72 changes: 39 additions & 33 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,42 @@ GIT
rails (>= 5.2, < 7.1)
statesman (~> 10.0.0)

GIT
remote: https://github.com/geobtaa/geoblacklight_admin.git
revision: ce5c529f4f3214ecd394259878cd610e65e7f2cd
branch: #26-bulk-actions-fix
specs:
geoblacklight_admin (0.3.1)
active_storage_validations (~> 1.0)
amazing_print
blacklight (~> 7.33)
blacklight_advanced_search
blacklight_range_limit
bootstrap (~> 4.0)
chosen-rails (~> 1.10)
cocoon (~> 1.2)
config (~> 4.0)
devise (~> 4.7)
devise-bootstrap-views (~> 1.0)
devise_invitable (~> 2.0)
dotenv-rails (~> 2.8)
geoblacklight (~> 4.0)
haml (~> 5.2)
httparty (~> 0.21)
inline_svg (~> 1.9)
jquery-rails (~> 4.4)
kithe (~> 2.0)
noticed (~> 1.6)
pagy (~> 6.0)
paper_trail (~> 14.0)
pg (~> 1.4)
qa (~> 5.0)
rails (>= 6.1, < 7.1)
ruby-progressbar
simple_form (~> 5.0)
sprockets (< 4)
statesman (~> 10.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -328,36 +364,6 @@ GEM
mime-types
rails (>= 6.1, < 7.1)
rgeo-geojson
geoblacklight_admin (0.3.1)
active_storage_validations (~> 1.0)
amazing_print
blacklight (~> 7.33)
blacklight_advanced_search
blacklight_range_limit
bootstrap (~> 4.0)
chosen-rails (~> 1.10)
cocoon (~> 1.2)
config (~> 4.0)
devise (~> 4.7)
devise-bootstrap-views (~> 1.0)
devise_invitable (~> 2.0)
dotenv-rails (~> 2.8)
geoblacklight (~> 4.0)
haml (~> 5.2)
httparty (~> 0.21)
inline_svg (~> 1.9)
jquery-rails (~> 4.4)
kithe (~> 2.0)
noticed (~> 1.6)
pagy (~> 6.0)
paper_trail (~> 14.0)
pg (~> 1.4)
qa (~> 5.0)
rails (>= 6.1, < 7.1)
ruby-progressbar
simple_form (~> 5.0)
sprockets (< 4)
statesman (~> 10.0)
geocoder (1.8.2)
git (1.11.0)
rchardet (~> 1.8)
Expand Down Expand Up @@ -475,7 +481,7 @@ GEM
rake
mini_magick (4.9.5)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitar (0.9)
minitest (5.20.0)
minitest-ci (3.4.0)
Expand All @@ -489,7 +495,7 @@ GEM
multi_xml (0.6.0)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
net-imap (0.4.1)
net-imap (0.4.2)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -791,7 +797,7 @@ DEPENDENCIES
foreman
geoblacklight (~> 4.1)
geoblacklight-icons!
geoblacklight_admin (~> 0.3)
geoblacklight_admin!
geoblacklight_sidecar_images!
haml
handlebars_assets (~> 0.23.0)
Expand Down

0 comments on commit 095f93d

Please sign in to comment.