-
Notifications
You must be signed in to change notification settings - Fork 12
build(deps): bump activerecord from 8.0.3 to 8.1.3 #990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,72 +1,75 @@ | ||
| GEM | ||
| remote: https://rubygems.org/ | ||
| specs: | ||
| actioncable (8.0.3) | ||
| actionpack (= 8.0.3) | ||
| activesupport (= 8.0.3) | ||
| action_text-trix (2.1.18) | ||
| railties | ||
| actioncable (8.1.3) | ||
| actionpack (= 8.1.3) | ||
| activesupport (= 8.1.3) | ||
| nio4r (~> 2.0) | ||
| websocket-driver (>= 0.6.1) | ||
| zeitwerk (~> 2.6) | ||
| actionmailbox (8.0.3) | ||
| actionpack (= 8.0.3) | ||
| activejob (= 8.0.3) | ||
| activerecord (= 8.0.3) | ||
| activestorage (= 8.0.3) | ||
| activesupport (= 8.0.3) | ||
| actionmailbox (8.1.3) | ||
| actionpack (= 8.1.3) | ||
| activejob (= 8.1.3) | ||
| activerecord (= 8.1.3) | ||
| activestorage (= 8.1.3) | ||
| activesupport (= 8.1.3) | ||
| mail (>= 2.8.0) | ||
| actionmailer (8.0.3) | ||
| actionpack (= 8.0.3) | ||
| actionview (= 8.0.3) | ||
| activejob (= 8.0.3) | ||
| activesupport (= 8.0.3) | ||
| actionmailer (8.1.3) | ||
| actionpack (= 8.1.3) | ||
| actionview (= 8.1.3) | ||
| activejob (= 8.1.3) | ||
| activesupport (= 8.1.3) | ||
| mail (>= 2.8.0) | ||
| rails-dom-testing (~> 2.2) | ||
| actionpack (8.0.3) | ||
| actionview (= 8.0.3) | ||
| activesupport (= 8.0.3) | ||
| actionpack (8.1.3) | ||
| actionview (= 8.1.3) | ||
| activesupport (= 8.1.3) | ||
| nokogiri (>= 1.8.5) | ||
| rack (>= 2.2.4) | ||
| rack-session (>= 1.0.1) | ||
| rack-test (>= 0.6.3) | ||
| rails-dom-testing (~> 2.2) | ||
| rails-html-sanitizer (~> 1.6) | ||
| useragent (~> 0.16) | ||
| actiontext (8.0.3) | ||
| actionpack (= 8.0.3) | ||
| activerecord (= 8.0.3) | ||
| activestorage (= 8.0.3) | ||
| activesupport (= 8.0.3) | ||
| actiontext (8.1.3) | ||
| action_text-trix (~> 2.1.15) | ||
| actionpack (= 8.1.3) | ||
| activerecord (= 8.1.3) | ||
| activestorage (= 8.1.3) | ||
| activesupport (= 8.1.3) | ||
| globalid (>= 0.6.0) | ||
| nokogiri (>= 1.8.5) | ||
| actionview (8.0.3) | ||
| activesupport (= 8.0.3) | ||
| actionview (8.1.3) | ||
| activesupport (= 8.1.3) | ||
| builder (~> 3.1) | ||
| erubi (~> 1.11) | ||
| rails-dom-testing (~> 2.2) | ||
| rails-html-sanitizer (~> 1.6) | ||
| activejob (8.0.3) | ||
| activesupport (= 8.0.3) | ||
| activejob (8.1.3) | ||
| activesupport (= 8.1.3) | ||
| globalid (>= 0.3.6) | ||
| activemodel (8.0.3) | ||
| activesupport (= 8.0.3) | ||
| activerecord (8.0.3) | ||
| activemodel (= 8.0.3) | ||
| activesupport (= 8.0.3) | ||
| activemodel (8.1.3) | ||
| activesupport (= 8.1.3) | ||
| activerecord (8.1.3) | ||
| activemodel (= 8.1.3) | ||
| activesupport (= 8.1.3) | ||
| timeout (>= 0.4.0) | ||
| activestorage (8.0.3) | ||
| actionpack (= 8.0.3) | ||
| activejob (= 8.0.3) | ||
| activerecord (= 8.0.3) | ||
| activesupport (= 8.0.3) | ||
| activestorage (8.1.3) | ||
| actionpack (= 8.1.3) | ||
| activejob (= 8.1.3) | ||
| activerecord (= 8.1.3) | ||
| activesupport (= 8.1.3) | ||
| marcel (~> 1.0) | ||
| activesupport (8.0.3) | ||
| activesupport (8.1.3) | ||
| base64 | ||
| benchmark (>= 0.3) | ||
| bigdecimal | ||
| concurrent-ruby (~> 1.0, >= 1.3.1) | ||
| connection_pool (>= 2.2.5) | ||
| drb | ||
| i18n (>= 1.6, < 2) | ||
| json | ||
| logger (>= 1.4.2) | ||
| minitest (>= 5.1) | ||
| securerandom (>= 0.3) | ||
|
|
@@ -76,7 +79,6 @@ GEM | |
| public_suffix (>= 2.0.2, < 7.0) | ||
| ast (2.4.3) | ||
| base64 (0.3.0) | ||
| benchmark (0.4.1) | ||
| bigdecimal (3.2.3) | ||
| bindex (0.8.1) | ||
| bootsnap (1.18.6) | ||
|
|
@@ -92,8 +94,8 @@ GEM | |
| regexp_parser (>= 1.5, < 3.0) | ||
| xpath (~> 3.2) | ||
| coderay (1.1.3) | ||
| concurrent-ruby (1.3.5) | ||
| connection_pool (2.5.4) | ||
| concurrent-ruby (1.3.6) | ||
| connection_pool (3.0.2) | ||
| crass (1.0.6) | ||
| dark_finger (0.6.1) | ||
| rubocop (>= 0.51.0) | ||
|
|
@@ -118,7 +120,7 @@ GEM | |
| tilt | ||
| hamli (0.5.1) | ||
| temple | ||
| i18n (1.14.7) | ||
| i18n (1.14.8) | ||
| concurrent-ruby (~> 1.0) | ||
| importmap-rails (2.2.2) | ||
| actionpack (>= 6.0.0) | ||
|
|
@@ -148,7 +150,9 @@ GEM | |
| matrix (0.4.3) | ||
| method_source (1.1.0) | ||
| mini_mime (1.1.5) | ||
| minitest (5.25.5) | ||
| minitest (6.0.6) | ||
| drb (~> 2.0) | ||
| prism (~> 1.5) | ||
| mocha (2.7.1) | ||
| ruby2_keywords (>= 0.0.5) | ||
| msgpack (1.8.0) | ||
|
|
@@ -214,30 +218,30 @@ GEM | |
| rack (>= 1.3) | ||
| rackup (2.2.1) | ||
| rack (>= 3) | ||
| rails (8.0.3) | ||
| actioncable (= 8.0.3) | ||
| actionmailbox (= 8.0.3) | ||
| actionmailer (= 8.0.3) | ||
| actionpack (= 8.0.3) | ||
| actiontext (= 8.0.3) | ||
| actionview (= 8.0.3) | ||
| activejob (= 8.0.3) | ||
| activemodel (= 8.0.3) | ||
| activerecord (= 8.0.3) | ||
| activestorage (= 8.0.3) | ||
| activesupport (= 8.0.3) | ||
| rails (8.1.3) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 HIGH RISK Updating Rails to 8.1.3 requires running the update task to sync configuration defaults and binary stubs. This PR is currently missing those changes. Try running the following prompt in your coding agent:
|
||
| actioncable (= 8.1.3) | ||
| actionmailbox (= 8.1.3) | ||
| actionmailer (= 8.1.3) | ||
| actionpack (= 8.1.3) | ||
| actiontext (= 8.1.3) | ||
| actionview (= 8.1.3) | ||
| activejob (= 8.1.3) | ||
| activemodel (= 8.1.3) | ||
| activerecord (= 8.1.3) | ||
| activestorage (= 8.1.3) | ||
| activesupport (= 8.1.3) | ||
| bundler (>= 1.15.0) | ||
| railties (= 8.0.3) | ||
| railties (= 8.1.3) | ||
| rails-dom-testing (2.3.0) | ||
| activesupport (>= 5.0.0) | ||
| minitest | ||
| nokogiri (>= 1.6) | ||
| rails-html-sanitizer (1.6.2) | ||
| loofah (~> 2.21) | ||
| nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) | ||
| railties (8.0.3) | ||
| actionpack (= 8.0.3) | ||
| activesupport (= 8.0.3) | ||
| railties (8.1.3) | ||
| actionpack (= 8.1.3) | ||
| activesupport (= 8.1.3) | ||
| irb (~> 1.13) | ||
| rackup (>= 1.0.0) | ||
| rake (>= 12.2) | ||
|
|
@@ -413,7 +417,7 @@ GEM | |
| temple (0.10.4) | ||
| thor (1.4.0) | ||
| tilt (2.6.1) | ||
| timeout (0.4.3) | ||
| timeout (0.6.1) | ||
| tsort (0.2.0) | ||
| turbo-rails (2.0.16) | ||
| actionpack (>= 7.1.0) | ||
|
|
@@ -423,7 +427,7 @@ GEM | |
| unicode-display_width (3.2.0) | ||
| unicode-emoji (~> 4.1) | ||
| unicode-emoji (4.1.0) | ||
| uri (1.0.3) | ||
| uri (1.1.1) | ||
| useragent (0.16.11) | ||
| version_gem (1.1.9) | ||
| web-console (4.2.1) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟡 MEDIUM RISK
The dependency on the
benchmarkgem was removed in ActiveSupport 8.1. If your codebase uses theBenchmarkmodule, you must add it to yourGemfileto preventNameErrororLoadErrorexceptions.Try running the following prompt in your coding agent: