Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgz committed Jun 20, 2024
1 parent 920f934 commit 3076469
Show file tree
Hide file tree
Showing 11 changed files with 760 additions and 551 deletions.
30 changes: 20 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 2.6.9
- ruby: 2.6.10
gemfile: gemfiles/Gemfile.elasticsearch-1.x
stack: elasticsearch:1.7.6
stack_version: "1.7.6"
allow_failure: true
- ruby: 2.6.9
- ruby: 2.6.10
gemfile: gemfiles/Gemfile.elasticsearch-2.x
stack: elasticsearch:2.4.6
stack_version: "2.4.6"
allow_failure: true
- ruby: 2.6.9
- ruby: 2.6.10
gemfile: gemfiles/Gemfile.elasticsearch-5.x
stack: elasticsearch:5.6.16
stack_version: "5.6.16"
Expand All @@ -31,32 +31,37 @@ jobs:
stack: elasticsearch:7.13.2
stack_version: "7.13.2"
allow_failure: false
- ruby: 3.0.3
- ruby: 3.0.7
gemfile: gemfiles/Gemfile.elasticsearch-7.x
stack: elasticsearch:7.13.2
stack_version: "7.13.2"
allow_failure: false
- ruby: 3.1.2
- ruby: 3.1.6
gemfile: gemfiles/Gemfile.elasticsearch-7.x
stack: elasticsearch:7.13.2
stack_version: "7.13.2"
allow_failure: false
- ruby: 3.2.2
- ruby: 3.2.4
gemfile: gemfiles/Gemfile.elasticsearch-7.x
stack: elasticsearch:7.13.2
stack_version: "7.13.2"
allow_failure: false
- ruby: 3.0.3
- ruby: 3.3.3
gemfile: gemfiles/Gemfile.elasticsearch-7.x
stack: elasticsearch:7.13.2
stack_version: "7.13.2"
allow_failure: false
- ruby: 3.0.7
gemfile: gemfiles/Gemfile.elasticsearch-8.x
stack: elasticsearch:8.4.2
stack_version: "8.4.2"
allow_failure: false
- ruby: 3.1.2
- ruby: 3.1.6
gemfile: gemfiles/Gemfile.elasticsearch-8.x
stack: elasticsearch:8.4.2
stack_version: "8.4.2"
allow_failure: false
- ruby: 3.2.2
- ruby: 3.2.4
gemfile: gemfiles/Gemfile.elasticsearch-8.x
stack: elasticsearch:8.4.2
stack_version: "8.4.2"
Expand All @@ -71,7 +76,12 @@ jobs:
stack: opensearch:2.0.1
stack_version: "2.0.1"
allow_failure: false
- ruby: 3.2.2
- ruby: 3.2.4
gemfile: gemfiles/Gemfile.opensearch-2.x
stack: opensearch:2.1.0
stack_version: "2.1.0"
allow_failure: false
- ruby: 3.3.3
gemfile: gemfiles/Gemfile.opensearch-2.x
stack: opensearch:2.1.0
stack_version: "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.0.3
ruby 2.7.7
120 changes: 74 additions & 46 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,66 +8,94 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
awesome_print (1.8.0)
awesome_print (1.9.2)
bigdecimal (3.1.8)
coderay (1.1.3)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.5.0)
dotenv (2.7.5)
hashdiff (1.0.1)
method_source (1.0.0)
diff-lcs (1.5.1)
dotenv (2.8.1)
hashdiff (1.1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
method_source (1.1.0)
multi_json (1.15.0)
parallel (1.20.1)
parser (3.0.2.0)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
pry (0.13.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
rainbow (3.0.0)
public_suffix (5.1.1)
racc (1.8.0)
rainbow (3.1.1)
rake (12.3.3)
regexp_parser (2.1.1)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
regexp_parser (2.9.2)
rexml (3.3.0)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.20.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.9.1, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.11.0)
parser (>= 3.0.1.1)
rubocop-performance (1.11.5)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rspec (2.4.0)
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
ruby-progressbar (1.11.0)
standard (1.3.0)
rubocop (= 1.20.0)
rubocop-performance (= 1.11.5)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.31.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.29.1)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
standard (1.37.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.64.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.4)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.4.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.21.0)
strscan (3.1.0)
thor (1.3.0)
unicode-display_width (2.0.0)
webmock (3.14.0)
unicode-display_width (2.5.0)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -91,4 +119,4 @@ DEPENDENCIES
yard (~> 0.9.20)

BUNDLED WITH
2.3.22
2.3.26
127 changes: 78 additions & 49 deletions gemfiles/Gemfile.elasticsearch-1.x.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
awesome_print (1.9.2)
bigdecimal (3.1.8)
coderay (1.1.3)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.5.0)
dotenv (2.7.6)
diff-lcs (1.5.1)
dotenv (2.8.1)
elasticsearch (1.1.3)
elasticsearch-api (= 1.1.3)
elasticsearch-transport (= 1.1.3)
Expand All @@ -25,66 +27,93 @@ GEM
elasticsearch-transport (1.1.3)
faraday
multi_json
faraday (0.17.4)
faraday (0.17.6)
multipart-post (>= 1.2, < 3)
hashdiff (1.0.1)
method_source (1.0.0)
hashdiff (1.1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
method_source (1.1.0)
multi_json (1.15.0)
multipart-post (2.1.1)
parallel (1.21.0)
parser (3.0.2.0)
multipart-post (2.4.1)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
pry (0.14.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
rainbow (3.0.0)
public_suffix (5.1.1)
racc (1.8.0)
rainbow (3.1.1)
rake (12.3.3)
regexp_parser (2.1.1)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
regexp_parser (2.9.2)
rexml (3.3.0)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.20.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.9.1, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.11.0)
parser (>= 3.0.1.1)
rubocop-performance (1.11.5)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rspec (2.5.0)
rubocop (~> 1.19)
ruby-progressbar (1.11.0)
standard (1.3.0)
rubocop (= 1.20.0)
rubocop-performance (= 1.11.5)
thor (1.3.0)
unicode-display_width (2.1.0)
webmock (3.14.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.31.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.29.1)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
standard (1.37.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.64.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.4)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.4.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.21.0)
strscan (3.1.0)
thor (1.3.1)
unicode-display_width (2.5.0)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
yard (0.9.26)
yard (0.9.36)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
awesome_print
Expand All @@ -103,4 +132,4 @@ DEPENDENCIES
yard (~> 0.9.20)

BUNDLED WITH
2.3.22
2.3.26
Loading

0 comments on commit 3076469

Please sign in to comment.