Skip to content

Commit

Permalink
Merge pull request #27 from projectblacklight/rails71
Browse files Browse the repository at this point in the history
Permit Rails 7.1 as a dependency
  • Loading branch information
marlo-longley authored Dec 5, 2023
2 parents ff28b82 + 2dedbd4 commit 5c7864e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails_version: [6.1.7, 7.0.4]
ruby: ['3.0']
rails_version: [6.1.7, 7.0.4, 7.1.2]
ruby: ['3.2']
include:
- ruby: 3.1
rails_version: 7.0.4
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.1"
spec.add_dependency "rails", ">= 5.2.3", "< 7.2"

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

0 comments on commit 5c7864e

Please sign in to comment.