Skip to content

Commit

Permalink
Merge pull request #90 from sul-dlss/rails72
Browse files Browse the repository at this point in the history
Offer support for Rails 7.2
  • Loading branch information
corylown authored Aug 13, 2024
2 parents 2392d7c + 33b0e03 commit a86f81d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.1", "3.2", "3.3"]
rails_version: ["7.1.3.4"]
blacklight_version: ["7.37.0"]
ruby: ["3.2", "3.3"]
rails_version: ["7.1.3.4", "7.2.0"]
blacklight_version: ["7.38.0"]
include:
- ruby: "3.1"
rails_version: "6.1.7.6"
rails_version: "6.1.7.8"
- ruby: "3.2"
rails_version: "7.0.8.4"
- ruby: "3.3"
rails_version: "7.1.3.4"
name: "Blacklight 8.1"
blacklight_version: "8.1.0"
name: "Blacklight 8.3"
blacklight_version: "8.3.0"
env:
BLACKLIGHT_VERSION: ${{ matrix.blacklight_version }}
steps:
Expand All @@ -39,6 +39,8 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler: latest
- name: Change permissions
run: "chmod -f -R o-w /opt/hostedtoolcache/Ruby/3.2.5/x64/lib/ruby/gems/3.2.0/gems | :"
- name: Install dependencies
run: bundle install
env:
Expand Down
2 changes: 1 addition & 1 deletion blacklight-hierarchy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_dependency 'blacklight', '>= 7.18', '< 9'
s.add_dependency 'rails', '>= 6.1', '< 7.2'
s.add_dependency 'rails', '>= 6.1', '< 7.3'
s.add_dependency 'deprecation'

s.add_development_dependency 'rsolr'
Expand Down

0 comments on commit a86f81d

Please sign in to comment.