Skip to content

Commit aa10013

Browse files
authored
Merge branch 'main' into patch-1
2 parents 5968874 + e733e40 commit aa10013

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ruby ruby_version
1313
group :development, :test do
1414
gem "allocation_stats"
1515
gem "appraisal", "~> 2"
16-
gem "appraisal-run", "~> 1.0"
16+
gem "appraisal-run", "~> 1.1"
1717
gem "benchmark-ips", "~> 2"
1818
gem "better_html"
1919
gem "bundler", "~> 2"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GEM
8888
bundler
8989
rake
9090
thor (>= 0.14.0)
91-
appraisal-run (1.0.0)
91+
appraisal-run (1.1.0)
9292
ast (2.4.3)
9393
base64 (0.3.0)
9494
benchmark (0.4.1)
@@ -406,7 +406,7 @@ PLATFORMS
406406
DEPENDENCIES
407407
allocation_stats
408408
appraisal (~> 2)
409-
appraisal-run (~> 1.0)
409+
appraisal-run (~> 1.1)
410410
benchmark-ips (~> 2)
411411
better_html
412412
bundler (~> 2)

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ nav_order: 6
1010

1111
## main
1212

13+
* Make `ViewComponent::VERSION` accessible to other gems by default.
14+
15+
*Hans Lemuet*
16+
1317
* Added Reinvented Hospitality to the list of companies using ViewComponent.
1418

1519
*Torgil Zechel*

lib/view_component.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
require "action_view"
44
require "active_support/dependencies/autoload"
5+
require "view_component/version"
56

67
module ViewComponent
78
extend ActiveSupport::Autoload

0 commit comments

Comments
 (0)