Skip to content

Commit

Permalink
Switch to propshaft as assets pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Nov 9, 2024
1 parent aed71b0 commit 5dddb8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ruby '~> 3.3.0'
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 8.0.0'

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem 'sprockets-rails'
# Use propshaft as asset pipeline
gem 'propshaft'

# Use postgresql as the database for Active Record
gem 'pg', '~> 1.5'
Expand Down
14 changes: 6 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.9)
propshaft (1.1.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
psych (5.1.2)
stringio
public_suffix (5.0.4)
Expand Down Expand Up @@ -293,13 +298,6 @@ GEM
fugit (~> 1.11.0)
railties (>= 7.1)
thor (~> 1.3.1)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stringio (3.1.1)
thor (1.3.2)
thread_safe (0.3.6)
Expand Down Expand Up @@ -342,6 +340,7 @@ DEPENDENCIES
github_api
jbuilder
pg (~> 1.5)
propshaft
puma (~> 6.4)
rack-cors
rails (~> 8.0.0)
Expand All @@ -352,7 +351,6 @@ DEPENDENCIES
sentry-rails
sentry-ruby
solid_queue
sprockets-rails
tzinfo-data
unicorn (~> 6.1)
web-console
Expand Down
3 changes: 0 additions & 3 deletions app/assets/config/manifest.js

This file was deleted.

0 comments on commit 5dddb8a

Please sign in to comment.