Skip to content

Commit

Permalink
use valkyrie 3.x (#5948)
Browse files Browse the repository at this point in the history
* use valkyrie 3.x

* Install lsof needed by shared valkyrie spec

---------

Co-authored-by: Daniel Pierce <dlpierce@indiana.edu>
  • Loading branch information
dunn and dlpierce authored Feb 14, 2023
1 parent fc39aeb commit 7617628
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
name: Install system dependencies
command: |
sudo apt-get update
sudo apt-get install imagemagick librsvg2-bin
sudo apt-get install imagemagick librsvg2-bin lsof
- browser-tools/install-chrome
- browser-tools/install-chromedriver
- run:
Expand Down
1 change: 0 additions & 1 deletion .koppie/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ gem 'turbolinks', '~> 5'
gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'uglifier', '>= 1.3.0'
gem 'valkyrie', '~> 2', '>= 2.1.1'

group :development do
gem 'better_errors' # add command line in browser when errors
Expand Down
2 changes: 1 addition & 1 deletion hyrax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ SUMMARY
spec.add_dependency 'samvera-nesting_indexer', '~> 2.0'
spec.add_dependency 'signet'
spec.add_dependency 'tinymce-rails', '~> 5.10'
spec.add_dependency 'valkyrie', '~> 2', '>= 2.1.1'
spec.add_dependency 'valkyrie', '~> 3.0.1'
spec.add_dependency 'view_component', '~> 2.74.1' # Pin until blacklight is updated with workaround for https://github.com/ViewComponent/view_component/issues/1565
spec.add_dependency 'sprockets', '~> 3.7'
spec.add_dependency 'sass-rails', '~> 6.0'
Expand Down

0 comments on commit 7617628

Please sign in to comment.