This commit is contained in:
dependabot[bot] 2026-01-02 17:06:38 +01:00 committed by GitHub
commit fac08a18df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 98 additions and 94 deletions

View file

@ -7,9 +7,9 @@ ruby File.read('.ruby-version').strip
gem 'activerecord-postgis-adapter', '11.0' gem 'activerecord-postgis-adapter', '11.0'
# https://meta.discourse.org/t/cant-rebuild-due-to-aws-sdk-gem-bump-and-new-aws-data-integrity-protections/354217/40 # https://meta.discourse.org/t/cant-rebuild-due-to-aws-sdk-gem-bump-and-new-aws-data-integrity-protections/354217/40
gem 'aws-sdk-core', '~> 3.215.1', require: false gem 'aws-sdk-core', '~> 3.240.0', require: false
gem 'aws-sdk-kms', '~> 1.96.0', require: false gem 'aws-sdk-kms', '~> 1.96.0', require: false
gem 'aws-sdk-s3', '~> 1.177.0', require: false gem 'aws-sdk-s3', '~> 1.209.0', require: false
gem 'bootsnap', require: false gem 'bootsnap', require: false
gem 'chartkick' gem 'chartkick'
gem 'data_migrate' gem 'data_migrate'

View file

@ -10,29 +10,29 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (8.0.3) actioncable (8.0.4)
actionpack (= 8.0.3) actionpack (= 8.0.4)
activesupport (= 8.0.3) activesupport (= 8.0.4)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6) zeitwerk (~> 2.6)
actionmailbox (8.0.3) actionmailbox (8.0.4)
actionpack (= 8.0.3) actionpack (= 8.0.4)
activejob (= 8.0.3) activejob (= 8.0.4)
activerecord (= 8.0.3) activerecord (= 8.0.4)
activestorage (= 8.0.3) activestorage (= 8.0.4)
activesupport (= 8.0.3) activesupport (= 8.0.4)
mail (>= 2.8.0) mail (>= 2.8.0)
actionmailer (8.0.3) actionmailer (8.0.4)
actionpack (= 8.0.3) actionpack (= 8.0.4)
actionview (= 8.0.3) actionview (= 8.0.4)
activejob (= 8.0.3) activejob (= 8.0.4)
activesupport (= 8.0.3) activesupport (= 8.0.4)
mail (>= 2.8.0) mail (>= 2.8.0)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
actionpack (8.0.3) actionpack (8.0.4)
actionview (= 8.0.3) actionview (= 8.0.4)
activesupport (= 8.0.3) activesupport (= 8.0.4)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
rack (>= 2.2.4) rack (>= 2.2.4)
rack-session (>= 1.0.1) rack-session (>= 1.0.1)
@ -40,38 +40,38 @@ GEM
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6) rails-html-sanitizer (~> 1.6)
useragent (~> 0.16) useragent (~> 0.16)
actiontext (8.0.3) actiontext (8.0.4)
actionpack (= 8.0.3) actionpack (= 8.0.4)
activerecord (= 8.0.3) activerecord (= 8.0.4)
activestorage (= 8.0.3) activestorage (= 8.0.4)
activesupport (= 8.0.3) activesupport (= 8.0.4)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (8.0.3) actionview (8.0.4)
activesupport (= 8.0.3) activesupport (= 8.0.4)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.11) erubi (~> 1.11)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6) rails-html-sanitizer (~> 1.6)
activejob (8.0.3) activejob (8.0.4)
activesupport (= 8.0.3) activesupport (= 8.0.4)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (8.0.3) activemodel (8.0.4)
activesupport (= 8.0.3) activesupport (= 8.0.4)
activerecord (8.0.3) activerecord (8.0.4)
activemodel (= 8.0.3) activemodel (= 8.0.4)
activesupport (= 8.0.3) activesupport (= 8.0.4)
timeout (>= 0.4.0) timeout (>= 0.4.0)
activerecord-postgis-adapter (11.0.0) activerecord-postgis-adapter (11.0.0)
activerecord (~> 8.0.0) activerecord (~> 8.0.0)
rgeo-activerecord (~> 8.0.0) rgeo-activerecord (~> 8.0.0)
activestorage (8.0.3) activestorage (8.0.4)
actionpack (= 8.0.3) actionpack (= 8.0.4)
activejob (= 8.0.3) activejob (= 8.0.4)
activerecord (= 8.0.3) activerecord (= 8.0.4)
activesupport (= 8.0.3) activesupport (= 8.0.4)
marcel (~> 1.0) marcel (~> 1.0)
activesupport (8.0.3) activesupport (8.0.4)
base64 base64
benchmark (>= 0.3) benchmark (>= 0.3)
bigdecimal bigdecimal
@ -90,26 +90,29 @@ GEM
ast (2.4.3) ast (2.4.3)
attr_extras (7.1.0) attr_extras (7.1.0)
attr_required (1.0.2) attr_required (1.0.2)
aws-eventstream (1.3.2) aws-eventstream (1.4.0)
aws-partitions (1.1072.0) aws-partitions (1.1199.0)
aws-sdk-core (3.215.1) aws-sdk-core (3.240.0)
aws-eventstream (~> 1, >= 1.3.0) aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0) aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9) aws-sigv4 (~> 1.9)
base64
bigdecimal
jmespath (~> 1, >= 1.6.1) jmespath (~> 1, >= 1.6.1)
logger
aws-sdk-kms (1.96.0) aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0) aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5) aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.177.0) aws-sdk-s3 (1.209.0)
aws-sdk-core (~> 3, >= 3.210.0) aws-sdk-core (~> 3, >= 3.234.0)
aws-sdk-kms (~> 1) aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5) aws-sigv4 (~> 1.5)
aws-sigv4 (1.11.0) aws-sigv4 (1.12.1)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
base64 (0.3.0) base64 (0.3.0)
bcrypt (3.1.20) bcrypt (3.1.20)
benchmark (0.5.0) benchmark (0.5.0)
bigdecimal (3.3.1) bigdecimal (4.0.1)
bindata (2.5.1) bindata (2.5.1)
bootsnap (1.18.6) bootsnap (1.18.6)
msgpack (~> 1.2) msgpack (~> 1.2)
@ -132,8 +135,8 @@ GEM
chartkick (5.2.0) chartkick (5.2.0)
chunky_png (1.4.0) chunky_png (1.4.0)
coderay (1.1.3) coderay (1.1.3)
concurrent-ruby (1.3.5) concurrent-ruby (1.3.6)
connection_pool (2.5.5) connection_pool (3.0.2)
crack (1.0.1) crack (1.0.1)
bigdecimal bigdecimal
rexml rexml
@ -142,13 +145,13 @@ GEM
tzinfo tzinfo
unicode (>= 0.4.4.5) unicode (>= 0.4.4.5)
css-zero (1.1.15) css-zero (1.1.15)
csv (3.3.4) csv (3.3.5)
data_migrate (11.3.1) data_migrate (11.3.1)
activerecord (>= 6.1) activerecord (>= 6.1)
railties (>= 6.1) railties (>= 6.1)
database_consistency (2.0.6) database_consistency (2.0.6)
activerecord (>= 3.2) activerecord (>= 3.2)
date (3.5.0) date (3.5.1)
debug (1.11.0) debug (1.11.0)
irb (~> 1.10) irb (~> 1.10)
reline (>= 0.3.8) reline (>= 0.3.8)
@ -160,14 +163,14 @@ GEM
warden (~> 1.2.3) warden (~> 1.2.3)
diff-lcs (1.6.2) diff-lcs (1.6.2)
docile (1.4.1) docile (1.4.1)
dotenv (3.1.8) dotenv (3.2.0)
dotenv-rails (3.1.8) dotenv-rails (3.2.0)
dotenv (= 3.1.8) dotenv (= 3.2.0)
railties (>= 6.1) railties (>= 6.1)
drb (2.2.3) drb (2.2.3)
email_validator (2.2.4) email_validator (2.2.4)
activemodel activemodel
erb (6.0.0) erb (6.0.1)
erubi (1.13.1) erubi (1.13.1)
et-orbi (1.4.0) et-orbi (1.4.0)
tzinfo tzinfo
@ -211,18 +214,18 @@ GEM
zeitwerk (~> 2.5) zeitwerk (~> 2.5)
hashdiff (1.2.1) hashdiff (1.2.1)
hashie (5.0.0) hashie (5.0.0)
httparty (0.23.1) httparty (0.24.0)
csv csv
mini_mime (>= 1.0.0) mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2) multi_xml (>= 0.5.2)
i18n (1.14.7) i18n (1.14.8)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
importmap-rails (2.2.2) importmap-rails (2.2.2)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
activesupport (>= 6.0.0) activesupport (>= 6.0.0)
railties (>= 6.0.0) railties (>= 6.0.0)
io-console (0.8.1) io-console (0.8.2)
irb (1.15.3) irb (1.16.0)
pp (>= 0.6.0) pp (>= 0.6.0)
rdoc (>= 4.0.0) rdoc (>= 4.0.0)
reline (>= 0.4.2) reline (>= 0.4.2)
@ -259,7 +262,7 @@ GEM
activesupport (>= 4) activesupport (>= 4)
railties (>= 4) railties (>= 4)
request_store (~> 1.0) request_store (~> 1.0)
loofah (2.24.1) loofah (2.25.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
mail (2.9.0) mail (2.9.0)
@ -273,14 +276,15 @@ GEM
method_source (1.1.0) method_source (1.1.0)
mini_mime (1.1.5) mini_mime (1.1.5)
mini_portile2 (2.8.9) mini_portile2 (2.8.9)
minitest (5.26.2) minitest (6.0.1)
prism (~> 1.5)
msgpack (1.7.3) msgpack (1.7.3)
multi_json (1.15.0) multi_json (1.15.0)
multi_xml (0.7.1) multi_xml (0.8.0)
bigdecimal (~> 3.1) bigdecimal (>= 3.1, < 5)
net-http (0.6.0) net-http (0.6.0)
uri uri
net-imap (0.5.12) net-imap (0.6.2)
date date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
@ -289,19 +293,19 @@ GEM
timeout timeout
net-smtp (0.5.1) net-smtp (0.5.1)
net-protocol net-protocol
nio4r (2.7.4) nio4r (2.7.5)
nokogiri (1.18.10) nokogiri (1.19.0)
mini_portile2 (~> 2.8.2) mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.18.10-aarch64-linux-gnu) nokogiri (1.19.0-aarch64-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.18.10-arm-linux-gnu) nokogiri (1.19.0-arm-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.18.10-arm64-darwin) nokogiri (1.19.0-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.18.10-x86_64-darwin) nokogiri (1.19.0-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu) nokogiri (1.19.0-x86_64-linux-gnu)
racc (~> 1.4) racc (~> 1.4)
oauth2 (2.0.17) oauth2 (2.0.17)
faraday (>= 0.17.3, < 4.0) faraday (>= 0.17.3, < 4.0)
@ -380,7 +384,7 @@ GEM
pry (>= 0.13, < 0.16) pry (>= 0.13, < 0.16)
pry-rails (0.3.11) pry-rails (0.3.11)
pry (>= 0.13.0) pry (>= 0.13.0)
psych (5.2.6) psych (5.3.1)
date date
stringio stringio
public_suffix (6.0.2) public_suffix (6.0.2)
@ -407,22 +411,22 @@ GEM
rack (>= 3.0.0) rack (>= 3.0.0)
rack-test (2.2.0) rack-test (2.2.0)
rack (>= 1.3) rack (>= 1.3)
rackup (2.2.1) rackup (2.3.1)
rack (>= 3) rack (>= 3)
rails (8.0.3) rails (8.0.4)
actioncable (= 8.0.3) actioncable (= 8.0.4)
actionmailbox (= 8.0.3) actionmailbox (= 8.0.4)
actionmailer (= 8.0.3) actionmailer (= 8.0.4)
actionpack (= 8.0.3) actionpack (= 8.0.4)
actiontext (= 8.0.3) actiontext (= 8.0.4)
actionview (= 8.0.3) actionview (= 8.0.4)
activejob (= 8.0.3) activejob (= 8.0.4)
activemodel (= 8.0.3) activemodel (= 8.0.4)
activerecord (= 8.0.3) activerecord (= 8.0.4)
activestorage (= 8.0.3) activestorage (= 8.0.4)
activesupport (= 8.0.3) activesupport (= 8.0.4)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 8.0.3) railties (= 8.0.4)
rails-dom-testing (2.3.0) rails-dom-testing (2.3.0)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
minitest minitest
@ -441,9 +445,9 @@ GEM
ransack (~> 4.0) ransack (~> 4.0)
request_store (~> 1.5) request_store (~> 1.5)
turbo-rails (~> 2.0.11) turbo-rails (~> 2.0.11)
railties (8.0.3) railties (8.0.4)
actionpack (= 8.0.3) actionpack (= 8.0.4)
activesupport (= 8.0.3) activesupport (= 8.0.4)
irb (~> 1.13) irb (~> 1.13)
rackup (>= 1.0.0) rackup (>= 1.0.0)
rake (>= 12.2) rake (>= 12.2)
@ -456,7 +460,7 @@ GEM
activerecord (>= 7.2) activerecord (>= 7.2)
activesupport (>= 7.2) activesupport (>= 7.2)
i18n i18n
rdoc (6.16.1) rdoc (7.0.3)
erb erb
psych (>= 4.0.0) psych (>= 4.0.0)
tsort tsort
@ -581,7 +585,7 @@ GEM
stackprof (0.2.27) stackprof (0.2.27)
stimulus-rails (1.3.4) stimulus-rails (1.3.4)
railties (>= 6.0.0) railties (>= 6.0.0)
stringio (3.1.8) stringio (3.2.0)
strong_migrations (2.5.1) strong_migrations (2.5.1)
activerecord (>= 7.1) activerecord (>= 7.1)
super_diff (0.17.0) super_diff (0.17.0)
@ -603,7 +607,7 @@ GEM
tailwindcss-ruby (3.4.17-x86_64-darwin) tailwindcss-ruby (3.4.17-x86_64-darwin)
tailwindcss-ruby (3.4.17-x86_64-linux) tailwindcss-ruby (3.4.17-x86_64-linux)
thor (1.4.0) thor (1.4.0)
timeout (0.4.4) timeout (0.6.0)
tsort (0.2.0) tsort (0.2.0)
turbo-rails (2.0.20) turbo-rails (2.0.20)
actionpack (>= 7.1.0) actionpack (>= 7.1.0)
@ -642,7 +646,7 @@ GEM
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
yaml (0.4.0) yaml (0.4.0)
zeitwerk (2.7.3) zeitwerk (2.7.4)
PLATFORMS PLATFORMS
aarch64-linux aarch64-linux
@ -654,9 +658,9 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
activerecord-postgis-adapter (= 11.0) activerecord-postgis-adapter (= 11.0)
aws-sdk-core (~> 3.215.1) aws-sdk-core (~> 3.240.0)
aws-sdk-kms (~> 1.96.0) aws-sdk-kms (~> 1.96.0)
aws-sdk-s3 (~> 1.177.0) aws-sdk-s3 (~> 1.209.0)
bootsnap bootsnap
brakeman brakeman
bundler-audit bundler-audit