Skip to content

Commit 4e87b58

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 0e816e2 commit 4e87b58

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
@@ -27,66 +27,66 @@ GEM
2727
specs:
2828
action_text-trix (2.1.16)
2929
railties
30-
actioncable (8.1.1)
31-
actionpack (= 8.1.1)
32-
activesupport (= 8.1.1)
30+
actioncable (8.1.2)
31+
actionpack (= 8.1.2)
32+
activesupport (= 8.1.2)
3333
nio4r (~> 2.0)
3434
websocket-driver (>= 0.6.1)
3535
zeitwerk (~> 2.6)
36-
actionmailbox (8.1.1)
37-
actionpack (= 8.1.1)
38-
activejob (= 8.1.1)
39-
activerecord (= 8.1.1)
40-
activestorage (= 8.1.1)
41-
activesupport (= 8.1.1)
36+
actionmailbox (8.1.2)
37+
actionpack (= 8.1.2)
38+
activejob (= 8.1.2)
39+
activerecord (= 8.1.2)
40+
activestorage (= 8.1.2)
41+
activesupport (= 8.1.2)
4242
mail (>= 2.8.0)
43-
actionmailer (8.1.1)
44-
actionpack (= 8.1.1)
45-
actionview (= 8.1.1)
46-
activejob (= 8.1.1)
47-
activesupport (= 8.1.1)
43+
actionmailer (8.1.2)
44+
actionpack (= 8.1.2)
45+
actionview (= 8.1.2)
46+
activejob (= 8.1.2)
47+
activesupport (= 8.1.2)
4848
mail (>= 2.8.0)
4949
rails-dom-testing (~> 2.2)
50-
actionpack (8.1.1)
51-
actionview (= 8.1.1)
52-
activesupport (= 8.1.1)
50+
actionpack (8.1.2)
51+
actionview (= 8.1.2)
52+
activesupport (= 8.1.2)
5353
nokogiri (>= 1.8.5)
5454
rack (>= 2.2.4)
5555
rack-session (>= 1.0.1)
5656
rack-test (>= 0.6.3)
5757
rails-dom-testing (~> 2.2)
5858
rails-html-sanitizer (~> 1.6)
5959
useragent (~> 0.16)
60-
actiontext (8.1.1)
60+
actiontext (8.1.2)
6161
action_text-trix (~> 2.1.15)
62-
actionpack (= 8.1.1)
63-
activerecord (= 8.1.1)
64-
activestorage (= 8.1.1)
65-
activesupport (= 8.1.1)
62+
actionpack (= 8.1.2)
63+
activerecord (= 8.1.2)
64+
activestorage (= 8.1.2)
65+
activesupport (= 8.1.2)
6666
globalid (>= 0.6.0)
6767
nokogiri (>= 1.8.5)
68-
actionview (8.1.1)
69-
activesupport (= 8.1.1)
68+
actionview (8.1.2)
69+
activesupport (= 8.1.2)
7070
builder (~> 3.1)
7171
erubi (~> 1.11)
7272
rails-dom-testing (~> 2.2)
7373
rails-html-sanitizer (~> 1.6)
74-
activejob (8.1.1)
75-
activesupport (= 8.1.1)
74+
activejob (8.1.2)
75+
activesupport (= 8.1.2)
7676
globalid (>= 0.3.6)
77-
activemodel (8.1.1)
78-
activesupport (= 8.1.1)
79-
activerecord (8.1.1)
80-
activemodel (= 8.1.1)
81-
activesupport (= 8.1.1)
77+
activemodel (8.1.2)
78+
activesupport (= 8.1.2)
79+
activerecord (8.1.2)
80+
activemodel (= 8.1.2)
81+
activesupport (= 8.1.2)
8282
timeout (>= 0.4.0)
83-
activestorage (8.1.1)
84-
actionpack (= 8.1.1)
85-
activejob (= 8.1.1)
86-
activerecord (= 8.1.1)
87-
activesupport (= 8.1.1)
83+
activestorage (8.1.2)
84+
actionpack (= 8.1.2)
85+
activejob (= 8.1.2)
86+
activerecord (= 8.1.2)
87+
activesupport (= 8.1.2)
8888
marcel (~> 1.0)
89-
activesupport (8.1.1)
89+
activesupport (8.1.2)
9090
base64
9191
bigdecimal
9292
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -154,7 +154,7 @@ GEM
154154
thor (~> 1.3)
155155
zeitwerk (~> 2.6)
156156
concurrent-ruby (1.3.6)
157-
connection_pool (2.5.5)
157+
connection_pool (3.0.2)
158158
console (1.34.2)
159159
fiber-annotation
160160
fiber-local (~> 1.1)
@@ -327,9 +327,9 @@ GEM
327327
nanoid (2.0.0)
328328
net-http (0.9.1)
329329
uri (>= 0.11.1)
330-
net-http-persistent (4.0.6)
331-
connection_pool (~> 2.2, >= 2.2.4)
332-
net-imap (0.5.12)
330+
net-http-persistent (4.0.8)
331+
connection_pool (>= 2.2.4, < 4)
332+
net-imap (0.6.2)
333333
date
334334
net-protocol
335335
net-pop (0.1.2)
@@ -387,20 +387,20 @@ GEM
387387
rack (>= 1.3)
388388
rackup (2.3.1)
389389
rack (>= 3)
390-
rails (8.1.1)
391-
actioncable (= 8.1.1)
392-
actionmailbox (= 8.1.1)
393-
actionmailer (= 8.1.1)
394-
actionpack (= 8.1.1)
395-
actiontext (= 8.1.1)
396-
actionview (= 8.1.1)
397-
activejob (= 8.1.1)
398-
activemodel (= 8.1.1)
399-
activerecord (= 8.1.1)
400-
activestorage (= 8.1.1)
401-
activesupport (= 8.1.1)
390+
rails (8.1.2)
391+
actioncable (= 8.1.2)
392+
actionmailbox (= 8.1.2)
393+
actionmailer (= 8.1.2)
394+
actionpack (= 8.1.2)
395+
actiontext (= 8.1.2)
396+
actionview (= 8.1.2)
397+
activejob (= 8.1.2)
398+
activemodel (= 8.1.2)
399+
activerecord (= 8.1.2)
400+
activestorage (= 8.1.2)
401+
activesupport (= 8.1.2)
402402
bundler (>= 1.15.0)
403-
railties (= 8.1.1)
403+
railties (= 8.1.2)
404404
rails-dom-testing (2.3.0)
405405
activesupport (>= 5.0.0)
406406
minitest
@@ -411,9 +411,9 @@ GEM
411411
rails-i18n (8.1.0)
412412
i18n (>= 0.7, < 2)
413413
railties (>= 8.0.0, < 9)
414-
railties (8.1.1)
415-
actionpack (= 8.1.1)
416-
activesupport (= 8.1.1)
414+
railties (8.1.2)
415+
actionpack (= 8.1.2)
416+
activesupport (= 8.1.2)
417417
irb (~> 1.13)
418418
rackup (>= 1.0.0)
419419
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.20)
@@ -613,7 +613,7 @@ DEPENDENCIES
613613
pg (~> 1.1)
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)