Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Mar 2, 2024
1 parent 034b71a commit 9358bd2
Show file tree
Hide file tree
Showing 14 changed files with 786 additions and 730 deletions.
40 changes: 19 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (7.1.3)
actionview (= 7.1.3)
activesupport (= 7.1.3)
actionpack (7.1.3.2)
actionview (= 7.1.3.2)
activesupport (= 7.1.3.2)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.3)
activesupport (= 7.1.3)
actionview (7.1.3.2)
activesupport (= 7.1.3.2)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
Expand All @@ -21,13 +21,13 @@ GEM
actionpack (>= 3.0.2, < 7.2)
activemodel (>= 3.0.2, < 7.2)
activesupport (>= 3.0.2, < 7.2)
activemodel (7.1.3)
activesupport (= 7.1.3)
activerecord (7.1.3)
activemodel (= 7.1.3)
activesupport (= 7.1.3)
activemodel (7.1.3.2)
activesupport (= 7.1.3.2)
activerecord (7.1.3.2)
activemodel (= 7.1.3.2)
activesupport (= 7.1.3.2)
timeout (>= 0.4.0)
activesupport (7.1.3)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -64,8 +64,7 @@ GEM
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
drb (2.2.0)
ruby2_keywords
drb (2.2.1)
encryptor (3.0.0)
erubi (1.12.0)
ethon (0.16.0)
Expand Down Expand Up @@ -132,10 +131,10 @@ GEM
ast (~> 2.4.1)
racc
path_expander (1.1.1)
pg (1.5.4)
pg (1.5.6)
public_suffix (5.0.4)
racc (1.7.3)
rack (3.0.9)
rack (3.0.9.1)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand All @@ -151,7 +150,7 @@ GEM
rainbow (3.1.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.60.2)
rubocop (1.61.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -162,20 +161,19 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.1)
parser (>= 3.3.0.4)
rubocop-minitest (0.34.5)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.17.0)
selenium-webdriver (4.18.1)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
thor (1.3.0)
thor (1.3.1)
timeout (0.4.1)
typhoeus (1.4.1)
ethon (>= 0.9.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.34.1
task_version:=3.35.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
6 changes: 3 additions & 3 deletions src/api-umbrella-git-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ source = {
dependencies = {
"argparse ~> 0.7.1",
"bcrypt ~> 2.3",
"dkjson ~> 2.6",
"dkjson ~> 2.7",
"inspect ~> 3.1.3",
"lapis ~> 1.16.0",
"libcidr-ffi ~> 1.0.0",
"lua-resty-http ~> 0.17.1",
"lua-resty-http ~> 0.17.2",
"lua-resty-mail ~> 1.1.0",
"lua-resty-mlcache ~> 2.6.1",
"lua-resty-mlcache ~> 2.7.0",
"lua-resty-nettle ~> 2.1",
"lua-resty-openidc ~> 1.7.6",
"lua-resty-session ~> 3.10",
Expand Down
Loading

0 comments on commit 9358bd2

Please sign in to comment.