Skip to content

Commit a4bc4e0

Browse files
authored
release 2.68.0 (#1473)
1 parent d28ccb6 commit a4bc4e0

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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

308308
BUNDLED WITH
309309
2.2.33

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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*

docs/_data/library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 2.67.0
1+
version: 2.68.0

lib/view_component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ViewComponent
44
module VERSION
55
MAJOR = 2
6-
MINOR = 67
6+
MINOR = 68
77
PATCH = 0
88

99
STRING = [MAJOR, MINOR, PATCH].join(".")

0 commit comments

Comments
 (0)