Skip to content

Commit

Permalink
Changing hydra-editor to 7.0 for Rails 7.2 compatibility (#7003)
Browse files Browse the repository at this point in the history
  • Loading branch information
randalldfloyd authored Feb 3, 2025
1 parent 2656a63 commit bc7a2b6
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 @@ -42,7 +42,6 @@ gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'uglifier', '>= 1.3.0'
gem 'activerecord-nulldb-adapter', git: 'https://github.com/taylorthurlow/nulldb', branch: 'fix/activerecord72-register-adapter'
gem 'hydra-editor', github: 'samvera/hydra-editor', branch: 'revert_and_modernize'

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 @@ -42,7 +42,6 @@ gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'uglifier', '>= 1.3.0'
gem 'activerecord-nulldb-adapter', git: 'https://github.com/taylorthurlow/nulldb', branch: 'fix/activerecord72-register-adapter'
gem 'hydra-editor', github: 'samvera/hydra-editor', branch: 'revert_and_modernize'

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 @@ -57,7 +57,7 @@ SUMMARY
spec.add_dependency 'font-awesome-rails', '~> 4.2'
spec.add_dependency 'google-analytics-data', '~> 0.6'
spec.add_dependency 'hydra-derivatives', '~> 4.0'
spec.add_dependency 'hydra-editor', '~> 6.0'
spec.add_dependency 'hydra-editor', '~> 7.0'
spec.add_dependency 'hydra-file_characterization', '~> 1.1'
spec.add_dependency 'hydra-head', '~> 13.0'
spec.add_dependency 'hydra-works', '>= 0.16'
Expand Down

0 comments on commit bc7a2b6

Please sign in to comment.