Skip to content

Commit

Permalink
3.5.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Mar 26, 2023
1 parent dc813d4 commit 53a57a4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PATH
remote: .
specs:
stimulus_reflex (3.5.0.pre10)
stimulus_reflex (3.5.0.rc1)
actioncable (>= 5.2, < 8)
actionpack (>= 5.2, < 8)
actionview (>= 5.2, < 8)
activesupport (>= 5.2, < 8)
cable_ready (>= 5.0.0.pre10)
cable_ready (>= 5.0.0.rc1)
nokogiri (~> 1.0)
rack (>= 2, < 4)
railties (>= 5.2, < 8)
Expand Down Expand Up @@ -82,14 +82,14 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
builder (3.2.4)
cable_ready (5.0.0.pre10)
cable_ready (5.0.0.rc1)
actionpack (>= 5.2)
actionview (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
thread-local (>= 1.1.0)
concurrent-ruby (1.2.0)
connection_pool (2.3.0)
connection_pool (2.4.0)
crass (1.0.6)
date (3.3.3)
erubi (1.12.0)
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.pre10"
VERSION = "3.5.0.rc1"
end
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stimulus_reflex",
"version": "3.5.0-pre10",
"version": "3.5.0-rc1",
"description": "Build reactive applications with the Rails tooling you already know and love.",
"keywords": [
"ruby",
Expand Down Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@hotwired/stimulus": "^3",
"@rails/actioncable": "^6 || ^7",
"cable_ready": "5.0.0-pre10"
"cable_ready": "5.0.0-rc1"
},
"devDependencies": {
"@open-wc/testing": "^3.1.7",
Expand Down
2 changes: 1 addition & 1 deletion stimulus_reflex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "activesupport", *rails_version
gem.add_dependency "railties", *rails_version

gem.add_dependency "cable_ready", ">= 5.0.0.pre10"
gem.add_dependency "cable_ready", ">= 5.0.0.rc1"
gem.add_dependency "nokogiri", "~> 1.0"
gem.add_dependency "rack", ">= 2", "< 4"
gem.add_dependency "redis", ">= 4.0", "< 6.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1438,10 +1438,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==

[email protected]pre10:
version "5.0.0-pre10"
resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-5.0.0-pre10.tgz#e92ca5b481335dfff95ae148b7b0da86e98001c0"
integrity sha512-NevHcu5N5zzUKxyS/cYtkIY6mm7y1anQr9zxu65fqptMOBZS2fukXpz9YEn659yGKyqtCMVNrzkNtkICkBoGAQ==
[email protected]rc1:
version "5.0.0-rc1"
resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-5.0.0-rc1.tgz#d755f793ef963af18f2696dc07588b616ef76fc6"
integrity sha512-Zg964GzT4lNxLoZWR51R7SJub0u/8gYbO7yZPgc3rT/IuOROwEg8/kf5c9/nTYluaFciCNo4Wy9XIeZRzpPhRg==
dependencies:
morphdom "2.6.1"

Expand Down

0 comments on commit 53a57a4

Please sign in to comment.