Skip to content

Commit

Permalink
Relax max rails version (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan authored Aug 12, 2024
1 parent f18d622 commit 6c61da8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
strategy:
matrix:
ruby_version: ["3.0","2.7"]
rails_version: [7.0.4.2, 6.1.7.2]
rails_version: [7.1.3.4, 7.0.4.2, 6.1.7.2]
bundler_version: [2.1.1]
faraday_version: ['~> 1.0']
faraday_version: 7.2.0, ['~> 1.0']

name: test ruby ${{ matrix.ruby_version }} / rails ${{ matrix.rails_version }} / faraday ${{ matrix.faraday_version }}
steps:
Expand Down Expand Up @@ -74,4 +74,4 @@ jobs:
if: always()
with:
name: coverage
path: coverage/
path: coverage/
2 changes: 1 addition & 1 deletion geoblacklight_sidecar_images.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_dependency "image_processing", "~> 1.6"
s.add_dependency "mimemagic", "~> 0.3"
s.add_dependency "mini_magick", "~> 4.9.4"
s.add_dependency "rails", ">= 5.2", "< 7.1"
s.add_dependency "rails", ">= 5.2", "< 7.2"
s.add_dependency "statesman", ">= 3.4"

s.add_development_dependency "byebug"
Expand Down

0 comments on commit 6c61da8

Please sign in to comment.