diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f723bc9..ed4dd85 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: - image: opensearchproject/opensearch:2.13.0 env: discovery.type: single-node - plugins.security.disabled: true + DISABLE_SECURITY_PLUGIN: true ruby: - 2.7 - 3.0 diff --git a/Gemfile b/Gemfile index b1c1c0f..6fafb84 100644 --- a/Gemfile +++ b/Gemfile @@ -14,6 +14,6 @@ gem "factory_bot" gem "rake" gem "rspec" gem "rubocop" -gem "sqlite3" +gem "sqlite3", "~> 1.4" gem "timecop" gem "webmock"