Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Shana Moore committed Jan 17, 2025
1 parent 2356df2 commit 7605365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ gem 'factory_bot_rails'

# Conditional logic based on Ruby version
if RUBY_VERSION >= '3.0.0'
gem 'hyrax', '>= 2.3'
else
gem 'hyrax', '~> 4.0'
else
gem 'hyrax', '>= 2.3'
end

gem 'oai'
Expand Down

0 comments on commit 7605365

Please sign in to comment.