Skip to content

Commit

Permalink
Bump valkyrie version
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpierce committed Dec 11, 2024
1 parent 4aa045a commit 2f30836
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .dassie/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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', github: 'samvera/valkyrie', branch: 'main'

group :development do
gem 'better_errors' # add command line in browser when errors
Expand Down
1 change: 0 additions & 1 deletion .koppie/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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', github: 'samvera/valkyrie', branch: 'main'

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 @@ -84,7 +84,7 @@ SUMMARY
spec.add_dependency 'retriable', '>= 2.9', '< 4.0'
spec.add_dependency 'signet'
spec.add_dependency 'tinymce-rails', '~> 5.10'
spec.add_dependency 'valkyrie', '~> 3.4'
spec.add_dependency 'valkyrie', '~> 3.5'
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.2' # 3.7.3 fails feature specs
spec.add_dependency 'sass-rails', '~> 6.0'
Expand Down

0 comments on commit 2f30836

Please sign in to comment.