Skip to content

Commit

Permalink
Bump CableReady to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed May 1, 2023
1 parent 7af4e15 commit 62fdd5f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
actionpack (>= 5.2, < 8)
actionview (>= 5.2, < 8)
activesupport (>= 5.2, < 8)
cable_ready (>= 5.0.0.rc2)
cable_ready (~> 5.0)
nokogiri (~> 1.0)
rack (>= 2, < 4)
railties (>= 5.2, < 8)
Expand Down Expand Up @@ -82,7 +82,7 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
builder (3.2.4)
cable_ready (5.0.0.rc2)
cable_ready (5.0.0)
actionpack (>= 5.2)
actionview (>= 5.2)
activesupport (>= 5.2)
Expand All @@ -95,11 +95,11 @@ GEM
erubi (1.12.0)
globalid (1.1.0)
activesupport (>= 5.0)
i18n (1.12.0)
i18n (1.13.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
loofah (2.19.1)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
magic_frozen_string_literal (1.2.0)
Expand Down Expand Up @@ -131,7 +131,7 @@ GEM
parser (3.2.1.0)
ast (~> 2.4.1)
racc (1.6.2)
rack (2.2.6.4)
rack (2.2.7)
rack-test (2.1.0)
rack (>= 1.3)
rails (7.0.4.2)
Expand Down Expand Up @@ -197,7 +197,7 @@ GEM
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.7)
zeitwerk (2.6.8)

PLATFORMS
x86_64-darwin-19
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@hotwired/stimulus": "^3",
"@rails/actioncable": "^6 || ^7",
"cable_ready": "5.0.0-rc2"
"cable_ready": "^5.0.0"
},
"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.rc2"
gem.add_dependency "cable_ready", "~> 5.0"
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]-rc2:
version "5.0.0-rc2"
resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-5.0.0-rc2.tgz#ccc99dfdd46a8358d6bdcbe285bed16b99220be5"
integrity sha512-Yq5lDy8gQ7NHJIxL0ANFYn/I6/dpLZTUxDio1MfhSyrbJ21eYlieqO/2JnLey7l+FUq1JGDHT1/6egzF5e++rw==
cable_ready@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-5.0.0.tgz#a789fc9bcdab07fd7a8073e8159ff7a05ad452d3"
integrity sha512-34unrYrSq5fgmGMjPh0SHLOD8v0z/xxqPI4kFUDkLa+P29UarjgIWL6DKPUibWn2MBzU/S2pIfEDQPlrv7+mrg==
dependencies:
morphdom "2.6.1"

Expand Down

0 comments on commit 62fdd5f

Please sign in to comment.