Skip to content

Commit

Permalink
Merge pull request #185 from sul-dlss/bump-rails
Browse files Browse the repository at this point in the history
Test on rails 7.2
  • Loading branch information
corylown authored Aug 19, 2024
2 parents 519945b + 515b6d3 commit 85be89a
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails_version: ["7.0.8.4", "7.1.3.4"]
rails_version: ["7.1.3.4", 7.2.0]
ruby: ["3.2", "3.3"]
include:
- ruby: "3.1"
Expand Down
2 changes: 1 addition & 1 deletion mods_display.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rspec-rails'
gem.add_development_dependency 'rubocop'
gem.add_development_dependency 'capybara'
gem.add_development_dependency 'rails', ENV['RAILS_VERSION'] || '~> 6.0'
gem.add_development_dependency 'rails', ENV['RAILS_VERSION'] || '~> 7.0'
gem.add_development_dependency 'combustion', '~> 1.3'
end

0 comments on commit 85be89a

Please sign in to comment.