Skip to content

Commit

Permalink
Remove unnecessary and failing line
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Dec 10, 2024
1 parent 164cb9f commit 468bd71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ALPINE_VERSION=3.19
ARG RUBY_VERSION=3.2.4
ARG ALPINE_VERSION=3.21
ARG RUBY_VERSION=3.3.6

FROM ruby:$RUBY_VERSION-alpine$ALPINE_VERSION as hyrax-base

Expand Down
2 changes: 1 addition & 1 deletion hyrax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ SUMMARY
spec.add_development_dependency "factory_bot", '~> 4.4'
spec.add_development_dependency 'mida', '~> 0.3'
spec.add_development_dependency 'okcomputer'
spec.add_development_dependency 'pg', '~> 1.2'
spec.add_development_dependency 'pg', '~> 1.3'
spec.add_development_dependency 'rspec-activemodel-mocks', '~> 1.0'
spec.add_development_dependency 'rspec-its', '~> 1.1'
spec.add_development_dependency 'rspec-rails', '~> 7.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
before do
assign :download_link, Hyrax::Engine.routes.url_helpers.download_single_use_link_path(hash)
assign :presenter, Hyrax::FileSetPresenter.new(solr_document, ability)
view.lookup_context.view_paths.push "#{Hyrax::Engine.root}/app/views/hyrax/base"
render
end

Expand Down

0 comments on commit 468bd71

Please sign in to comment.