merged main

This commit is contained in:
Hub Feenix Member
2023-01-14 14:49:24 +02:00
57 changed files with 472 additions and 46 deletions

View File

@ -136,6 +136,8 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
erubi (1.12.0)
erubis (2.7.0)
execjs (2.8.1)
@ -143,7 +145,7 @@ GEM
formatador (1.1.0)
friendly_id (5.5.0)
activerecord (>= 4.0.0)
git (1.13.0)
git (1.13.1)
addressable (~> 2.8)
rchardet (~> 1.8)
globalid (1.0.0)
@ -181,6 +183,9 @@ GEM
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
htmlentities (4.3.4)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
@ -226,6 +231,9 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mina (1.2.4)
open4 (~> 1.3.4)
rake
@ -245,6 +253,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
@ -316,6 +325,11 @@ GEM
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rinku (2.0.6)
ruby-vips (2.1.4)
@ -388,6 +402,9 @@ GEM
timeout (0.3.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.2.0)
@ -426,6 +443,7 @@ DEPENDENCIES
passenger
pg (~> 1.1)
rails (~> 7.0)
rest-client
ruby2js!
sassc-rails
selenium-webdriver
@ -438,7 +456,7 @@ DEPENDENCIES
webdrivers
RUBY VERSION
ruby 3.0.4p208
ruby 3.1.3p185
BUNDLED WITH
2.2.33
2.3.26