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 48ba7f0 commit d959dc6Copy full SHA for d959dc6
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- stimulus_reflex (3.5.3)
+ stimulus_reflex (3.5.4)
5
actioncable (>= 5.2)
6
actionpack (>= 5.2)
7
actionview (>= 5.2)
@@ -247,6 +247,7 @@ GEM
247
zeitwerk (2.6.18)
248
249
PLATFORMS
250
+ arm64-darwin-23
251
arm64-darwin-24
252
x86_64-darwin-19
253
x86_64-darwin-22
lib/stimulus_reflex/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module StimulusReflex
- VERSION = "3.5.3"
+ VERSION = "3.5.4"
end
0 commit comments