Skip to content

Commit

Permalink
Merge pull request #3730 from pulibrary/bundle-update
Browse files Browse the repository at this point in the history
Update numerous gems
  • Loading branch information
christinach committed Sep 11, 2023
2 parents 5d0304b + 2f67a81 commit 861e52d
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 117 deletions.
9 changes: 5 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'bcrypt_pbkdf'
gem 'blacklight', git: 'https://github.com/projectblacklight/blacklight.git', ref: 'f6bdb20'
# advanced search functionality
gem 'blacklight_advanced_search', '~> 7.0'
gem 'blacklight_dynamic_sitemap', '~> 0.6.0'
gem 'blacklight_dynamic_sitemap'
gem 'blacklight-marc', '~>8.1'
# slider limit support
gem 'blacklight_range_limit', '~> 8.2'
Expand All @@ -38,7 +38,7 @@ gem 'font-awesome-rails'
gem 'friendly_id', '~> 5.4.2'
gem 'global'
# Static pages
gem 'high_voltage', '~> 3.0.0'
gem 'high_voltage'
gem 'honeybadger'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
Expand Down Expand Up @@ -89,10 +89,11 @@ gem 'sprockets-es6'
gem 'stackprof'
gem 'stringex', git: 'https://github.com/pulibrary/stringex.git', tag: 'vpton.2.5.2.2'
gem 'string_rtl'
gem 'terser', '~> 1.1'
gem 'terser'
gem 'view_component', '< 3.0.0'
gem 'vite_rails', '3.0.12'
gem 'voight_kampff', require: 'voight_kampff/rails'
gem 'whenever', '~> 0.11'
gem 'whenever'
gem 'yajl-ruby', '>= 1.3.1', require: 'yajl'
gem 'yard'

Expand Down
Loading

0 comments on commit 861e52d

Please sign in to comment.