Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkamel committed Jul 3, 2024
1 parent 6e06343 commit 3b71206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ gem "factory_bot"
gem "rake"
gem "rspec"
gem "rubocop"
gem "sqlite3"
gem "sqlite3", "~> 1.4"
gem "timecop"
gem "webmock"

0 comments on commit 3b71206

Please sign in to comment.