diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f722e2642a..3895da536b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -13,6 +13,9 @@ configMigration: true, prHourlyLimit: 0, prConcurrentLimit: 1, + lockFileMaintenance: { + enabled: true, + }, includePaths: [ 'Earthfile', '**/go.mod', diff --git a/examples/ruby-on-rails/.ruby-version b/examples/ruby-on-rails/.ruby-version new file mode 100644 index 0000000000..7636e75650 --- /dev/null +++ b/examples/ruby-on-rails/.ruby-version @@ -0,0 +1 @@ +4.0.5 diff --git a/examples/ruby-on-rails/Gemfile.lock b/examples/ruby-on-rails/Gemfile.lock index e6624b069a..fb8dc514cf 100644 --- a/examples/ruby-on-rails/Gemfile.lock +++ b/examples/ruby-on-rails/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - action_text-trix (2.1.17) + action_text-trix (2.1.19) railties actioncable (8.1.3) actionpack (= 8.1.3) @@ -75,7 +75,7 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - addressable (2.8.8) + addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) base64 (0.3.0) bigdecimal (4.1.2) @@ -89,9 +89,9 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - concurrent-ruby (1.3.6) + concurrent-ruby (1.3.7) connection_pool (3.0.2) - crass (1.0.6) + crass (1.0.7) dartsass-rails (0.5.1) railties (>= 6.0.0) sass-embedded (~> 1.63) @@ -100,63 +100,64 @@ GEM irb (~> 1.10) reline (>= 0.3.8) drb (2.2.3) - erb (6.0.2) + erb (6.0.4) erubi (1.13.1) - globalid (1.3.0) + globalid (1.4.0) activesupport (>= 6.1) - google-protobuf (4.33.3) + google-protobuf (4.35.1) bigdecimal - rake (>= 13) - google-protobuf (4.33.3-aarch64-linux-gnu) + rake (~> 13.3) + google-protobuf (4.35.1-aarch64-linux-gnu) bigdecimal - rake (>= 13) - google-protobuf (4.33.3-aarch64-linux-musl) + rake (~> 13.3) + google-protobuf (4.35.1-aarch64-linux-musl) bigdecimal - rake (>= 13) - google-protobuf (4.33.3-arm64-darwin) + rake (~> 13.3) + google-protobuf (4.35.1-arm64-darwin) bigdecimal - rake (>= 13) - google-protobuf (4.33.3-x86_64-darwin) + rake (~> 13.3) + google-protobuf (4.35.1-x86_64-darwin) bigdecimal - rake (>= 13) - google-protobuf (4.33.3-x86_64-linux-gnu) + rake (~> 13.3) + google-protobuf (4.35.1-x86_64-linux-gnu) bigdecimal - rake (>= 13) - google-protobuf (4.33.3-x86_64-linux-musl) + rake (~> 13.3) + google-protobuf (4.35.1-x86_64-linux-musl) bigdecimal - rake (>= 13) - i18n (1.14.8) + rake (~> 13.3) + i18n (1.15.2) concurrent-ruby (~> 1.0) importmap-rails (2.2.3) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.8.2) - irb (1.16.0) + irb (1.18.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.15.1) actionview (>= 7.0.0) activesupport (>= 7.0.0) - json (2.19.9) + json (2.20.0) logger (1.7.0) loofah (2.25.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mail (2.9.0) + mail (2.9.1) logger mini_mime (>= 0.1.1) net-imap net-pop net-smtp - marcel (1.1.0) + marcel (1.2.1) matrix (0.4.3) mini_mime (1.1.5) minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) - net-imap (0.6.3) + net-imap (0.6.4.1) date net-protocol net-pop (0.1.2) @@ -166,35 +167,32 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.5) - nokogiri (1.19.3-aarch64-linux-gnu) + nokogiri (1.19.4-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.3-aarch64-linux-musl) + nokogiri (1.19.4-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.3-arm-linux-gnu) + nokogiri (1.19.4-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.3-arm-linux-musl) + nokogiri (1.19.4-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.3-arm64-darwin) + nokogiri (1.19.4-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.3-x86_64-darwin) + nokogiri (1.19.4-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.3-x86_64-linux-gnu) + nokogiri (1.19.4-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.3-x86_64-linux-musl) + nokogiri (1.19.4-x86_64-linux-musl) racc (~> 1.4) - pp (0.6.3) + pp (0.6.4) prettyprint prettyprint (0.2.0) prism (1.9.0) - psych (5.3.1) - date - stringio - public_suffix (7.0.2) + public_suffix (7.0.5) puma (8.0.2) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.5) - rack-session (2.1.1) + rack (3.2.6) + rack-session (2.1.2) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) @@ -231,31 +229,36 @@ GEM thor (~> 1.0, >= 1.2.2) tsort (>= 0.2) zeitwerk (~> 2.6) - rake (13.3.1) - rdoc (7.0.3) + rake (13.4.2) + rbs (4.0.3) + logger + prism (>= 1.6.0) + tsort + rdoc (8.0.0) erb - psych (>= 4.0.0) + prism (>= 1.6.0) + rbs (>= 4.0.0) tsort - regexp_parser (2.11.3) + regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) - rubyzip (3.4.0) - sass-embedded (1.97.2-aarch64-linux-gnu) + rubyzip (3.4.1) + sass-embedded (1.101.0-aarch64-linux-gnu) google-protobuf (~> 4.31) - sass-embedded (1.97.2-aarch64-linux-musl) + sass-embedded (1.101.0-aarch64-linux-musl) google-protobuf (~> 4.31) - sass-embedded (1.97.2-arm-linux-gnueabihf) + sass-embedded (1.101.0-arm-linux-gnueabihf) google-protobuf (~> 4.31) - sass-embedded (1.97.2-arm-linux-musleabihf) + sass-embedded (1.101.0-arm-linux-musleabihf) google-protobuf (~> 4.31) - sass-embedded (1.97.2-arm64-darwin) + sass-embedded (1.101.0-arm64-darwin) google-protobuf (~> 4.31) - sass-embedded (1.97.2-x86_64-darwin) + sass-embedded (1.101.0-x86_64-darwin) google-protobuf (~> 4.31) - sass-embedded (1.97.2-x86_64-linux-gnu) + sass-embedded (1.101.0-x86_64-linux-gnu) google-protobuf (~> 4.31) - sass-embedded (1.97.2-x86_64-linux-musl) + sass-embedded (1.101.0-x86_64-linux-musl) google-protobuf (~> 4.31) securerandom (0.4.1) selenium-webdriver (4.45.0) @@ -280,7 +283,6 @@ GEM sqlite3 (2.9.5-x86_64-darwin) sqlite3 (2.9.5-x86_64-linux-gnu) sqlite3 (2.9.5-x86_64-linux-musl) - stringio (3.2.0) thor (1.5.0) timeout (0.6.1) tsort (0.2.0) @@ -289,13 +291,13 @@ GEM uri (1.1.1) useragent (0.16.11) websocket (1.2.11) - websocket-driver (0.8.0) + websocket-driver (0.8.2) base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.5) + zeitwerk (2.8.2) PLATFORMS aarch64-linux-gnu @@ -323,4 +325,4 @@ DEPENDENCIES tzinfo-data BUNDLED WITH - 2.5.9 + 4.0.15