File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ruby ruby_version
1313group :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"
Original file line number Diff line number Diff line change 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
406406DEPENDENCIES
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 )
Original file line number Diff line number Diff 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*
Original file line number Diff line number Diff line change 22
33require "action_view"
44require "active_support/dependencies/autoload"
5+ require "view_component/version"
56
67module ViewComponent
78 extend ActiveSupport ::Autoload
You can’t perform that action at this time.
0 commit comments