diff --git a/Gemfile b/Gemfile index 5970a9128fb80..eeba578a25054 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ gem "pg", "~> 1.2" # Pg is the Ruby interface to the PostgreSQL RDBMS gem "pg_query", ">= 0.9.0" # Allows PGHero to analyze queries gem "pg_search", "~> 2.3.5" # PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search gem "pghero", "~> 2.8" # Dashboard for Postgres -gem "puma", "~> 5.5.2" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server +gem "puma", "~> 6.0.1" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server gem "pundit", "~> 2.1" # Object oriented authorization for Rails applications gem "rack-attack", "~> 6.5.0" # Used to throttle requests to prevent brute force attacks gem "rack-cors", "~> 1.1" # Middleware that will make Rack-based apps CORS compatible diff --git a/Gemfile.lock b/Gemfile.lock index 1ece51efa7ead..fb649c953cf01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -341,9 +341,9 @@ GEM multi_json (>= 1.11.0) globalid (0.5.2) activesupport (>= 5.0) - google-protobuf (3.19.1) - google-protobuf (3.19.1-x86_64-darwin) - google-protobuf (3.19.1-x86_64-linux) + google-protobuf (3.21.12) + google-protobuf (3.21.12-x86_64-darwin) + google-protobuf (3.21.12-x86_64-linux) guard (2.18.0) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) @@ -483,7 +483,7 @@ GEM mini_histogram (0.3.1) mini_magick (4.11.0) mini_mime (1.1.2) - mini_portile2 (2.6.1) + mini_portile2 (2.8.1) minitest (5.14.4) modis (4.0.0) activemodel (>= 5.2) @@ -504,14 +504,14 @@ GEM http-2 (~> 0.11) netrc (0.11.0) nio4r (2.5.8) - nokogiri (1.12.5) - mini_portile2 (~> 2.6.1) + nokogiri (1.13.10) + mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.12.5-arm64-darwin) + nokogiri (1.13.10-arm64-darwin) racc (~> 1.4) - nokogiri (1.12.5-x86_64-darwin) + nokogiri (1.13.10-x86_64-darwin) racc (~> 1.4) - nokogiri (1.12.5-x86_64-linux) + nokogiri (1.13.10-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -570,14 +570,14 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.6) - puma (5.5.2) + puma (6.0.1) nio4r (~> 2.0) pundit (2.1.1) activesupport (>= 3.0.0) pundit-matchers (1.7.0) rspec-rails (>= 3.0.0) raabro (1.4.0) - racc (1.6.0) + racc (1.6.2) rack (2.2.3) rack-attack (6.5.0) rack (>= 1.0, < 3) @@ -1009,7 +1009,7 @@ DEPENDENCIES pghero (~> 2.8) pry (~> 0.14) pry-rails (~> 0.3) - puma (~> 5.5.2) + puma (~> 6.0.1) pundit (~> 2.1) pundit-matchers (~> 1.7) rack-attack (~> 6.5.0) diff --git a/vendor/cache/google-protobuf-3.19.1-x86_64-darwin.gem b/vendor/cache/google-protobuf-3.19.1-x86_64-darwin.gem deleted file mode 100644 index 3fb52eee705c2..0000000000000 Binary files a/vendor/cache/google-protobuf-3.19.1-x86_64-darwin.gem and /dev/null differ diff --git a/vendor/cache/google-protobuf-3.19.1-x86_64-linux.gem b/vendor/cache/google-protobuf-3.19.1-x86_64-linux.gem deleted file mode 100644 index 1638b47d6d61b..0000000000000 Binary files a/vendor/cache/google-protobuf-3.19.1-x86_64-linux.gem and /dev/null differ diff --git a/vendor/cache/google-protobuf-3.19.1.gem b/vendor/cache/google-protobuf-3.19.1.gem deleted file mode 100644 index 06d70f6d5aa20..0000000000000 Binary files a/vendor/cache/google-protobuf-3.19.1.gem and /dev/null differ diff --git a/vendor/cache/google-protobuf-3.21.12-x86_64-darwin.gem b/vendor/cache/google-protobuf-3.21.12-x86_64-darwin.gem new file mode 100644 index 0000000000000..1c383adc8e661 Binary files /dev/null and b/vendor/cache/google-protobuf-3.21.12-x86_64-darwin.gem differ diff --git a/vendor/cache/google-protobuf-3.21.12-x86_64-linux.gem b/vendor/cache/google-protobuf-3.21.12-x86_64-linux.gem new file mode 100644 index 0000000000000..832d754bf39b8 Binary files /dev/null and b/vendor/cache/google-protobuf-3.21.12-x86_64-linux.gem differ diff --git a/vendor/cache/google-protobuf-3.21.12.gem b/vendor/cache/google-protobuf-3.21.12.gem new file mode 100644 index 0000000000000..2e5ce2685bf9b Binary files /dev/null and b/vendor/cache/google-protobuf-3.21.12.gem differ diff --git a/vendor/cache/mini_portile2-2.6.1.gem b/vendor/cache/mini_portile2-2.6.1.gem deleted file mode 100644 index 3e5b08d4a8003..0000000000000 Binary files a/vendor/cache/mini_portile2-2.6.1.gem and /dev/null differ diff --git a/vendor/cache/mini_portile2-2.8.1.gem b/vendor/cache/mini_portile2-2.8.1.gem new file mode 100644 index 0000000000000..277e0ebcaca87 Binary files /dev/null and b/vendor/cache/mini_portile2-2.8.1.gem differ diff --git a/vendor/cache/nokogiri-1.12.5-arm64-darwin.gem b/vendor/cache/nokogiri-1.12.5-arm64-darwin.gem deleted file mode 100644 index c99f62e8d90e8..0000000000000 Binary files a/vendor/cache/nokogiri-1.12.5-arm64-darwin.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.12.5-x86_64-darwin.gem b/vendor/cache/nokogiri-1.12.5-x86_64-darwin.gem deleted file mode 100644 index b70705eeaa79f..0000000000000 Binary files a/vendor/cache/nokogiri-1.12.5-x86_64-darwin.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.12.5-x86_64-linux.gem b/vendor/cache/nokogiri-1.12.5-x86_64-linux.gem deleted file mode 100644 index ff9445c1e3595..0000000000000 Binary files a/vendor/cache/nokogiri-1.12.5-x86_64-linux.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.12.5.gem b/vendor/cache/nokogiri-1.12.5.gem deleted file mode 100644 index 5ece6d833e90a..0000000000000 Binary files a/vendor/cache/nokogiri-1.12.5.gem and /dev/null differ diff --git a/vendor/cache/nokogiri-1.13.10-arm64-darwin.gem b/vendor/cache/nokogiri-1.13.10-arm64-darwin.gem new file mode 100644 index 0000000000000..1c1d03363e42c Binary files /dev/null and b/vendor/cache/nokogiri-1.13.10-arm64-darwin.gem differ diff --git a/vendor/cache/nokogiri-1.13.10-x86_64-darwin.gem b/vendor/cache/nokogiri-1.13.10-x86_64-darwin.gem new file mode 100644 index 0000000000000..3670382e0d17b Binary files /dev/null and b/vendor/cache/nokogiri-1.13.10-x86_64-darwin.gem differ diff --git a/vendor/cache/nokogiri-1.13.10-x86_64-linux.gem b/vendor/cache/nokogiri-1.13.10-x86_64-linux.gem new file mode 100644 index 0000000000000..8a7f2b6ad0e5d Binary files /dev/null and b/vendor/cache/nokogiri-1.13.10-x86_64-linux.gem differ diff --git a/vendor/cache/nokogiri-1.13.10.gem b/vendor/cache/nokogiri-1.13.10.gem new file mode 100644 index 0000000000000..25012e35bb033 Binary files /dev/null and b/vendor/cache/nokogiri-1.13.10.gem differ diff --git a/vendor/cache/puma-5.5.2.gem b/vendor/cache/puma-5.5.2.gem deleted file mode 100644 index e78209f0547ea..0000000000000 Binary files a/vendor/cache/puma-5.5.2.gem and /dev/null differ diff --git a/vendor/cache/puma-6.0.1.gem b/vendor/cache/puma-6.0.1.gem new file mode 100644 index 0000000000000..6e5cdf6de82f2 Binary files /dev/null and b/vendor/cache/puma-6.0.1.gem differ diff --git a/vendor/cache/racc-1.6.0.gem b/vendor/cache/racc-1.6.0.gem deleted file mode 100644 index 7015819f1d73a..0000000000000 Binary files a/vendor/cache/racc-1.6.0.gem and /dev/null differ diff --git a/vendor/cache/racc-1.6.2.gem b/vendor/cache/racc-1.6.2.gem new file mode 100644 index 0000000000000..5e8cdad3eac98 Binary files /dev/null and b/vendor/cache/racc-1.6.2.gem differ