-
Notifications
You must be signed in to change notification settings - Fork 0
Ap 709: Update Geodata to use Geoblacklight 5.3.0; AP-714: Update Geodata to use Ruby 3.4 #76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
cce5fac
27192b7
ef15f5e
be2819c
3217d2d
574c91a
2fc6f59
3fe5408
9ace261
00fd213
23a2468
765686f
f61e9b7
34c6f3d
c0d764f
62207bb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 3.2.2 | ||
| 3.4.9 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,41 +1,43 @@ | ||
| source 'https://rubygems.org' | ||
| git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||
|
|
||
| ruby '3.2.2' | ||
| ruby '3.4.9' | ||
|
|
||
| gem 'berkeley_library-logging', '~> 0.2.7' | ||
| gem 'blacklight', '~> 7.0' | ||
| gem 'bootsnap', require: false | ||
| gem 'bootstrap', '~> 4.0' | ||
| gem 'bootstrap', '~> 5.3' | ||
| gem 'cssbundling-rails' | ||
| gem 'devise' | ||
| gem 'devise-guests', '~> 0.8' | ||
| gem 'geoblacklight', '~> 4.4.2' | ||
| gem 'geoblacklight' | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we specify geoblacklight 5.3 here?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is the from the new Geoblacklight instance. We have another ticket (AP-710) for updating gem. I'll add it to that ticket. |
||
| gem 'image_processing', '~> 1.2' | ||
| gem 'importmap-rails' | ||
| gem 'jbuilder' | ||
| gem 'jquery-rails' | ||
| gem 'okcomputer', '~> 1.19' | ||
| gem 'omniauth' | ||
| gem 'omniauth-cas', '3.0.0' | ||
| gem 'omniauth-rails_csrf_protection', '~> 1.0' | ||
| gem 'pg', '~> 1.4.6' | ||
| gem 'propshaft' | ||
| gem 'puma', '~> 6.4.1' | ||
| gem 'puma-plugin-delayed_stop', '~> 0.1.2' | ||
| gem 'rack-timeout', '~> 0.6.3' | ||
| gem 'rails', '~> 7.1.5' | ||
| gem 'rails', '~> 8.1.3' | ||
| gem 'rsolr', '>= 1.0', '< 3' | ||
| gem 'sassc-rails', '~> 2.1' | ||
| gem 'sitemap_generator', '~> 6.3' | ||
| gem 'sprockets', '< 4.0' | ||
| gem 'sprockets-rails' | ||
| gem 'solid_cable' | ||
| gem 'solid_cache' | ||
| gem 'solid_queue' | ||
| gem 'stimulus-rails' | ||
| gem 'thruster', require: false | ||
| gem 'turbo-rails' | ||
| gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript' | ||
| gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby] | ||
| gem 'vite_rails', '~> 3.0' | ||
| gem 'tzinfo-data', platforms: %i[windows jruby] | ||
|
|
||
| group :development, :test do | ||
| gem 'brakeman' | ||
| gem 'debug', platforms: %i[mri mingw x64_mingw] | ||
| # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem | ||
| gem 'debug', platforms: %i[mri windows], require: 'debug/prelude' | ||
| gem 'rspec-rails' | ||
| gem 'rubocop', require: false | ||
| gem 'rubocop-rails', '~> 2.19', '>= 2.19.1', require: false | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.