diff --git a/Gemfile b/Gemfile index f4ecebc..97888a5 100644 --- a/Gemfile +++ b/Gemfile @@ -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.1" # Use sqlite3 as the database for Active Record gem "sqlite3", "2.7.2" # Use the Puma web server [https://github.com/puma/puma] diff --git a/Gemfile.lock b/Gemfile.lock index 3817053..27d8d85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -182,11 +182,10 @@ GEM prettyprint prettyprint (0.2.0) prism (1.4.0) - propshaft (1.1.0) + propshaft (1.2.1) actionpack (>= 7.0.0) activesupport (>= 7.0.0) rack - railties (>= 7.0.0) pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) @@ -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) @@ -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) @@ -332,7 +331,7 @@ DEPENDENCIES lucide-rails (= 0.7.1) phlex! phlex-rails! - propshaft (= 1.1.0) + propshaft (= 1.2.1) pry (= 0.15.2) puma (= 6.6.0) rails (= 8.0.2)