Skip to content

Commit 0b0fd51

Browse files
authored
Merge pull request #806 from ecosyste-ms/dependabot/bundler/multi-0e4ea67a64
Bump activesupport, railties, actionpack, actionview, activerecord and activemodel
2 parents 289fe7d + a126b3f commit 0b0fd51

File tree

2 files changed

+33
-35
lines changed

2 files changed

+33
-35
lines changed

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '3.4.7'
55

66
# Rails components
7-
gem "activemodel", "~> 8.0.0"
8-
gem "activerecord", "~> 8.0.0"
9-
gem "actionpack", "~> 8.0.0"
10-
gem "actionview", "~> 8.0.0"
11-
gem "railties", "~> 8.0.0"
12-
gem "activesupport", "~> 8.0.0"
7+
gem "activemodel", "~> 8.1.1"
8+
gem "activerecord", "~> 8.1.1"
9+
gem "actionpack", "~> 8.1.1"
10+
gem "actionview", "~> 8.1.1"
11+
gem "railties", "~> 8.1.1"
12+
gem "activesupport", "~> 8.1.1"
1313

1414
gem "secure_headers"
1515
gem "sprockets-rails"

Gemfile.lock

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionpack (8.0.4)
5-
actionview (= 8.0.4)
6-
activesupport (= 8.0.4)
4+
actionpack (8.1.1)
5+
actionview (= 8.1.1)
6+
activesupport (= 8.1.1)
77
nokogiri (>= 1.8.5)
88
rack (>= 2.2.4)
99
rack-session (>= 1.0.1)
1010
rack-test (>= 0.6.3)
1111
rails-dom-testing (~> 2.2)
1212
rails-html-sanitizer (~> 1.6)
1313
useragent (~> 0.16)
14-
actionview (8.0.4)
15-
activesupport (= 8.0.4)
14+
actionview (8.1.1)
15+
activesupport (= 8.1.1)
1616
builder (~> 3.1)
1717
erubi (~> 1.11)
1818
rails-dom-testing (~> 2.2)
1919
rails-html-sanitizer (~> 1.6)
20-
activemodel (8.0.4)
21-
activesupport (= 8.0.4)
22-
activerecord (8.0.4)
23-
activemodel (= 8.0.4)
24-
activesupport (= 8.0.4)
20+
activemodel (8.1.1)
21+
activesupport (= 8.1.1)
22+
activerecord (8.1.1)
23+
activemodel (= 8.1.1)
24+
activesupport (= 8.1.1)
2525
timeout (>= 0.4.0)
26-
activesupport (8.0.4)
26+
activesupport (8.1.1)
2727
base64
28-
benchmark (>= 0.3)
2928
bigdecimal
3029
concurrent-ruby (~> 1.0, >= 1.3.1)
3130
connection_pool (>= 2.2.5)
3231
drb
3332
i18n (>= 1.6, < 2)
33+
json
3434
logger (>= 1.4.2)
3535
minitest (>= 5.1)
3636
securerandom (>= 0.3)
@@ -42,7 +42,6 @@ GEM
4242
logger
4343
rack (>= 2.0.0)
4444
base64 (0.3.0)
45-
benchmark (0.5.0)
4645
bigdecimal (3.3.1)
4746
bindex (0.8.1)
4847
bootsnap (1.18.6)
@@ -200,9 +199,9 @@ GEM
200199
rails-html-sanitizer (1.6.2)
201200
loofah (~> 2.21)
202201
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)
203-
railties (8.0.4)
204-
actionpack (= 8.0.4)
205-
activesupport (= 8.0.4)
202+
railties (8.1.1)
203+
actionpack (= 8.1.1)
204+
activesupport (= 8.1.1)
206205
irb (~> 1.13)
207206
rackup (>= 1.0.0)
208207
rake (>= 12.2)
@@ -297,11 +296,11 @@ PLATFORMS
297296
x86_64-linux-musl
298297

299298
DEPENDENCIES
300-
actionpack (~> 8.0.0)
301-
actionview (~> 8.0.0)
302-
activemodel (~> 8.0.0)
303-
activerecord (~> 8.0.0)
304-
activesupport (~> 8.0.0)
299+
actionpack (~> 8.1.1)
300+
actionview (~> 8.1.1)
301+
activemodel (~> 8.1.1)
302+
activerecord (~> 8.1.1)
303+
activesupport (~> 8.1.1)
305304
addressable
306305
appsignal
307306
bootsnap
@@ -328,7 +327,7 @@ DEPENDENCIES
328327
puma
329328
rack-cors
330329
rails-controller-testing
331-
railties (~> 8.0.0)
330+
railties (~> 8.1.1)
332331
redis
333332
rswag-api
334333
rswag-ui
@@ -345,15 +344,14 @@ DEPENDENCIES
345344
webmock
346345

347346
CHECKSUMS
348-
actionpack (8.0.4) sha256=0364c7582f32c8f404725fa30d3f6853f834c5f4964afd4a072b848c8a23cddb
349-
actionview (8.0.4) sha256=5bd3c41ee7a59e14cf062bb5e4ee53c9a253d12fc13c8754cae368012e1a1648
350-
activemodel (8.0.4) sha256=8f4e4fac3cd104b1bf30419c3745206f6f724c0e2902a939b4113f4c90730dfd
351-
activerecord (8.0.4) sha256=bda32c171799e5ca5460447d3b7272ed14447244e2497abf2107f87fc44cbf32
352-
activesupport (8.0.4) sha256=894a3a6c7733b5fae5a7df3acd76c4b563f38687df8a04fa3cbd25360f3fe95a
347+
actionpack (8.1.1) sha256=192e27c39a63c7d801ac7b6d50505f265e389516985eed9b2ee364896a6a06d7
348+
actionview (8.1.1) sha256=ca480c8b099dea0862b0934f24182b84c2d29092e7dbf464fb3e6d4eb9b468dc
349+
activemodel (8.1.1) sha256=8b7e2496b9e333ced06248c16a43217b950192c98e0fe3aa117eee21501c6fbd
350+
activerecord (8.1.1) sha256=e32c3a03e364fd803498eb4150c21bedc995aa83bc27122a94d480ab1dcb3d17
351+
activesupport (8.1.1) sha256=5e92534e8d0c8b8b5e6b16789c69dbea65c1d7b752269f71a39422e9546cea67
353352
addressable (2.8.7) sha256=462986537cf3735ab5f3c0f557f14155d778f4b43ea4f485a9deb9c8f7c58232
354353
appsignal (4.7.5) sha256=bfbf741ca742e2d4bf33766ca281f35aa6750819d73fd59d34d11415e4cab494
355354
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
356-
benchmark (0.5.0) sha256=465df122341aedcb81a2a24b4d3bd19b6c67c1530713fd533f3ff034e419236c
357355
bigdecimal (3.3.1) sha256=eaa01e228be54c4f9f53bf3cc34fe3d5e845c31963e7fcc5bedb05a4e7d52218
358356
bindex (0.8.1) sha256=7b1ecc9dc539ed8bccfc8cb4d2732046227b09d6f37582ff12e50a5047ceb17e
359357
bootsnap (1.18.6) sha256=0ae2393c1e911e38be0f24e9173e7be570c3650128251bf06240046f84a07d00
@@ -438,7 +436,7 @@ CHECKSUMS
438436
rails-controller-testing (1.0.5) sha256=741448db59366073e86fc965ba403f881c636b79a2c39a48d0486f2607182e94
439437
rails-dom-testing (2.3.0) sha256=8acc7953a7b911ca44588bf08737bc16719f431a1cc3091a292bca7317925c1d
440438
rails-html-sanitizer (1.6.2) sha256=35fce2ca8242da8775c83b6ba9c1bcaad6751d9eb73c1abaa8403475ab89a560
441-
railties (8.0.4) sha256=8203d853dcffab4abcdd05c193f101676a92068075464694790f6d8f72d5cb47
439+
railties (8.1.1) sha256=fb0c7038b147bea41bf6697fa443ff1c5c47d3bb1eedd9ecf1bceeb90efcb868
442440
rake (13.3.1) sha256=8c9e89d09f66a26a01264e7e3480ec0607f0c497a861ef16063604b1b08eb19c
443441
rdoc (6.15.1) sha256=28bfac73cd8b226a8079f53a564ceaccdb5b4480e34335100001570ddb1a481a
444442
redis (5.4.1) sha256=b5e675b57ad22b15c9bcc765d5ac26f60b675408af916d31527af9bd5a81faae

0 commit comments

Comments
 (0)