mirror of
https://github.com/plashchynski/crono.git
synced 2026-01-14 06:13:26 +01:00
[PR #123] [MERGED] Remove Sprockets hard dependency, allow Propshaft #123
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plashchynski/crono/pull/123
Author: @janko
Created: 12/15/2023
Status: ✅ Merged
Merged: 12/19/2023
Merged by: @cseelus
Base:
main← Head:allow-propshaft📝 Commits (1)
7dffc5cRemove Sprockets hard dependency, allow Propshaft📊 Changes
4 files changed (+5 additions, -11 deletions)
View changed files
📝
Gemfile.lock(+0 -8)📝
crono.gemspec(+0 -1)📝
lib/crono.rb(+0 -1)📝
lib/crono/engine.rb(+5 -1)📄 Description
This removes
sprockets-railsfrom dependencies, allowing usage with Propshaft, which is a significantly lighter asset pipeline (10x less code than Sprockets).This is a breaking change for people using Crono without having
sprockets-railsin their Gemfiles.Fixes #122
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.