From dc0c1a2fbce8dc13d505494e78789bebc5eef4cd Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Sun, 26 Apr 2020 17:48:55 -0400 Subject: [PATCH] Remove Gemfile constraint on sprockets Closes #1009 We had locked the version of Sprockets to get around some test failures. If those test failures are no longer around, we should not lock this version. --- templates/Gemfile.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/Gemfile.erb b/templates/Gemfile.erb index 872656e58..e4e6c0bcb 100644 --- a/templates/Gemfile.erb +++ b/templates/Gemfile.erb @@ -19,7 +19,6 @@ gem "rails", "<%= Suspenders::RAILS_VERSION %>" gem "recipient_interceptor" gem "sassc-rails" gem "skylight" -gem "sprockets", "< 4" gem "title" gem "tzinfo-data", platforms: [:mingw, :x64_mingw, :mswin, :jruby] gem "webpacker"