Skip to content

Commit

Permalink
Add Rails 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 4, 2024
1 parent 4e3c3b0 commit e3422c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails_version: [7.1.3.4, 7.2.0]
rails_version: [7.1.5, 7.2.0, 8.0.0]
ruby: [3.3]
include:
- ruby: 3.2
rails_version: 7.1.3.4
rails_version: 7.1.5
- ruby: 3.1
rails_version: 7.0.8.4
- ruby: 3.1
rails_version: 6.1.7.8
env:
RAILS_VERSION: ${{ matrix.rails_version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion blacklight-locale_picker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.5.0'
spec.add_dependency "rails", ">= 5.2.3", "< 7.3"
spec.add_dependency "rails", ">= 5.2.3", "< 9"

spec.add_development_dependency "capybara"
spec.add_development_dependency "engine_cart"
Expand Down

0 comments on commit e3422c5

Please sign in to comment.