We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v3.5.3
1 parent 380859d commit bfe63bbCopy full SHA for bfe63bb
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- stimulus_reflex (3.5.2)
+ stimulus_reflex (3.5.3)
5
actioncable (>= 5.2)
6
actionpack (>= 5.2)
7
actionview (>= 5.2)
lib/stimulus_reflex/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module StimulusReflex
- VERSION = "3.5.2"
+ VERSION = "3.5.3"
end
package.json
@@ -1,6 +1,6 @@
{
"name": "stimulus_reflex",
- "version": "3.5.2",
+ "version": "3.5.3",
"description": "Build reactive applications with the Rails tooling you already know and love.",
"keywords": [
"ruby",
0 commit comments