Skip to content

Commit 73f6da5

Browse files
build(deps): bump railties from 8.1.1 to 8.1.2
Bumps [railties](https://github.com/rails/rails) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2/railties/CHANGELOG.md) - [Commits](rails/rails@v8.1.1...v8.1.2) --- updated-dependencies: - dependency-name: railties 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 2a57ab5 commit 73f6da5

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gem 'vmstat', '~> 2.3'
4343
gem 'actionpack', '~> 8.1.0'
4444
gem 'actionview', '~> 8.1.1'
4545
gem 'activemodel', '~> 8.1.0'
46-
gem 'railties', '~> 8.1.1'
46+
gem 'railties', '~> 8.1.2'
4747

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

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@ GIT
4242
GEM
4343
remote: https://rubygems.org/
4444
specs:
45-
actionpack (8.1.1)
46-
actionview (= 8.1.1)
47-
activesupport (= 8.1.1)
45+
actionpack (8.1.2)
46+
actionview (= 8.1.2)
47+
activesupport (= 8.1.2)
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.1.1)
56-
activesupport (= 8.1.1)
55+
actionview (8.1.2)
56+
activesupport (= 8.1.2)
5757
builder (~> 3.1)
5858
erubi (~> 1.11)
5959
rails-dom-testing (~> 2.2)
6060
rails-html-sanitizer (~> 1.6)
61-
activemodel (8.1.1)
62-
activesupport (= 8.1.1)
63-
activesupport (8.1.1)
61+
activemodel (8.1.2)
62+
activesupport (= 8.1.2)
63+
activesupport (8.1.2)
6464
base64
6565
bigdecimal
6666
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -287,7 +287,7 @@ GEM
287287
logger (1.7.0)
288288
loggregator_emitter (5.2.0)
289289
beefcake (~> 1.0.0)
290-
loofah (2.24.1)
290+
loofah (2.25.0)
291291
crass (~> 1.0.2)
292292
nokogiri (>= 1.12.0)
293293
machinist (1.0.6)
@@ -390,9 +390,9 @@ GEM
390390
rails-html-sanitizer (1.6.2)
391391
loofah (~> 2.21)
392392
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)
393-
railties (8.1.1)
394-
actionpack (= 8.1.1)
395-
activesupport (= 8.1.1)
393+
railties (8.1.2)
394+
actionpack (= 8.1.2)
395+
activesupport (= 8.1.2)
396396
irb (~> 1.13)
397397
rackup (>= 1.0.0)
398398
rake (>= 12.2)
@@ -406,7 +406,7 @@ GEM
406406
ffi (~> 1.0)
407407
rbs (3.10.0)
408408
logger
409-
rdoc (7.0.1)
409+
rdoc (7.0.3)
410410
erb
411411
psych (>= 4.0.0)
412412
tsort
@@ -572,7 +572,7 @@ GEM
572572
delayed_job (~> 4.1.0)
573573
sequel (>= 3.38, < 6.0)
574574
tzinfo
575-
thor (1.4.0)
575+
thor (1.5.0)
576576
tilt (2.6.1)
577577
timecop (0.9.10)
578578
timeliness (0.4.5)
@@ -602,7 +602,7 @@ GEM
602602
yard (>= 0.8)
603603
yard-solargraph (0.1.0)
604604
yard (~> 0.9)
605-
zeitwerk (2.7.3)
605+
zeitwerk (2.7.4)
606606

607607
PLATFORMS
608608
ruby
@@ -659,7 +659,7 @@ DEPENDENCIES
659659
public_suffix
660660
puma
661661
rack-test
662-
railties (~> 8.1.1)
662+
railties (~> 8.1.2)
663663
rake
664664
redis
665665
roodi

0 commit comments

Comments
 (0)