Skip to content

Commit 6c27726

Browse files
authored
Merge pull request #26 from alphagov/reinstate-sprockets
Reinstate Sprockets-Rails
2 parents db5cef8 + 0d904f2 commit 6c27726

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source "https://rubygems.org"
33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
44
gem "rails", "8.0.3"
55
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
6+
gem "sprockets-rails"
67
# Use sqlite3 as the database for Active Record
78
# gem "sqlite3", ">= 1.4"
89
# # Use the Puma web server [https://github.com/puma/puma]

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,7 @@ DEPENDENCIES
782782
sidekiq
783783
simplecov (~> 0.22)
784784
simplecov-html (~> 0.12)
785+
sprockets-rails
785786
terser
786787
uglifier
787788

0 commit comments

Comments
 (0)