From 65ed6f5731707b9850e04e54ae2134394a849850 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sun, 11 Feb 2024 10:12:17 +1100 Subject: [PATCH] Update gems --- Gemfile | 3 ++- Gemfile.lock | 57 ++++++++++++++++++++++++++++++---------------------- 2 files changed, 35 insertions(+), 25 deletions(-) diff --git a/Gemfile b/Gemfile index 0178840..676a105 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,8 @@ gem "que" gem "connection_pool" gem "omdb-api", "1.4.3", require: false gem "image_processing", "~> 1.0" - +gem "onnxruntime" +gem "mini_magick" gem "sentry-ruby" gem "warning" diff --git a/Gemfile.lock b/Gemfile.lock index 9da7eaa..4062d96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,7 +72,7 @@ GEM database_cleaner-core (~> 2.0.0) sequel date (3.3.4) - diff-lcs (1.5.0) + diff-lcs (1.5.1) domain_name (0.6.20240107) dotenv (2.8.1) down (5.4.1) @@ -225,11 +225,12 @@ GEM zeitwerk (~> 2.6) hansi (0.2.1) hashie (2.1.2) - http (5.1.1) + http (5.2.0) addressable (~> 2.8) + base64 (~> 0.1) http-cookie (~> 1.0) http-form_data (~> 2.2) - llhttp-ffi (~> 0.4.0) + llhttp-ffi (~> 0.5.0) http-accept (1.7.0) http-cookie (1.0.5) domain_name (~> 0.5) @@ -248,7 +249,7 @@ GEM link-header-parser (~> 5.0) nokogiri (>= 1.13) io-console (0.7.2) - irb (1.11.1) + irb (1.11.2) rdoc reline (>= 0.4.2) json (2.7.1) @@ -262,7 +263,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - llhttp-ffi (0.4.0) + llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) lumberjack (1.2.10) @@ -275,10 +276,10 @@ GEM method_source (1.0.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2023.1205) + mime-types-data (3.2024.0206) mini_magick (4.12.0) mini_mime (1.1.5) - minitest (5.21.2) + minitest (5.22.2) multi_xml (0.6.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) @@ -287,7 +288,7 @@ GEM mustermann (= 3.0.0) mutex_m (0.2.0) nenv (0.3.0) - net-imap (0.4.9.1) + net-imap (0.4.10) date net-protocol net-pop (0.1.2) @@ -303,11 +304,11 @@ GEM net-ssh (7.2.1) netrc (0.11.0) nio4r (2.7.0) - nokogiri (1.16.0-arm64-darwin) + nokogiri (1.16.2-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.0-x86_64-darwin) + nokogiri (1.16.2-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.0-x86_64-linux) + nokogiri (1.16.2-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) @@ -318,6 +319,12 @@ GEM omdb-api (1.4.3) activesupport httparty + onnxruntime (0.8.0-arm64-darwin) + ffi + onnxruntime (0.8.0-x86_64-darwin) + ffi + onnxruntime (0.8.0-x86_64-linux) + ffi parallel (1.24.0) parser (3.3.0.5) ast (~> 2.4.1) @@ -392,19 +399,19 @@ GEM dry-types (~> 1.0) rom (~> 5.2, >= 5.2.1) sequel (>= 4.49) - 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) + 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.0) 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.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.1) + rspec-support (~> 3.13.0) + rspec-support (3.13.0) rubocop (1.59.0) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -433,7 +440,7 @@ GEM nokogiri (>= 1.12.0) sentry-ruby (5.16.1) concurrent-ruby (~> 1.0, >= 1.0.2) - sequel (5.76.0) + sequel (5.77.0) bigdecimal shellany (0.0.1) simple-rss (1.3.3) @@ -481,7 +488,7 @@ GEM date httparty json (>= 2.0) - zeitwerk (2.6.12) + zeitwerk (2.6.13) PLATFORMS arm64-darwin-23 @@ -526,8 +533,10 @@ DEPENDENCIES lastfm (~> 1.27) mail matrix + mini_magick ogpr omdb-api (= 1.4.3) + onnxruntime pg puma que