Skip to content

Commit 70cd021

Browse files
authored
Merge pull request #3756 from projectblacklight/backport-c412184-to-8
Backport " c41218...Explicitly require `view_component/version` before trying to use it."
2 parents 5292e6f + 316ef70 commit 70cd021

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/blacklight/component.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require 'view_component/version'
4+
35
module Blacklight
46
class Component < ViewComponent::Base
57
class << self

0 commit comments

Comments
 (0)