Skip to content

Commit 45a9b19

Browse files
Bump propshaft from 1.1.0 to 1.2.1
Bumps [propshaft](https://github.com/rails/propshaft) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/rails/propshaft/releases) - [Commits](rails/propshaft@v1.1.0...v1.2.1) --- updated-dependencies: - dependency-name: propshaft dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 396b6bf commit 45a9b19

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Gemfile

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

Gemfile.lock

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ GEM
125125
dockerfile-rails (1.7.10)
126126
rails (>= 3.0.0)
127127
drb (2.2.3)
128-
erb (5.0.1)
128+
erb (5.0.2)
129129
erubi (1.13.1)
130130
globalid (1.2.1)
131131
activesupport (>= 6.1)
132132
i18n (1.14.7)
133133
concurrent-ruby (~> 1.0)
134-
io-console (0.8.0)
134+
io-console (0.8.1)
135135
irb (1.15.2)
136136
pp (>= 0.6.0)
137137
rdoc (>= 4.0.0)
@@ -169,10 +169,10 @@ GEM
169169
net-smtp (0.5.1)
170170
net-protocol
171171
nio4r (2.7.4)
172-
nokogiri (1.18.8)
172+
nokogiri (1.18.9)
173173
mini_portile2 (~> 2.8.2)
174174
racc (~> 1.4)
175-
nokogiri (1.18.8-x86_64-linux-gnu)
175+
nokogiri (1.18.9-x86_64-linux-gnu)
176176
racc (~> 1.4)
177177
parallel (1.27.0)
178178
parser (3.3.8.0)
@@ -182,11 +182,10 @@ GEM
182182
prettyprint
183183
prettyprint (0.2.0)
184184
prism (1.4.0)
185-
propshaft (1.1.0)
185+
propshaft (1.2.1)
186186
actionpack (>= 7.0.0)
187187
activesupport (>= 7.0.0)
188188
rack
189-
railties (>= 7.0.0)
190189
pry (0.15.2)
191190
coderay (~> 1.1)
192191
method_source (~> 1.0)
@@ -197,7 +196,7 @@ GEM
197196
puma (6.6.0)
198197
nio4r (~> 2.0)
199198
racc (1.8.1)
200-
rack (3.1.16)
199+
rack (3.2.0)
201200
rack-session (2.1.1)
202201
base64 (>= 0.1.0)
203202
rack (>= 3.0.0)
@@ -236,11 +235,11 @@ GEM
236235
zeitwerk (~> 2.6)
237236
rainbow (3.1.1)
238237
rake (13.3.0)
239-
rdoc (6.14.1)
238+
rdoc (6.14.2)
240239
erb
241240
psych (>= 4.0.0)
242241
regexp_parser (2.10.0)
243-
reline (0.6.1)
242+
reline (0.6.2)
244243
io-console (~> 0.5)
245244
rexml (3.4.1)
246245
rouge (4.5.2)
@@ -292,7 +291,7 @@ GEM
292291
stringio (3.1.7)
293292
tailwind_merge (1.3.1)
294293
sin_lru_redux (~> 2.5)
295-
thor (1.3.2)
294+
thor (1.4.0)
296295
timeout (0.4.3)
297296
turbo-rails (2.0.16)
298297
actionpack (>= 7.1.0)
@@ -332,7 +331,7 @@ DEPENDENCIES
332331
lucide-rails (= 0.7.1)
333332
phlex!
334333
phlex-rails!
335-
propshaft (= 1.1.0)
334+
propshaft (= 1.2.1)
336335
pry (= 0.15.2)
337336
puma (= 6.6.0)
338337
rails (= 8.0.2)

0 commit comments

Comments
 (0)