Skip to content

Commit f24d71e

Browse files
committed
more gemspec changes for Rails 8
1 parent f5f2564 commit f24d71e

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.dassie/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gem 'hydra-role-management'
3333
gem 'hydra-editor', git: 'https://github.com/samvera/hydra-editor.git', branch: 'rails-8'
3434
gem 'hydra-derivatives', git: 'https://github.com/samvera/hydra-derivatives.git', branch: 'rails-8'
3535
gem '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

3838
gemspec name: 'hyrax', path: ENV.fetch('HYRAX_ENGINE_PATH', '..')
3939
gem 'jbuilder', '~> 2.5'

.koppie/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ gem 'hydra-role-management'
3232
gem 'hydra-editor', git: 'https://github.com/samvera/hydra-editor.git', branch: 'rails-8'
3333
gem 'hydra-derivatives', git: 'https://github.com/samvera/hydra-derivatives.git', branch: 'rails-8'
3434
gem '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

3637
gemspec name: 'hyrax', path: ENV.fetch('HYRAX_ENGINE_PATH', '..')
3738
gem 'jbuilder', '~> 2.5'

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ else
1010
gemspec
1111
end
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+
1318
group :development, :test do
1419
gem 'benchmark-ips'
1520
gem 'easy_translate'

0 commit comments

Comments
 (0)