We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5fb89 commit 800bf57Copy full SHA for 800bf57
scripts/integration.sh
@@ -16,9 +16,9 @@ curdle $(find vendor/kuby-core/lib -name '*.rb') > /dev/null
16
printf "\ngem 'kuby-core', path: 'vendor/kuby-core'\n" >> Gemfile
17
printf "gem 'kuby-prebundler', '~> 0.1'\n" >> Gemfile
18
printf "gem 'kuby-kind', '~> 0.2'\n" >> Gemfile
19
-printf "gem 'activerecord-cockroachdb-adapter', '~> 6.0'\n" >> Gemfile
+printf "gem 'activerecord-cockroachdb-adapter', '~> 8.0'\n" >> Gemfile
20
printf "gem 'kuby-sidekiq', '~> 0.3'\n" >> Gemfile
21
-printf "gem 'sidekiq', '~> 6.4'\n" >> Gemfile
+printf "gem 'sidekiq', '~> 6.5'\n" >> Gemfile
22
23
# install ruby deps
24
bundle lock
0 commit comments