Skip to content

Commit 9ab90d0

Browse files
build(deps): bump railties, actionpack, actionview and activemodel (#4616)
Bumps [railties](https://github.com/rails/rails), [actionpack](https://github.com/rails/rails), [actionview](https://github.com/rails/rails) and [activemodel](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `railties` from 8.0.3 to 8.1.0 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.0/railties/CHANGELOG.md) - [Commits](rails/rails@v8.0.3...v8.1.0) Updates `actionpack` from 8.0.3 to 8.1.0 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.0/actionpack/CHANGELOG.md) - [Commits](rails/rails@v8.0.3...v8.1.0) Updates `actionview` from 8.0.3 to 8.1.0 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.0/actionview/CHANGELOG.md) - [Commits](rails/rails@v8.0.3...v8.1.0) Updates `activemodel` from 8.0.3 to 8.1.0 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.0/activemodel/CHANGELOG.md) - [Commits](rails/rails@v8.0.3...v8.1.0) --- updated-dependencies: - dependency-name: railties dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: actionpack dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: actionview dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: activemodel dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c4f25c commit 9ab90d0

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ gem 'uri', '~> 1.0'
4545
gem 'vmstat', '~> 2.3'
4646

4747
# Rails Components
48-
gem 'actionpack', '~> 8.0.3'
49-
gem 'actionview', '~> 8.0.1'
50-
gem 'activemodel', '~> 8.0.2'
51-
gem 'railties', '~> 8.0.3'
48+
gem 'actionpack', '~> 8.1.0'
49+
gem 'actionview', '~> 8.1.0'
50+
gem 'activemodel', '~> 8.1.0'
51+
gem 'railties', '~> 8.1.0'
5252

5353
gem 'azure-storage-blob', git: 'https://github.com/sethboyles/azure-storage-ruby.git', branch: 'x-ms-blob-content-type-fix-1.1'
5454

Gemfile.lock

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -42,32 +42,32 @@ GIT
4242
GEM
4343
remote: https://rubygems.org/
4444
specs:
45-
actionpack (8.0.3)
46-
actionview (= 8.0.3)
47-
activesupport (= 8.0.3)
45+
actionpack (8.1.0)
46+
actionview (= 8.1.0)
47+
activesupport (= 8.1.0)
4848
nokogiri (>= 1.8.5)
4949
rack (>= 2.2.4)
5050
rack-session (>= 1.0.1)
5151
rack-test (>= 0.6.3)
5252
rails-dom-testing (~> 2.2)
5353
rails-html-sanitizer (~> 1.6)
5454
useragent (~> 0.16)
55-
actionview (8.0.3)
56-
activesupport (= 8.0.3)
55+
actionview (8.1.0)
56+
activesupport (= 8.1.0)
5757
builder (~> 3.1)
5858
erubi (~> 1.11)
5959
rails-dom-testing (~> 2.2)
6060
rails-html-sanitizer (~> 1.6)
61-
activemodel (8.0.3)
62-
activesupport (= 8.0.3)
63-
activesupport (8.0.3)
61+
activemodel (8.1.0)
62+
activesupport (= 8.1.0)
63+
activesupport (8.1.0)
6464
base64
65-
benchmark (>= 0.3)
6665
bigdecimal
6766
concurrent-ruby (~> 1.0, >= 1.3.1)
6867
connection_pool (>= 2.2.5)
6968
drb
7069
i18n (>= 1.6, < 2)
70+
json
7171
logger (>= 1.4.2)
7272
minitest (>= 5.1)
7373
securerandom (>= 0.3)
@@ -105,8 +105,8 @@ GEM
105105
backport (1.2.0)
106106
base64 (0.3.0)
107107
beefcake (1.0.0)
108-
benchmark (0.4.1)
109-
bigdecimal (3.2.3)
108+
benchmark (0.5.0)
109+
bigdecimal (3.3.1)
110110
bit-struct (0.17)
111111
builder (3.3.0)
112112
byebug (12.0.0)
@@ -142,7 +142,7 @@ GEM
142142
docile (1.1.5)
143143
domain_name (0.6.20240107)
144144
drb (2.2.3)
145-
erb (5.0.2)
145+
erb (5.1.1)
146146
erubi (1.13.1)
147147
eventmachine (1.2.7)
148148
excon (1.3.0)
@@ -321,7 +321,7 @@ GEM
321321
mime-types-data (3.2025.0924)
322322
mini_mime (1.1.5)
323323
mini_portile2 (2.8.9)
324-
minitest (5.25.5)
324+
minitest (5.26.0)
325325
mock_redis (0.52.0)
326326
redis (~> 5)
327327
ms_rest (0.6.4)
@@ -372,7 +372,7 @@ GEM
372372
pg (1.6.2)
373373
pg (1.6.2-x86_64-darwin)
374374
pg (1.6.2-x86_64-linux)
375-
pp (0.6.2)
375+
pp (0.6.3)
376376
prettyprint
377377
prettyprint (0.2.0)
378378
prism (1.6.0)
@@ -409,9 +409,9 @@ GEM
409409
rails-html-sanitizer (1.6.2)
410410
loofah (~> 2.21)
411411
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)
412-
railties (8.0.3)
413-
actionpack (= 8.0.3)
414-
activesupport (= 8.0.3)
412+
railties (8.1.0)
413+
actionpack (= 8.1.0)
414+
activesupport (= 8.1.0)
415415
irb (~> 1.13)
416416
rackup (>= 1.0.0)
417417
rake (>= 12.2)
@@ -425,9 +425,10 @@ GEM
425425
ffi (~> 1.0)
426426
rbs (3.9.5)
427427
logger
428-
rdoc (6.14.2)
428+
rdoc (6.15.0)
429429
erb
430430
psych (>= 4.0.0)
431+
tsort
431432
redis (5.4.1)
432433
redis-client (>= 0.22.0)
433434
redis-client (0.25.2)
@@ -630,9 +631,9 @@ PLATFORMS
630631
x86_64-linux
631632

632633
DEPENDENCIES
633-
actionpack (~> 8.0.3)
634-
actionview (~> 8.0.1)
635-
activemodel (~> 8.0.2)
634+
actionpack (~> 8.1.0)
635+
actionview (~> 8.1.0)
636+
activemodel (~> 8.1.0)
636637
addressable
637638
allowy (>= 2.1.0)
638639
azure-storage-blob!
@@ -682,7 +683,7 @@ DEPENDENCIES
682683
public_suffix
683684
puma
684685
rack-test
685-
railties (~> 8.0.3)
686+
railties (~> 8.1.0)
686687
rake
687688
redis
688689
roodi

0 commit comments

Comments
 (0)