File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- view_component (2.67 .0 )
4+ view_component (2.68 .0 )
55 activesupport (>= 5.0.0 , < 8.0 )
66 concurrent-ruby (~> 1.0 )
77 method_source (~> 1.0 )
@@ -285,7 +285,7 @@ DEPENDENCIES
285285 appraisal (~> 2.4 )
286286 benchmark-ips (~> 2.8.2 )
287287 better_html (~> 1 )
288- bundler (>= 1.15.0 )
288+ bundler (~> 2 )
289289 capybara (~> 3 )
290290 erb_lint (~> 0.0.37 )
291291 haml (~> 5 )
@@ -303,7 +303,7 @@ DEPENDENCIES
303303 standard (~> 1 )
304304 view_component !
305305 yard (~> 0.9.25 )
306- yard-activesupport-concern
306+ yard-activesupport-concern ( ~> 0.0.1 )
307307
308308BUNDLED WITH
309309 2.2.33
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ title: Changelog
99
1010## main
1111
12+ ## 2.68.0
13+
1214* Update ` gemspec ` author to be ViewComponent team.
1315
1416 * Joel Hawksley*
Original file line number Diff line number Diff line change 1- version : 2.67 .0
1+ version : 2.68 .0
Original file line number Diff line number Diff line change 33module ViewComponent
44 module VERSION
55 MAJOR = 2
6- MINOR = 67
6+ MINOR = 68
77 PATCH = 0
88
99 STRING = [ MAJOR , MINOR , PATCH ] . join ( "." )
You can’t perform that action at this time.
0 commit comments