Skip to content

Commit

Permalink
Merge pull request #128 from rocket-turtle/ruby_3_2
Browse files Browse the repository at this point in the history
Test for ruby 3.2
  • Loading branch information
rzane authored Nov 21, 2023
2 parents a91bf4e + 1f37e2f commit 0d14366
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
matrix:
activerecord: ["~> 6.1", "~> 7.0"]
compat: ["0", "1"]
ruby: ["3.0", "3.1"]
ruby: ["3.0", "3.1", "3.2"]
env:
AR: ${{ matrix.activerecord }}
COMPAT: ${{ matrix.compat }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## [Unreleased]
- Update ransack to 4.1.
- Drop support for Ruby 2.6 and 2.7.
- Drop support for ActiveRecord 6.0.
- Test for ruby 3.2
- Update ransack to 4.1. (#126)
- Drop support for Ruby 2.6 and 2.7. (#126)
- Drop support for ActiveRecord 6.0. (#126)

## [2.0.0] - 2022-08-28

Expand Down
2 changes: 1 addition & 1 deletion baby_squeel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.authors = ['Ray Zane']
spec.email = ['[email protected]']

spec.summary = 'An expressive query DSL for Active Record 4 and 5.'
spec.summary = 'An expressive query DSL for Active Record 6+'
spec.description = spec.summary
spec.homepage = 'https://github.com/rzane/baby_squeel'
spec.license = 'MIT'
Expand Down

0 comments on commit 0d14366

Please sign in to comment.