1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Fixes "Unresolved or ambiguous specs during Gem::Specification.reset" (#41729).

Patch by Go MAEDA (user:maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@23256 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-11-12 08:33:12 +00:00
parent 3cb5a69f5e
commit 1d1c5c3a2c

View File

@ -16,8 +16,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
unless Rails.env.production?
require "svg_sprite"
ICON_RELEASE_VERSION = "v3.19.0"
ICON_DEFAULT_STYLE = "outline"
SOURCE = URI.parse("https://raw.githubusercontent.com/tabler/tabler-icons/#{ICON_RELEASE_VERSION}/icons")
@ -121,6 +119,8 @@ unless Rails.env.production?
end
def generate_svg_sprite(input_path, sprite_path)
require "svg_sprite"
SvgSprite.call(
input: input_path,
name: 'icon',