Skip to content

Commit ef66d07

Browse files
chore(deps): Bump rails from 8.1.1 to 8.1.2
Bumps [rails](https://github.com/rails/rails) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.1.1...v8.1.2) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e6ea95 commit ef66d07

2 files changed

Lines changed: 60 additions & 60 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source 'https://rubygems.org'
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6-
gem 'rails', '~> 8.1.1'
6+
gem 'rails', '~> 8.1.2'
77
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
88
gem 'propshaft'
99
# Use postgresql as the database for Active Record

Gemfile.lock

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -12,66 +12,66 @@ GEM
1212
specs:
1313
action_text-trix (2.1.16)
1414
railties
15-
actioncable (8.1.1)
16-
actionpack (= 8.1.1)
17-
activesupport (= 8.1.1)
15+
actioncable (8.1.2)
16+
actionpack (= 8.1.2)
17+
activesupport (= 8.1.2)
1818
nio4r (~> 2.0)
1919
websocket-driver (>= 0.6.1)
2020
zeitwerk (~> 2.6)
21-
actionmailbox (8.1.1)
22-
actionpack (= 8.1.1)
23-
activejob (= 8.1.1)
24-
activerecord (= 8.1.1)
25-
activestorage (= 8.1.1)
26-
activesupport (= 8.1.1)
21+
actionmailbox (8.1.2)
22+
actionpack (= 8.1.2)
23+
activejob (= 8.1.2)
24+
activerecord (= 8.1.2)
25+
activestorage (= 8.1.2)
26+
activesupport (= 8.1.2)
2727
mail (>= 2.8.0)
28-
actionmailer (8.1.1)
29-
actionpack (= 8.1.1)
30-
actionview (= 8.1.1)
31-
activejob (= 8.1.1)
32-
activesupport (= 8.1.1)
28+
actionmailer (8.1.2)
29+
actionpack (= 8.1.2)
30+
actionview (= 8.1.2)
31+
activejob (= 8.1.2)
32+
activesupport (= 8.1.2)
3333
mail (>= 2.8.0)
3434
rails-dom-testing (~> 2.2)
35-
actionpack (8.1.1)
36-
actionview (= 8.1.1)
37-
activesupport (= 8.1.1)
35+
actionpack (8.1.2)
36+
actionview (= 8.1.2)
37+
activesupport (= 8.1.2)
3838
nokogiri (>= 1.8.5)
3939
rack (>= 2.2.4)
4040
rack-session (>= 1.0.1)
4141
rack-test (>= 0.6.3)
4242
rails-dom-testing (~> 2.2)
4343
rails-html-sanitizer (~> 1.6)
4444
useragent (~> 0.16)
45-
actiontext (8.1.1)
45+
actiontext (8.1.2)
4646
action_text-trix (~> 2.1.15)
47-
actionpack (= 8.1.1)
48-
activerecord (= 8.1.1)
49-
activestorage (= 8.1.1)
50-
activesupport (= 8.1.1)
47+
actionpack (= 8.1.2)
48+
activerecord (= 8.1.2)
49+
activestorage (= 8.1.2)
50+
activesupport (= 8.1.2)
5151
globalid (>= 0.6.0)
5252
nokogiri (>= 1.8.5)
53-
actionview (8.1.1)
54-
activesupport (= 8.1.1)
53+
actionview (8.1.2)
54+
activesupport (= 8.1.2)
5555
builder (~> 3.1)
5656
erubi (~> 1.11)
5757
rails-dom-testing (~> 2.2)
5858
rails-html-sanitizer (~> 1.6)
59-
activejob (8.1.1)
60-
activesupport (= 8.1.1)
59+
activejob (8.1.2)
60+
activesupport (= 8.1.2)
6161
globalid (>= 0.3.6)
62-
activemodel (8.1.1)
63-
activesupport (= 8.1.1)
64-
activerecord (8.1.1)
65-
activemodel (= 8.1.1)
66-
activesupport (= 8.1.1)
62+
activemodel (8.1.2)
63+
activesupport (= 8.1.2)
64+
activerecord (8.1.2)
65+
activemodel (= 8.1.2)
66+
activesupport (= 8.1.2)
6767
timeout (>= 0.4.0)
68-
activestorage (8.1.1)
69-
actionpack (= 8.1.1)
70-
activejob (= 8.1.1)
71-
activerecord (= 8.1.1)
72-
activesupport (= 8.1.1)
68+
activestorage (8.1.2)
69+
actionpack (= 8.1.2)
70+
activejob (= 8.1.2)
71+
activerecord (= 8.1.2)
72+
activesupport (= 8.1.2)
7373
marcel (~> 1.0)
74-
activesupport (8.1.1)
74+
activesupport (8.1.2)
7575
base64
7676
bigdecimal
7777
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -139,7 +139,7 @@ GEM
139139
thor (~> 1.3)
140140
zeitwerk (~> 2.6)
141141
concurrent-ruby (1.3.6)
142-
connection_pool (2.5.5)
142+
connection_pool (3.0.2)
143143
console (1.34.2)
144144
fiber-annotation
145145
fiber-local (~> 1.1)
@@ -317,9 +317,9 @@ GEM
317317
nanoid (2.0.0)
318318
net-http (0.9.1)
319319
uri (>= 0.11.1)
320-
net-http-persistent (4.0.6)
321-
connection_pool (~> 2.2, >= 2.2.4)
322-
net-imap (0.5.12)
320+
net-http-persistent (4.0.8)
321+
connection_pool (>= 2.2.4, < 4)
322+
net-imap (0.6.2)
323323
date
324324
net-protocol
325325
net-pop (0.1.2)
@@ -377,20 +377,20 @@ GEM
377377
rack (>= 1.3)
378378
rackup (2.3.1)
379379
rack (>= 3)
380-
rails (8.1.1)
381-
actioncable (= 8.1.1)
382-
actionmailbox (= 8.1.1)
383-
actionmailer (= 8.1.1)
384-
actionpack (= 8.1.1)
385-
actiontext (= 8.1.1)
386-
actionview (= 8.1.1)
387-
activejob (= 8.1.1)
388-
activemodel (= 8.1.1)
389-
activerecord (= 8.1.1)
390-
activestorage (= 8.1.1)
391-
activesupport (= 8.1.1)
380+
rails (8.1.2)
381+
actioncable (= 8.1.2)
382+
actionmailbox (= 8.1.2)
383+
actionmailer (= 8.1.2)
384+
actionpack (= 8.1.2)
385+
actiontext (= 8.1.2)
386+
actionview (= 8.1.2)
387+
activejob (= 8.1.2)
388+
activemodel (= 8.1.2)
389+
activerecord (= 8.1.2)
390+
activestorage (= 8.1.2)
391+
activesupport (= 8.1.2)
392392
bundler (>= 1.15.0)
393-
railties (= 8.1.1)
393+
railties (= 8.1.2)
394394
rails-dom-testing (2.3.0)
395395
activesupport (>= 5.0.0)
396396
minitest
@@ -401,9 +401,9 @@ GEM
401401
rails-i18n (8.1.0)
402402
i18n (>= 0.7, < 2)
403403
railties (>= 8.0.0, < 9)
404-
railties (8.1.1)
405-
actionpack (= 8.1.1)
406-
activesupport (= 8.1.1)
404+
railties (8.1.2)
405+
actionpack (= 8.1.2)
406+
activesupport (= 8.1.2)
407407
irb (~> 1.13)
408408
rackup (>= 1.0.0)
409409
rake (>= 12.2)
@@ -534,7 +534,7 @@ GEM
534534
thruster (0.1.17-x86_64-linux)
535535
tilt (2.6.1)
536536
timecop (0.9.10)
537-
timeout (0.4.4)
537+
timeout (0.6.0)
538538
traces (0.18.2)
539539
tsort (0.2.0)
540540
turbo-rails (2.0.21)
@@ -613,7 +613,7 @@ DEPENDENCIES
613613
pg (~> 1.6)
614614
propshaft
615615
puma (>= 5.0)
616-
rails (~> 8.1.1)
616+
rails (~> 8.1.2)
617617
rails-i18n (~> 8.0)
618618
redis (~> 5.4)
619619
request_store

0 commit comments

Comments
 (0)