Skip to content

Commit 800bf57

Browse files
committed
Upgrade activerecord-cockroachdb-adapter and sidekiq
1 parent 6b5fb89 commit 800bf57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/integration.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ curdle $(find vendor/kuby-core/lib -name '*.rb') > /dev/null
1616
printf "\ngem 'kuby-core', path: 'vendor/kuby-core'\n" >> Gemfile
1717
printf "gem 'kuby-prebundler', '~> 0.1'\n" >> Gemfile
1818
printf "gem 'kuby-kind', '~> 0.2'\n" >> Gemfile
19-
printf "gem 'activerecord-cockroachdb-adapter', '~> 6.0'\n" >> Gemfile
19+
printf "gem 'activerecord-cockroachdb-adapter', '~> 8.0'\n" >> Gemfile
2020
printf "gem 'kuby-sidekiq', '~> 0.3'\n" >> Gemfile
21-
printf "gem 'sidekiq', '~> 6.4'\n" >> Gemfile
21+
printf "gem 'sidekiq', '~> 6.5'\n" >> Gemfile
2222

2323
# install ruby deps
2424
bundle lock

0 commit comments

Comments
 (0)