Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 23, 2024
1 parent 7c5555c commit bce703c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec
gem "rake"
gem "minitest", ">= 5"
gem "activerecord", "~> 7.1.0"
gem "sqlite3"
gem "sqlite3", "< 2"
gem "daru"
gem "matrix" # for daru
gem "rover-df"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord60.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec path: ".."
gem "rake"
gem "minitest", ">= 5"
gem "activerecord", "~> 6.0.0"
gem "sqlite3"
gem "sqlite3", "< 2"
gem "daru"
gem "rover-df"
gem "ngt", ">= 0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord61.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec path: ".."
gem "rake"
gem "minitest", ">= 5"
gem "activerecord", "~> 6.1.0"
gem "sqlite3"
gem "sqlite3", "< 2"
gem "daru"
gem "rover-df"
gem "ngt", ">= 0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord70.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec path: ".."
gem "rake"
gem "minitest", ">= 5"
gem "activerecord", "~> 7.0.0"
gem "sqlite3"
gem "sqlite3", "< 2"
gem "daru"
gem "matrix" # for daru
gem "rover-df"
Expand Down

0 comments on commit bce703c

Please sign in to comment.