[go: nahoru, domu]

Skip to content

Commit

Permalink
Test with Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 5, 2023
1 parent 2386176 commit 28be27f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ gemspec
gem "rake"
gem "minitest", ">= 5"
gem "sqlite3"
gem "activerecord", "~> 7.0.0"
gem "actionpack", "~> 7.0.0"
gem "activejob", "~> 7.0.0", require: "active_job"
gem "activerecord", "~> 7.1.0"
gem "actionpack", "~> 7.1.0"
gem "activejob", "~> 7.1.0", require: "active_job"
gem "elasticsearch", "~> 8"
gem "redis-client"
gem "connection_pool"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ gemspec path: ".."
gem "rake"
gem "minitest", ">= 5"
gem "sqlite3"
gem "activerecord", "~> 7.1.0.beta1"
gem "actionpack", "~> 7.1.0.beta1"
gem "activejob", "~> 7.1.0.beta1", require: "active_job"
gem "activerecord", "~> 7.0.0"
gem "actionpack", "~> 7.0.0"
gem "activejob", "~> 7.0.0", require: "active_job"
gem "elasticsearch", "~> 8"
gem "redis-client"
gem "connection_pool"
Expand Down

0 comments on commit 28be27f

Please sign in to comment.