Skip to content

Commit

Permalink
Merge pull request #31 from projectblacklight/rails8
Browse files Browse the repository at this point in the history
Add Rails 8 support
  • Loading branch information
tpendragon authored Dec 4, 2024
2 parents 4e3c3b0 + ad82be8 commit 418b155
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,20 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails_version: [7.1.3.4, 7.2.0]
rails_version: [7.1.5, 7.2.2]
ruby: [3.3]
additional_engine_cart_rails_options: [""]
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
- ruby: 3.3
rails_version: 8.0.0
additional_engine_cart_rails_options: --css=bootstrap
env:
RAILS_VERSION: ${{ matrix.rails_version }}
ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-kamal --skip-solid --skip-coffee --skip-test ${{ matrix.additional_engine_cart_rails_options }}"
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby }}
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 418b155

Please sign in to comment.