Skip to content

Commit

Permalink
v3.5.0.pre10
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Feb 21, 2023
1 parent 102ae3b commit 6193f88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
stimulus_reflex (3.5.0.pre9)
stimulus_reflex (3.5.0.pre10)
actioncable (>= 5.2, < 8)
actionpack (>= 5.2, < 8)
actionview (>= 5.2, < 8)
Expand Down Expand Up @@ -89,6 +89,7 @@ GEM
railties (>= 5.2)
thread-local (>= 1.1.0)
concurrent-ruby (1.2.0)
connection_pool (2.3.0)
crass (1.0.6)
date (3.3.3)
erubi (1.12.0)
Expand Down Expand Up @@ -161,7 +162,10 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
redis (4.6.0)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.12.2)
connection_pool
regexp_parser (2.7.0)
rexml (3.2.5)
rubocop (1.44.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/stimulus_reflex/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module StimulusReflex
VERSION = "3.5.0.pre9"
VERSION = "3.5.0.pre10"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stimulus_reflex",
"version": "3.5.0-pre9",
"version": "3.5.0-pre10",
"description": "Build reactive applications with the Rails tooling you already know and love.",
"keywords": [
"ruby",
Expand Down

0 comments on commit 6193f88

Please sign in to comment.