File tree Expand file tree Collapse file tree 6 files changed +10
-5
lines changed
Expand file tree Collapse file tree 6 files changed +10
-5
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 9090 bundler
9191 rake
9292 thor (>= 0.14.0 )
93- appraisal-run (1.0 .0 )
93+ appraisal-run (1.1 .0 )
9494 ast (2.4.3 )
9595 base64 (0.3.0 )
9696 benchmark-ips (2.14.0 )
@@ -408,7 +408,7 @@ PLATFORMS
408408DEPENDENCIES
409409 allocation_stats
410410 appraisal (~> 2 )
411- appraisal-run (~> 1.0 )
411+ appraisal-run (~> 1.1 )
412412 benchmark-ips (~> 2 )
413413 better_html
414414 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 11PATH
22 remote: ..
33 specs:
4- view_component (4.0.2 )
4+ view_component (4.1.0 )
55 activesupport (>= 7.1.0, < 8.2)
66 concurrent-ruby (~> 1)
77
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- view_component (4.0.2 )
4+ view_component (4.1.0 )
55 activesupport (>= 7.1.0, < 8.2)
66 concurrent-ruby (~> 1)
77
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