Skip to content

Commit

Permalink
Remove Gemfile constraint on sprockets
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
composerinteralia committed Apr 26, 2020
1 parent fdc057a commit dc0c1a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/Gemfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dc0c1a2

Please sign in to comment.