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.
1 parent 4f9cfdc commit b6116d4Copy full SHA for b6116d4
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- stimulus_reflex (3.5.0.rc4)
+ stimulus_reflex (3.5.0)
5
actioncable (>= 5.2, < 8)
6
actionpack (>= 5.2, < 8)
7
actionview (>= 5.2, < 8)
lib/stimulus_reflex/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module StimulusReflex
- VERSION = "3.5.0.rc4"
+ VERSION = "3.5.0"
end
0 commit comments