Skip to content

Commit 449710d

Browse files
build(deps): bump railties from 8.1.0 to 8.1.1
Bumps [railties](https://github.com/rails/rails) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/railties/CHANGELOG.md) - [Commits](rails/rails@v8.1.0...v8.1.1) --- updated-dependencies: - dependency-name: railties dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b6d5357 commit 449710d

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gem 'vmstat', '~> 2.3'
4848
gem 'actionpack', '~> 8.1.0'
4949
gem 'actionview', '~> 8.1.0'
5050
gem 'activemodel', '~> 8.1.0'
51-
gem 'railties', '~> 8.1.0'
51+
gem 'railties', '~> 8.1.1'
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: 15 additions & 15 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.0)
46-
actionview (= 8.1.0)
47-
activesupport (= 8.1.0)
45+
actionpack (8.1.1)
46+
actionview (= 8.1.1)
47+
activesupport (= 8.1.1)
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.0)
56-
activesupport (= 8.1.0)
55+
actionview (8.1.1)
56+
activesupport (= 8.1.1)
5757
builder (~> 3.1)
5858
erubi (~> 1.11)
5959
rails-dom-testing (~> 2.2)
6060
rails-html-sanitizer (~> 1.6)
61-
activemodel (8.1.0)
62-
activesupport (= 8.1.0)
63-
activesupport (8.1.0)
61+
activemodel (8.1.1)
62+
activesupport (= 8.1.1)
63+
activesupport (8.1.1)
6464
base64
6565
bigdecimal
6666
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -130,7 +130,7 @@ GEM
130130
rexml
131131
crass (1.0.6)
132132
daemons (1.4.1)
133-
date (3.4.1)
133+
date (3.5.0)
134134
debug (1.11.0)
135135
irb (~> 1.10)
136136
reline (>= 0.3.8)
@@ -142,7 +142,7 @@ GEM
142142
docile (1.1.5)
143143
domain_name (0.6.20240107)
144144
drb (2.2.3)
145-
erb (5.1.1)
145+
erb (5.1.3)
146146
erubi (1.13.1)
147147
eventmachine (1.2.7)
148148
excon (1.3.0)
@@ -282,7 +282,7 @@ GEM
282282
rdoc (>= 4.0.0)
283283
reline (>= 0.4.2)
284284
jaro_winkler (1.6.1)
285-
json (2.15.1)
285+
json (2.15.2)
286286
json-diff (0.4.1)
287287
json-schema (6.0.0)
288288
addressable (~> 2.8)
@@ -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.1.0)
413-
actionpack (= 8.1.0)
414-
activesupport (= 8.1.0)
412+
railties (8.1.1)
413+
actionpack (= 8.1.1)
414+
activesupport (= 8.1.1)
415415
irb (~> 1.13)
416416
rackup (>= 1.0.0)
417417
rake (>= 12.2)
@@ -683,7 +683,7 @@ DEPENDENCIES
683683
public_suffix
684684
puma
685685
rack-test
686-
railties (~> 8.1.0)
686+
railties (~> 8.1.1)
687687
rake
688688
redis
689689
roodi

0 commit comments

Comments
 (0)