Skip to content

Commit

Permalink
upgrade to valkyrie 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Jun 17, 2022
1 parent 128d74e commit 4a02cd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dassie/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ gem 'riiif', '~> 2.1'
gem 'rsolr', '>= 1.0', '< 3'
gem 'sidekiq', '~> 6.0'
gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript'
gem 'valkyrie', '3.0.0.pre.beta.2'
3 changes: 2 additions & 1 deletion hyrax.gemspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# coding: utf-8
# frozen_string_literal: true
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Expand Down Expand Up @@ -83,7 +84,7 @@ SUMMARY
spec.add_dependency 'select2-rails', '~> 3.5'
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.0.pre.beta.2'

spec.add_development_dependency "capybara", '~> 3.29'
spec.add_development_dependency 'capybara-screenshot', '~> 1.0'
Expand Down

0 comments on commit 4a02cd6

Please sign in to comment.