Skip to content

Commit

Permalink
Test with Active Record 7.2.0.beta2 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 10, 2024
1 parent 6a1a478 commit 77ff5bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
include:
- ruby: 3.3
gemfile: Gemfile
gemfile: gemfiles/activerecord72.gemfile
- ruby: 3.2
gemfile: Gemfile
- ruby: 3.1
Expand Down
14 changes: 14 additions & 0 deletions gemfiles/activerecord72.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
source "https://rubygems.org"

gemspec path: ".."

gem "rake"
gem "minitest", ">= 5"
gem "activerecord", "~> 7.2.0.beta2"
gem "sqlite3"
gem "daru"
gem "matrix" # for daru
gem "rover-df"
gem "ngt", ">= 0.3.0"
gem "faiss"
gem "wilson_score"

0 comments on commit 77ff5bc

Please sign in to comment.