Skip to content

Commit c5f7944

Browse files
build(deps): bump railties from 8.1.0 to 8.1.1 (#4627)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f0cc8d commit c5f7944

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1'
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
@@ -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)