File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ gem 'hydra-role-management'
3333gem 'hydra-editor' , git : 'https://github.com/samvera/hydra-editor.git' , branch : 'rails-8'
3434gem 'hydra-derivatives' , git : 'https://github.com/samvera/hydra-derivatives.git' , branch : 'rails-8'
3535gem 'hydra-works' , git : 'https://github.com/samvera/hydra-works.git' , branch : 'rails-8'
36-
36+ gem 'active-fedora' , git : 'https://github.com/samvera/active_fedora.git' , branch : 'main'
3737
3838gemspec name : 'hyrax' , path : ENV . fetch ( 'HYRAX_ENGINE_PATH' , '..' )
3939gem 'jbuilder' , '~> 2.5'
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ gem 'hydra-role-management'
3232gem 'hydra-editor' , git : 'https://github.com/samvera/hydra-editor.git' , branch : 'rails-8'
3333gem 'hydra-derivatives' , git : 'https://github.com/samvera/hydra-derivatives.git' , branch : 'rails-8'
3434gem 'hydra-works' , git : 'https://github.com/samvera/hydra-works.git' , branch : 'rails-8'
35+ gem 'active-fedora' , git : 'https://github.com/samvera/active_fedora.git' , branch : 'main'
3536
3637gemspec name : 'hyrax' , path : ENV . fetch ( 'HYRAX_ENGINE_PATH' , '..' )
3738gem 'jbuilder' , '~> 2.5'
Original file line number Diff line number Diff line change 1010 gemspec
1111end
1212
13+ gem 'hydra-editor' , git : 'https://github.com/samvera/hydra-editor.git' , branch : 'rails-8'
14+ gem 'hydra-derivatives' , git : 'https://github.com/samvera/hydra-derivatives.git' , branch : 'rails-8'
15+ gem 'hydra-works' , git : 'https://github.com/samvera/hydra-works.git' , branch : 'rails-8'
16+ gem 'active-fedora' , git : 'https://github.com/samvera/active_fedora.git' , branch : 'main'
17+
1318group :development , :test do
1419 gem 'benchmark-ips'
1520 gem 'easy_translate'
You can’t perform that action at this time.
0 commit comments