Skip to content

Commit

Permalink
WIP.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed Dec 10, 2024
1 parent 8d12969 commit bfcceba
Show file tree
Hide file tree
Showing 6 changed files with 410 additions and 499 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@mapnik:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${TOKEN}
12 changes: 7 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem "capistrano-rails-console"
gem "cocoon"
gem "coffee-rails"
gem "dalli"
gem "ddtrace"
gem "datadog", "~> 2.7.1"
gem "devise", ">= 4.6.0"
gem "devise-guests", git: "https://github.com/cbeer/devise-guests.git"
gem "dnsruby"
Expand Down Expand Up @@ -70,13 +70,13 @@ gem "modernizr-rails"
gem "net-ssh", "~> 7.1.0"
gem "normalize-rails"
gem "oai"
gem "omniauth", "1.9.2"
gem "omniauth-cas", "2.0.0"
gem "omniauth", "2.1.2"
gem "omniauth-cas", "3.0.0"
gem "openseadragon"
gem "pg"
gem "prawn"
gem "puma"
gem "rack"
gem "rack", "~> 3.1.0"
gem "rack-cors", require: "rack/cors"
gem "rails", "~> 7.1.0"
gem "recipient_interceptor"
Expand All @@ -89,6 +89,7 @@ gem "ruby-progressbar"
gem "ruby_tika_app", git: "https://github.com/pulibrary/ruby_tika_app", branch: "main"
gem "ruby-vips"
gem "rubyzip"
gem "sassc-rails"
gem "shrine-google_cloud_storage"
gem "simple_form"
gem "sprockets"
Expand All @@ -100,7 +101,8 @@ gem "valkyrie-derivatives", git: "https://github.com/samvera-labs/valkyrie-deriv
gem "valkyrie-sequel", "~> 3.0.0-beta.1"
gem "valkyrie-shrine"
gem "view_component", require: "view_component/engine"
gem "vite_rails"
gem "vite_rails", "3.0.17"
gem "vite_ruby", "3.8.0"
gem "whenever", "~> 0.10"

# Required for deployment under ruby 3.1
Expand Down
Loading

0 comments on commit bfcceba

Please sign in to comment.