Skip to content

Commit

Permalink
Gems: bump GBL Admin bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Dec 16, 2024
1 parent 94c0ea3 commit 7f73222
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 37 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript'
gem 'geoblacklight', '4.4'

# GBL Admin
gem 'geoblacklight_admin', "~> 0.6.0"
gem 'geoblacklight_admin', git: "https://github.com/geobtaa/geoblacklight_admin.git", branch: "feature/btaa-migration-fix"
gem 'git', ">= 1.13"
gem "rubyzip", ">= 1.3.0"
gem "awesome_print"
Expand All @@ -104,7 +104,7 @@ gem 'geoblacklight_sidecar_images', git: "https://github.com/geoblacklight/geobl
gem 'mini_magick', '~> 4.9.4'
gem "image_processing", ">= 1.2"

gem 'statesman', '>= 12.0'
gem 'statesman', '~> 12.0'
gem 'sidekiq', '~> 6.4'
gem 'sidekiq-failures', '~> 1.0.0'
gem 'down', '~> 5.0'
Expand Down
76 changes: 41 additions & 35 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,45 @@ GIT
rails (>= 5.2, < 8.0)
statesman (>= 3.4)

GIT
remote: https://github.com/geobtaa/geoblacklight_admin.git
revision: ceccb7a8c0db77151ef3f92f994ec85847766cd7
branch: feature/btaa-migration-fix
specs:
geoblacklight_admin (0.6.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)
dotenv-rails (~> 2.8)
geoblacklight (~> 4.4)
haml (~> 5.2)
httparty (~> 0.21)
inline_svg (~> 1.9)
jquery-rails (~> 4.4)
kithe (~> 2.0)
mutex_m (~> 0.2.0)
noticed (~> 1.6)
pagy (~> 6.0)
paper_trail (~> 15.0)
pg (~> 1.4)
qa (~> 5.0)
rails (~> 7.0, < 7.3)
ruby-progressbar
simple_form (~> 5.0)
sprockets (~> 3.0)
statesman (~> 12.0)
vite_rails (~> 3.0)
vite_ruby (>= 3.5)
zeitwerk (~> 2.6)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -365,39 +404,6 @@ GEM
rgeo-geojson
sprockets-rails (~> 3.0)
vite_rails (~> 3.0)
geoblacklight_admin (0.6.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)
dotenv-rails (~> 2.8)
geoblacklight (~> 4.4)
haml (~> 5.2)
httparty (~> 0.21)
inline_svg (~> 1.9)
jquery-rails (~> 4.4)
kithe (~> 2.0)
mutex_m (~> 0.2.0)
noticed (~> 1.6)
pagy (~> 6.0)
paper_trail (~> 15.0)
pg (~> 1.4)
qa (~> 5.0)
rails (~> 7.0, < 7.3)
ruby-progressbar
simple_form (~> 5.0)
sprockets (~> 3.0)
statesman (~> 12.0)
vite_rails (~> 3.0)
vite_ruby (>= 3.5)
zeitwerk (~> 2.6)
geocoder (1.8.4)
base64 (>= 0.1.0)
csv (>= 3.0.0)
Expand Down Expand Up @@ -878,7 +884,7 @@ DEPENDENCIES
foreman
geoblacklight (= 4.4)
geoblacklight-icons!
geoblacklight_admin (~> 0.6.0)
geoblacklight_admin!
geoblacklight_sidecar_images!
git (>= 1.13)
haml
Expand Down Expand Up @@ -922,7 +928,7 @@ DEPENDENCIES
spring
sqlite3 (~> 1.4)
stackprof (~> 0.2.12)
statesman (>= 12.0)
statesman (~> 12.0)
stimulus-rails
terser
turbolinks
Expand Down

0 comments on commit 7f73222

Please sign in to comment.