Skip to content

Commit f3e3a2a

Browse files
Bump propshaft from 0.9.0 to 1.1.0 (#208)
Bumps [propshaft](https://github.com/rails/propshaft) from 0.9.0 to 1.1.0. - [Release notes](https://github.com/rails/propshaft/releases) - [Commits](rails/propshaft@v0.9.0...v1.1.0) --- updated-dependencies: - dependency-name: propshaft dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13b924b commit f3e3a2a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby "3.4.2"
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", "0.9.0"
9+
gem "propshaft", "1.1.0"
1010
# Use sqlite3 as the database for Active Record
1111
gem "sqlite3", ">= 1.4"
1212
# Use the Puma web server [https://github.com/puma/puma]

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ GEM
114114
xpath (~> 3.2)
115115
coderay (1.1.3)
116116
concurrent-ruby (1.3.5)
117-
connection_pool (2.5.1)
117+
connection_pool (2.5.3)
118118
crass (1.0.6)
119119
cssbundling-rails (1.4.0)
120120
railties (>= 6.0.0)
@@ -168,10 +168,10 @@ GEM
168168
net-smtp (0.5.1)
169169
net-protocol
170170
nio4r (2.7.4)
171-
nokogiri (1.18.7)
171+
nokogiri (1.18.8)
172172
mini_portile2 (~> 2.8.2)
173173
racc (~> 1.4)
174-
nokogiri (1.18.7-x86_64-linux-gnu)
174+
nokogiri (1.18.8-x86_64-linux-gnu)
175175
racc (~> 1.4)
176176
parallel (1.27.0)
177177
parser (3.3.8.0)
@@ -181,15 +181,15 @@ GEM
181181
prettyprint
182182
prettyprint (0.2.0)
183183
prism (1.4.0)
184-
propshaft (0.9.0)
184+
propshaft (1.1.0)
185185
actionpack (>= 7.0.0)
186186
activesupport (>= 7.0.0)
187187
rack
188188
railties (>= 7.0.0)
189189
pry (0.15.2)
190190
coderay (~> 1.1)
191191
method_source (~> 1.0)
192-
psych (5.2.3)
192+
psych (5.2.4)
193193
date
194194
stringio
195195
public_suffix (6.0.1)
@@ -330,7 +330,7 @@ DEPENDENCIES
330330
lucide-rails (= 0.5.1)
331331
phlex!
332332
phlex-rails!
333-
propshaft (= 0.9.0)
333+
propshaft (= 1.1.0)
334334
pry (= 0.15.2)
335335
puma (= 6.6.0)
336336
rails (= 8.0.2)

0 commit comments

Comments
 (0)