Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Apr 17, 2024
1 parent 211eb0d commit 22ae6f8
Show file tree
Hide file tree
Showing 22 changed files with 1,471 additions and 1,242 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem "minitest-ci", "~> 3.4.0"

# Ruby lint/style checker
gem "rubocop", "~> 1.4", :require => false
gem "rubocop-minitest", "~> 0.34.5", :require => false
gem "rubocop-minitest", "~> 0.35.0", :require => false

# Running background processes
gem "childprocess"
Expand All @@ -37,7 +37,7 @@ gem "oj", "~> 3.10"
# Database libraries
gem "activerecord", "~> 7.1.1", :require => "active_record"
gem "pg", "~> 1.5.3"
gem "opensearch-ruby", "~> 3.1.0"
gem "opensearch-ruby", "~> 3.2.0"
gem "faraday-typhoeus", "~> 1.1.0"
gem "active_attr", "~> 0.16.0"

Expand Down Expand Up @@ -91,4 +91,4 @@ gem "awesome_print", "~> 1.9.2"
gem "ice_nine", "~> 0.11.2"

# Testing SMTP directly.
gem "net-smtp", "~> 0.4.0"
gem "net-smtp", "~> 0.5.0"
49 changes: 25 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GEM
awesome_print (1.9.2)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.6)
bigdecimal (3.1.7)
builder (3.2.4)
capybara (3.40.0)
addressable
Expand All @@ -71,7 +71,7 @@ GEM
ffi (>= 1.15.0)
factory_bot (6.4.6)
activesupport (>= 5.0.0)
faker (3.2.3)
faker (3.3.1)
i18n (>= 1.8.11, < 2)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
Expand All @@ -81,20 +81,21 @@ GEM
faraday (~> 2.0)
typhoeus (~> 1.4)
ffi (1.16.3)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
json (2.7.1)
json (2.7.2)
language_server-protocol (3.17.0.3)
launchy (2.5.2)
launchy (3.0.0)
addressable (~> 2.8)
childprocess (~> 5.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
mini_portile2 (2.8.6)
minitest (5.22.3)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
minitest-hooks (1.5.1)
Expand All @@ -112,18 +113,18 @@ GEM
uri
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
nokogiri (1.16.2)
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-aarch64-linux)
nokogiri (1.16.4-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
oj (3.16.3)
bigdecimal (>= 3.0)
opensearch-ruby (3.1.0)
opensearch-ruby (3.2.0)
faraday (>= 1.0, < 3)
multi_json (>= 1.0)
parallel (1.24.0)
Expand All @@ -132,9 +133,9 @@ GEM
racc
path_expander (1.1.1)
pg (1.5.6)
public_suffix (5.0.4)
public_suffix (5.0.5)
racc (1.7.3)
rack (3.0.9.1)
rack (3.0.10)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand All @@ -150,25 +151,25 @@ GEM
rainbow (3.1.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.61.0)
rubocop (1.63.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.1)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-minitest (0.34.5)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-minitest (0.35.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
selenium-webdriver (4.18.1)
selenium-webdriver (4.19.0)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -214,15 +215,15 @@ DEPENDENCIES
minitest-reporters (~> 1.6.0)
minitest-sprint (~> 1.2.0)
multi_json (~> 1.15.0)
net-smtp (~> 0.4.0)
net-smtp (~> 0.5.0)
nokogiri (~> 1.14)
oj (~> 3.10)
opensearch-ruby (~> 3.1.0)
opensearch-ruby (~> 3.2.0)
pg (~> 1.5.3)
rails_compatible_cookies_utils (~> 0.1.0)
rainbow (~> 3.1.1)
rubocop (~> 1.4)
rubocop-minitest (~> 0.34.5)
rubocop-minitest (~> 0.35.0)
selenium-webdriver (~> 4.15)
thor (~> 1.3.0)
typhoeus (~> 1.4.0)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export PREFIX=$(prefix)
default: all

# Download and locally install the "task" tool.
task_version:=3.35.0
task_version:=3.36.0
$(source_dir)/tasks/bootstrap-$(task_version): ;
$(work_dir)/stamp/bootstrap-$(task_version): $(source_dir)/tasks/bootstrap-$(task_version)
$(source_dir)/tasks/bootstrap-$(task_version)
Expand Down
2 changes: 1 addition & 1 deletion src/api-umbrella-git-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = {
"luautf8 ~> 0.1.5",
"lustache ~> 1.3.1",
"lyaml ~> 6.2.8",
"penlight ~> 1.13.1",
"penlight ~> 1.14.0",
"psl ~> 0.3",
"shell-games ~> 1.1.0",
}
Expand Down

0 comments on commit 22ae6f8

Please sign in to comment.