Skip to content

Commit eb0917f

Browse files
Bump activejob, activesupport, rails, railties, activerecord, activemodel, actionview, actionpack and actionmailer (#2497)
Bumps [activejob](https://github.com/rails/rails), [activesupport](https://github.com/rails/rails), [rails](https://github.com/rails/rails), [railties](https://github.com/rails/rails), [activerecord](https://github.com/rails/rails), [activemodel](https://github.com/rails/rails), [actionview](https://github.com/rails/rails), [actionpack](https://github.com/rails/rails) and [actionmailer](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `activejob` from 8.0.4 to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/activejob/CHANGELOG.md) - [Commits](rails/rails@v8.0.4...v8.1.1) Updates `activesupport` from 8.0.4 to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v8.0.4...v8.1.1) Updates `rails` from 8.0.4 to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.4...v8.1.1) Updates `railties` from 8.0.4 to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/railties/CHANGELOG.md) - [Commits](rails/rails@v8.0.4...v8.1.1) Updates `activerecord` from 8.0.4 to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/activerecord/CHANGELOG.md) - [Commits](rails/rails@v8.0.4...v8.1.1) Updates `activemodel` from 8.0.4 to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/activemodel/CHANGELOG.md) - [Commits](rails/rails@v8.0.4...v8.1.1) Updates `actionview` from 8.0.4 to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/actionview/CHANGELOG.md) - [Commits](rails/rails@v8.0.4...v8.1.1) Updates `actionpack` from 8.0.4 to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v8.0.4...v8.1.1) Updates `actionmailer` from 8.0.4 to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/actionmailer/CHANGELOG.md) - [Commits](rails/rails@v8.0.4...v8.1.1) --- updated-dependencies: - dependency-name: activejob dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: activesupport dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: rails dependency-version: 8.1.1 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: railties dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: activerecord dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: activemodel dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: actionview dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: actionpack dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: actionmailer dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5488e30 commit eb0917f

File tree

2 files changed

+76
-74
lines changed

2 files changed

+76
-74
lines changed

Gemfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ ruby File.read('.ruby-version').strip
3030
# Loading only what we use reduces memory use & attack surface.
3131
# gem 'actioncable' # Not used. Client/server comm channel.
3232
# gem 'activestorage' # Not used. Attaches cloud files to ActiveRecord.
33-
gem 'actionmailer', '~> 8.0.1' # Rails. Send email.
34-
gem 'actionpack', '~> 8.0.1' # Rails. MVC framework.
35-
gem 'actionview', '~> 8.0.1' # Rails. View.
36-
gem 'activejob', '~> 8.0.1' # Rails. Async jobs.
37-
gem 'activemodel', '~> 8.0.1' # Rails. Model basics.
38-
gem 'activerecord', '~> 8.0.1' # Rails. ORM and query system.
33+
gem 'actionmailer', '~> 8.1.1' # Rails. Send email.
34+
gem 'actionpack', '~> 8.1.1' # Rails. MVC framework.
35+
gem 'actionview', '~> 8.1.1' # Rails. View.
36+
gem 'activejob', '~> 8.1.1' # Rails. Async jobs.
37+
gem 'activemodel', '~> 8.1.1' # Rails. Model basics.
38+
gem 'activerecord', '~> 8.1.1' # Rails. ORM and query system.
3939
# gem 'activestorage' # Not used. Attaches cloud files to ActiveRecord.
40-
gem 'activesupport', '~> 8.0.1' # Rails. Underlying library.
40+
gem 'activesupport', '~> 8.1.1' # Rails. Underlying library.
4141
# gem 'activetext' # Not used. Text editor that fails to support markdown.
4242
gem 'attr_encrypted', '~> 4' # Simplify encrypting model attributes
4343
gem 'bcrypt', '~> 3.1.18' # Security - for salted hashed interacted passwords
@@ -102,7 +102,7 @@ gem 'rack-headers_filter', '~> 0.0.1' # Filter out "dangerous" headers
102102
# but instead load only what we use (to reduce memory use and attack surface).
103103
# We load sprockets-rails, but its version number isn't kept in sync.
104104
# Note: Update the gem versions of action* and railties in sync.
105-
gem 'railties', '~> 8.0.1' # Rails. Rails core, loads rest of Rails
105+
gem 'railties', '~> 8.1.1' # Rails. Rails core, loads rest of Rails
106106
gem 'rails-i18n', '~> 8.0.1' # Localizations for Rails built-ins
107107
gem 'redcarpet', '~> 3.5' # Process markdown in form textareas (justifications)
108108
gem 'sassc-rails' # compiles .scss (css replacement), replaces sass-rails
@@ -156,7 +156,7 @@ group :development do
156156
# We bring in full rails in development in case we need it for debugging;
157157
# this also keeps some gems happy that don't realize that loading
158158
# only *parts* of Rails is fine:
159-
gem 'rails', '~> 8.0.1' # Rails (our web framework)
159+
gem 'rails', '~> 8.1.1' # Rails (our web framework)
160160
# To update the translation gem, see the process docs in doc/testing.md
161161
gem 'translation', '1.41' # translation.io - translation service
162162
gem 'web-console' # In-browser debugger; use <% console %> or console

Gemfile.lock

Lines changed: 67 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,75 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.4)
5-
actionpack (= 8.0.4)
6-
activesupport (= 8.0.4)
4+
action_text-trix (2.1.15)
5+
railties
6+
actioncable (8.1.1)
7+
actionpack (= 8.1.1)
8+
activesupport (= 8.1.1)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.4)
11-
actionpack (= 8.0.4)
12-
activejob (= 8.0.4)
13-
activerecord (= 8.0.4)
14-
activestorage (= 8.0.4)
15-
activesupport (= 8.0.4)
12+
actionmailbox (8.1.1)
13+
actionpack (= 8.1.1)
14+
activejob (= 8.1.1)
15+
activerecord (= 8.1.1)
16+
activestorage (= 8.1.1)
17+
activesupport (= 8.1.1)
1618
mail (>= 2.8.0)
17-
actionmailer (8.0.4)
18-
actionpack (= 8.0.4)
19-
actionview (= 8.0.4)
20-
activejob (= 8.0.4)
21-
activesupport (= 8.0.4)
19+
actionmailer (8.1.1)
20+
actionpack (= 8.1.1)
21+
actionview (= 8.1.1)
22+
activejob (= 8.1.1)
23+
activesupport (= 8.1.1)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.4)
25-
actionview (= 8.0.4)
26-
activesupport (= 8.0.4)
26+
actionpack (8.1.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
2729
nokogiri (>= 1.8.5)
2830
rack (>= 2.2.4)
2931
rack-session (>= 1.0.1)
3032
rack-test (>= 0.6.3)
3133
rails-dom-testing (~> 2.2)
3234
rails-html-sanitizer (~> 1.6)
3335
useragent (~> 0.16)
34-
actiontext (8.0.4)
35-
actionpack (= 8.0.4)
36-
activerecord (= 8.0.4)
37-
activestorage (= 8.0.4)
38-
activesupport (= 8.0.4)
36+
actiontext (8.1.1)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.1)
39+
activerecord (= 8.1.1)
40+
activestorage (= 8.1.1)
41+
activesupport (= 8.1.1)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.4)
42-
activesupport (= 8.0.4)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4346
builder (~> 3.1)
4447
erubi (~> 1.11)
4548
rails-dom-testing (~> 2.2)
4649
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.4)
48-
activesupport (= 8.0.4)
50+
activejob (8.1.1)
51+
activesupport (= 8.1.1)
4952
globalid (>= 0.3.6)
50-
activemodel (8.0.4)
51-
activesupport (= 8.0.4)
52-
activerecord (8.0.4)
53-
activemodel (= 8.0.4)
54-
activesupport (= 8.0.4)
53+
activemodel (8.1.1)
54+
activesupport (= 8.1.1)
55+
activerecord (8.1.1)
56+
activemodel (= 8.1.1)
57+
activesupport (= 8.1.1)
5558
timeout (>= 0.4.0)
56-
activestorage (8.0.4)
57-
actionpack (= 8.0.4)
58-
activejob (= 8.0.4)
59-
activerecord (= 8.0.4)
60-
activesupport (= 8.0.4)
59+
activestorage (8.1.1)
60+
actionpack (= 8.1.1)
61+
activejob (= 8.1.1)
62+
activerecord (= 8.1.1)
63+
activesupport (= 8.1.1)
6164
marcel (~> 1.0)
62-
activesupport (8.0.4)
65+
activesupport (8.1.1)
6366
base64
64-
benchmark (>= 0.3)
6567
bigdecimal
6668
concurrent-ruby (~> 1.0, >= 1.3.1)
6769
connection_pool (>= 2.2.5)
6870
drb
6971
i18n (>= 1.6, < 2)
72+
json
7073
logger (>= 1.4.2)
7174
minitest (>= 5.1)
7275
securerandom (>= 0.3)
@@ -85,7 +88,6 @@ GEM
8588
awesome_print (1.9.2)
8689
base64 (0.3.0)
8790
bcrypt (3.1.20)
88-
benchmark (0.5.0)
8991
bigdecimal (3.3.1)
9092
bindex (0.8.1)
9193
blind_index (2.7.0)
@@ -382,20 +384,20 @@ GEM
382384
rack-timeout (0.7.0)
383385
rackup (2.2.1)
384386
rack (>= 3)
385-
rails (8.0.4)
386-
actioncable (= 8.0.4)
387-
actionmailbox (= 8.0.4)
388-
actionmailer (= 8.0.4)
389-
actionpack (= 8.0.4)
390-
actiontext (= 8.0.4)
391-
actionview (= 8.0.4)
392-
activejob (= 8.0.4)
393-
activemodel (= 8.0.4)
394-
activerecord (= 8.0.4)
395-
activestorage (= 8.0.4)
396-
activesupport (= 8.0.4)
387+
rails (8.1.1)
388+
actioncable (= 8.1.1)
389+
actionmailbox (= 8.1.1)
390+
actionmailer (= 8.1.1)
391+
actionpack (= 8.1.1)
392+
actiontext (= 8.1.1)
393+
actionview (= 8.1.1)
394+
activejob (= 8.1.1)
395+
activemodel (= 8.1.1)
396+
activerecord (= 8.1.1)
397+
activestorage (= 8.1.1)
398+
activesupport (= 8.1.1)
397399
bundler (>= 1.15.0)
398-
railties (= 8.0.4)
400+
railties (= 8.1.1)
399401
rails-controller-testing (1.0.5)
400402
actionpack (>= 5.0.1.rc1)
401403
actionview (>= 5.0.1.rc1)
@@ -423,9 +425,9 @@ GEM
423425
ruby-progressbar
424426
rails_serve_static_assets (0.0.5)
425427
rails_stdout_logging (0.0.5)
426-
railties (8.0.4)
427-
actionpack (= 8.0.4)
428-
activesupport (= 8.0.4)
428+
railties (8.1.1)
429+
actionpack (= 8.1.1)
430+
activesupport (= 8.1.1)
429431
irb (~> 1.13)
430432
rackup (>= 1.0.0)
431433
rake (>= 12.2)
@@ -545,7 +547,7 @@ GEM
545547
unicode-emoji (~> 4.1)
546548
unicode-emoji (4.1.0)
547549
uniform_notifier (1.18.0)
548-
uri (1.1.0)
550+
uri (1.1.1)
549551
useragent (0.16.11)
550552
vcr (5.0.0)
551553
version_gem (1.1.9)
@@ -587,13 +589,13 @@ PLATFORMS
587589
x86_64-linux-musl
588590

589591
DEPENDENCIES
590-
actionmailer (~> 8.0.1)
591-
actionpack (~> 8.0.1)
592-
actionview (~> 8.0.1)
593-
activejob (~> 8.0.1)
594-
activemodel (~> 8.0.1)
595-
activerecord (~> 8.0.1)
596-
activesupport (~> 8.0.1)
592+
actionmailer (~> 8.1.1)
593+
actionpack (~> 8.1.1)
594+
actionview (~> 8.1.1)
595+
activejob (~> 8.1.1)
596+
activemodel (~> 8.1.1)
597+
activerecord (~> 8.1.1)
598+
activesupport (~> 8.1.1)
597599
attr_encrypted (~> 4)
598600
awesome_print
599601
bcrypt (~> 3.1.18)
@@ -640,12 +642,12 @@ DEPENDENCIES
640642
rack-cors (~> 3.0)
641643
rack-headers_filter (~> 0.0.1)
642644
rack-timeout (~> 0.7.0)
643-
rails (~> 8.0.1)
645+
rails (~> 8.1.1)
644646
rails-controller-testing (~> 1.0)
645647
rails-i18n (~> 8.0.1)
646648
rails_12factor (~> 0.0.3)
647649
rails_best_practices (~> 1.20)
648-
railties (~> 8.0.1)
650+
railties (~> 8.1.1)
649651
redcarpet (~> 3.5)
650652
rubocop (~> 1.80)
651653
rubocop-performance (~> 1.20)

0 commit comments

Comments
 (0)