Skip to content

Commit 38a6249

Browse files
committed
no sprockets restriction at all, should probably fail CI but just want to verify
1 parent d11d400 commit 38a6249

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ gemspec
77

88
group :development, :test do
99
gem 'pry-byebug' unless ENV['CI']
10-
11-
# While our gemspec allows sprockets 4, our generator and CI aren't currently working
12-
# with it, so we restrict to sprockets 3 for CI here.
13-
gem 'sprockets', '~> 3.7'
1410
end
1511

1612
# BEGIN ENGINE_CART BLOCK

0 commit comments

Comments
 (0)