Commit 18bd513d8d6da03290a33802a17d4a48d89d6d46

Authored by Andrew Kane
1 parent 79ea0dcc

Test with Active Record 7 rc1 [skip ci]

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
gemfiles/activerecord70.gemfile
... ... @@ -5,9 +5,9 @@ gemspec path: ".."
5 5 gem "rake"
6 6 gem "minitest", ">= 5"
7 7 gem "sqlite3"
8   -gem "activerecord", "~> 7.0.0.alpha2"
9   -gem "actionpack", "~> 7.0.0.alpha2"
10   -gem "activejob", "~> 7.0.0.alpha2", require: "active_job"
  8 +gem "activerecord", "~> 7.0.0.rc1"
  9 +gem "actionpack", "~> 7.0.0.rc1"
  10 +gem "activejob", "~> 7.0.0.rc1", require: "active_job"
11 11 gem "elasticsearch", "~> 7"
12 12 gem "redis"
13 13 gem "connection_pool"
... ...