Skip to content

Bump propshaft from 1.1.0 to 1.2.0 #289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby "3.4.4"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "8.0.2"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft", "1.1.0"
gem "propshaft", "1.2.0"
# Use sqlite3 as the database for Active Record
gem "sqlite3", "2.7.2"
# Use the Puma web server [https://github.com/puma/puma]
Expand Down
19 changes: 9 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ GEM
dockerfile-rails (1.7.10)
rails (>= 3.0.0)
drb (2.2.3)
erb (5.0.1)
erb (5.0.2)
erubi (1.13.1)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
io-console (0.8.1)
irb (1.15.2)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
Expand Down Expand Up @@ -169,10 +169,10 @@ GEM
net-smtp (0.5.1)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.8)
nokogiri (1.18.9)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.8-x86_64-linux-gnu)
nokogiri (1.18.9-x86_64-linux-gnu)
racc (~> 1.4)
parallel (1.27.0)
parser (3.3.8.0)
Expand All @@ -182,11 +182,10 @@ GEM
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
propshaft (1.1.0)
propshaft (1.2.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -236,11 +235,11 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.0)
rdoc (6.14.1)
rdoc (6.14.2)
erb
psych (>= 4.0.0)
regexp_parser (2.10.0)
reline (0.6.1)
reline (0.6.2)
io-console (~> 0.5)
rexml (3.4.1)
rouge (4.5.2)
Expand Down Expand Up @@ -292,7 +291,7 @@ GEM
stringio (3.1.7)
tailwind_merge (1.3.1)
sin_lru_redux (~> 2.5)
thor (1.3.2)
thor (1.4.0)
timeout (0.4.3)
turbo-rails (2.0.16)
actionpack (>= 7.1.0)
Expand Down Expand Up @@ -332,7 +331,7 @@ DEPENDENCIES
lucide-rails (= 0.7.1)
phlex!
phlex-rails!
propshaft (= 1.1.0)
propshaft (= 1.2.0)
pry (= 0.15.2)
puma (= 6.6.0)
rails (= 8.0.2)
Expand Down