Skip to content

Commit

Permalink
feat: update dependencies (#14)
Browse files Browse the repository at this point in the history
* feat: update dependencies

* chore: keep compatibility with ruby 2.6

* chore: pin bundle version
  • Loading branch information
marcosgz authored Jun 28, 2024
1 parent 920f934 commit fa55761
Show file tree
Hide file tree
Showing 11 changed files with 673 additions and 527 deletions.
32 changes: 21 additions & 11 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 Expand Up @@ -99,7 +109,7 @@ jobs:
bundler-cache: true
- name: Install dependencies
run: |
gem install bundler
gem install bundler:2.3.22
bundle install --jobs 4 --retry 3
- name: Wait for service
uses: cygnetdigital/[email protected]
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.6.10
111 changes: 66 additions & 45 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,73 +8,94 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.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.24.0)
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.1)
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.50.2)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.2.0.0)
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.28.0, < 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)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-performance (1.16.0)
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)
thor (1.3.0)
unicode-display_width (2.0.0)
webmock (3.14.0)
rubocop-rspec (2.20.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
ruby-progressbar (1.13.0)
standard (1.28.5)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.0.1)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.0.1)
lint_roller (~> 1.0)
rubocop-performance (~> 1.16.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.36)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
awesome_print
Expand Down
114 changes: 68 additions & 46 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.7)
public_suffix (>= 2.0.2, < 7.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,86 @@ 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.24.0)
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.1)
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.50.2)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.2.0.0)
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.28.0, < 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)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-performance (1.16.0)
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)
rubocop-rspec (2.20.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
ruby-progressbar (1.13.0)
standard (1.28.5)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.0.1)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.0.1)
lint_roller (~> 1.0)
rubocop-performance (~> 1.16.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 Down
Loading

0 comments on commit fa55761

Please sign in to comment.