Skip to content

Commit

Permalink
Merge pull request #147 from sul-dlss/modern-rails
Browse files Browse the repository at this point in the history
Test on Rails 8
  • Loading branch information
taylor-steve authored Dec 9, 2024
2 parents 88ba574 + 4648d58 commit c83f6f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
ruby: ["3.2", "3.3"]
rails: ["7.2.1", "7.1.4"]
rails: ["8.0.0", "7.2.2", "7.1.5"]
steps:
- name: Install ImageMagick
run: sudo apt install imagemagick
Expand Down
2 changes: 1 addition & 1 deletion riiif.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'railties', '>= 4.2', '<8'
spec.add_dependency 'railties', '>= 4.2', '< 9'
spec.add_dependency 'deprecation', '>= 1.0.0'
spec.add_dependency 'iiif-image-api', '>= 0.1.0'

Expand Down

0 comments on commit c83f6f5

Please sign in to comment.