Skip to content

Commit

Permalink
Gems: GBL Admin to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Jun 27, 2024
1 parent 5f62d3c commit 4114faf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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', git: "https://github.com/geobtaa/geoblacklight_admin.git", branch: "feature/kithe-assets"
gem 'geoblacklight_admin', git: "https://github.com/geobtaa/geoblacklight_admin.git", branch: "develop"
gem 'git', ">= 1.13"
gem "rubyzip", ">= 1.3.0"
gem "awesome_print"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ GIT

GIT
remote: https://github.com/geobtaa/geoblacklight_admin.git
revision: 20fc8ac0414edc93be0fb0f851a62e544dc527cf
branch: feature/kithe-assets
revision: 577ba90900fb2cc49cd96752da5fcb45570f3332
branch: develop
specs:
geoblacklight_admin (0.4.1)
active_storage_validations (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sidekiq: bundle exec sidekiq -q priority -q devise -q default
sidekiq: bundle exec sidekiq -q priority -q devise -q default -q low_priority
sidekiq_web: bundle exec puma sidekiq.ru

0 comments on commit 4114faf

Please sign in to comment.