Skip to content

Commit

Permalink
Update appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Nov 17, 2023
1 parent 7a07568 commit 2f89a39
Show file tree
Hide file tree
Showing 11 changed files with 838 additions and 493 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,19 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2']
gemfile:
- rails_6
- rails_6_1
- rails_7_0
- rails_7_1
- rails_master
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
BUNDLE_PATH_RELATIVE_TO_CWD: true

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ appraise "rails-7-0" do
gem "rails", "~> 7.0.0"
end

appraise "rails-7-1" do
gem "rails", "~> 7.1.0"
end

appraise "rails-master" do
gem "rails", github: "rails/rails", branch: "main"
end
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Unreleased

### 1.6.1

* `find` override now handles arrays

### 1.6.0

* Add `prefix_id` and `prefix_ids` class methods - @TastyPi
Expand Down
Loading

0 comments on commit 2f89a39

Please sign in to comment.