Skip to content

Commit

Permalink
Merge pull request #3066 from AlchemyCMS/replace-sprockets-with-props…
Browse files Browse the repository at this point in the history
…haft

Add support for Propshaft
  • Loading branch information
tvdeyen authored Oct 8, 2024
2 parents f6d4ee9 + 2c3ef70 commit d5a5059
Show file tree
Hide file tree
Showing 94 changed files with 163 additions and 162 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ group :development, :test do
gem "rubocop", require: false
gem "standard", "~> 1.25", require: false

# Still need Sprockets for tests
gem "sprockets", "~> 4.2", ">= 4.2.1", require: false

if ENV["GITHUB_ACTIONS"]
gem "simplecov-cobertura", "~> 2.1"
# Necessary because GH Actions gem cache does not have this "Bundled with Ruby" gem installed
Expand Down Expand Up @@ -60,3 +63,5 @@ gem "web-console", "~> 4.2", group: :development
gem "rails_live_reload", "~> 0.3.5"

gem "dartsass-rails", "~> 0.5.0"

gem "propshaft", "~> 1.0"
1 change: 0 additions & 1 deletion alchemy_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "originator", ["~> 3.1"]
gem.add_runtime_dependency "ransack", [">= 1.8", "< 5.0"]
gem.add_runtime_dependency "simple_form", [">= 4.0", "< 6"]
gem.add_runtime_dependency "sprockets-rails", [">= 3.5", "< 4"]
gem.add_runtime_dependency "turbo-rails", [">= 1.4", "< 2.1"]
gem.add_runtime_dependency "view_component", ["~> 3.0"]

Expand Down
2 changes: 1 addition & 1 deletion app/assets/builds/alchemy/admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/builds/alchemy/admin.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/builds/alchemy/admin/page-select.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/assets/builds/alchemy/admin/print.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/assets/builds/alchemy/welcome.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d5a5059

Please sign in to comment.