[go: nahoru, domu]

Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 30, 2024
1 parent f648810 commit d13b349
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec

gem "rake"
gem "minitest", ">= 5"
gem "sqlite3"
gem "sqlite3", "< 2"
gem "activerecord", "~> 7.1.0"
gem "actionpack", "~> 7.1.0"
gem "activejob", "~> 7.1.0", require: "active_job"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord61.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec path: ".."

gem "rake"
gem "minitest", ">= 5"
gem "sqlite3"
gem "sqlite3", "< 2"
gem "activerecord", "~> 6.1.0"
gem "actionpack", "~> 6.1.0"
gem "activejob", "~> 6.1.0", require: "active_job"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord70.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec path: ".."

gem "rake"
gem "minitest", ">= 5"
gem "sqlite3"
gem "sqlite3", "< 2"
gem "activerecord", "~> 7.0.0"
gem "actionpack", "~> 7.0.0"
gem "activejob", "~> 7.0.0", require: "active_job"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/opensearch1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec path: ".."

gem "rake"
gem "minitest", ">= 5"
gem "sqlite3"
gem "sqlite3", "< 2"
gem "activerecord", "~> 7.0.0"
gem "actionpack", "~> 7.0.0"
gem "activejob", "~> 7.0.0", require: "active_job"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/opensearch2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec path: ".."

gem "rake"
gem "minitest", ">= 5"
gem "sqlite3"
gem "sqlite3", "< 2"
gem "activerecord", "~> 7.0.0"
gem "actionpack", "~> 7.0.0"
gem "activejob", "~> 7.0.0", require: "active_job"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/opensearch3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec path: ".."

gem "rake"
gem "minitest", ">= 5"
gem "sqlite3"
gem "sqlite3", "< 2"
gem "activerecord", "~> 7.0.0"
gem "actionpack", "~> 7.0.0"
gem "activejob", "~> 7.0.0", require: "active_job"
Expand Down

0 comments on commit d13b349

Please sign in to comment.