Skip to content

Commit

Permalink
Conditionally set Rails and ActiveSupport versions based on Ruby version
Browse files Browse the repository at this point in the history
attempt to fix pipeline issue
  • Loading branch information
Shana Moore committed Jan 17, 2025
1 parent c273710 commit 5d5bb31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ if RUBY_VERSION >= '3.0.0'
gem 'hyrax', '>= 2.3'
else
gem 'hyrax', '~> 4.0'
gem 'rails', '~> 6.1'
gem 'activesupport', '~> 6.1'
end

gem 'oai'
Expand Down

0 comments on commit 5d5bb31

Please sign in to comment.