mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 00:31:51 -04:00
11 lines
397 B
Ruby
11 lines
397 B
Ruby
--- config/initializers/sprockets_patch.rb.orig 2024-04-02 08:17:37 UTC
|
|
+++ config/initializers/sprockets_patch.rb
|
|
@@ -8,7 +8,7 @@
|
|
|
|
require 'sprockets/utils'
|
|
|
|
-unless Gem::Version.new(Sprockets::VERSION) == Gem::Version.new('3.7.2')
|
|
+unless Gem::Version.new(Sprockets::VERSION) == Gem::Version.new('3.7.3')
|
|
raise 'New version of Sprockets detected. This patch can likely be removed.'
|
|
end
|
|
|