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