This removes sprockets-rails from 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-rails in their Gemfiles.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/plashchynski/crono/pull/123
**Author:** [@janko](https://github.com/janko)
**Created:** 12/15/2023
**Status:** ✅ Merged
**Merged:** 12/19/2023
**Merged by:** [@cseelus](https://github.com/cseelus)
**Base:** `main` ← **Head:** `allow-propshaft`
---
### 📝 Commits (1)
- [`7dffc5c`](https://github.com/plashchynski/crono/commit/7dffc5c77b29c1eea5e43726dccc2f82066eecd9) Remove Sprockets hard dependency, allow Propshaft
### 📊 Changes
**4 files changed** (+5 additions, -11 deletions)
<details>
<summary>View changed files</summary>
📝 `Gemfile.lock` (+0 -8)
📝 `crono.gemspec` (+0 -1)
📝 `lib/crono.rb` (+0 -1)
📝 `lib/crono/engine.rb` (+5 -1)
</details>
### 📄 Description
This removes `sprockets-rails` from 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-rails` in their Gemfiles.
Fixes #122
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.