We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b033b4c + 4f1cd11 commit 2c7b839Copy full SHA for 2c7b839
Gemfile.lock
@@ -86,7 +86,7 @@ GIT
86
PATH
87
remote: .
88
specs:
89
- view_component (2.23.1)
+ view_component (2.23.2)
90
activesupport (>= 5.0.0, < 7.0)
91
92
GEM
lib/view_component/version.rb
@@ -4,7 +4,7 @@ module ViewComponent
4
module VERSION
5
MAJOR = 2
6
MINOR = 23
7
- PATCH = 1
+ PATCH = 2
8
9
STRING = [MAJOR, MINOR, PATCH].join(".")
10
end
0 commit comments