Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit b19ef0e

Browse files
Bump propshaft from 1.3.1 to 1.3.2 (#453)
Bumps [propshaft](https://github.com/rails/propshaft) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/rails/propshaft/releases) - [Commits](rails/propshaft@v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: propshaft dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3266bb commit b19ef0e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby "3.4.7"
66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
77
gem "rails", "8.1.3"
88
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
9-
gem "propshaft", "1.3.1"
9+
gem "propshaft", "1.3.2"
1010
# Use sqlite3 as the database for Active Record
1111
gem "sqlite3", "2.9.2"
1212
# Use the Puma web server [https://github.com/puma/puma]

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GEM
100100
public_suffix (>= 2.0.2, < 7.0)
101101
ast (2.4.3)
102102
base64 (0.3.0)
103-
bigdecimal (4.1.0)
103+
bigdecimal (4.1.2)
104104
bindex (0.8.1)
105105
bootsnap (1.23.0)
106106
msgpack (~> 1.2)
@@ -139,7 +139,7 @@ GEM
139139
reline (>= 0.4.2)
140140
jsbundling-rails (1.3.1)
141141
railties (>= 6.0.0)
142-
json (2.19.3)
142+
json (2.19.4)
143143
language_server-protocol (3.17.0.5)
144144
lint_roller (1.1.0)
145145
logger (1.7.0)
@@ -159,7 +159,7 @@ GEM
159159
method_source (1.1.0)
160160
mini_mime (1.1.5)
161161
mini_portile2 (2.8.9)
162-
minitest (6.0.2)
162+
minitest (6.0.4)
163163
drb (~> 2.0)
164164
prism (~> 1.5)
165165
msgpack (1.8.0)
@@ -186,7 +186,7 @@ GEM
186186
prettyprint
187187
prettyprint (0.2.0)
188188
prism (1.9.0)
189-
propshaft (1.3.1)
189+
propshaft (1.3.2)
190190
actionpack (>= 7.0.0)
191191
activesupport (>= 7.0.0)
192192
rack
@@ -201,8 +201,8 @@ GEM
201201
puma (7.2.0)
202202
nio4r (~> 2.0)
203203
racc (1.8.1)
204-
rack (3.2.5)
205-
rack-session (2.1.1)
204+
rack (3.2.6)
205+
rack-session (2.1.2)
206206
base64 (>= 0.1.0)
207207
rack (>= 3.0.0)
208208
rack-test (2.2.0)
@@ -339,7 +339,7 @@ DEPENDENCIES
339339
lucide-rails (= 0.7.4)
340340
phlex!
341341
phlex-rails!
342-
propshaft (= 1.3.1)
342+
propshaft (= 1.3.2)
343343
pry (= 0.16.0)
344344
puma (= 7.2.0)
345345
rails (= 8.1.3)

0 commit comments

Comments
 (0)