Skip to content

Commit

Permalink
v3.5.0.pre8
Browse files Browse the repository at this point in the history
  • Loading branch information
leastbad committed Nov 22, 2021
1 parent 890922d commit a1dac9c
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 38 deletions.
54 changes: 24 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
stimulus_reflex (3.5.0.pre7)
cable_ready (= 5.0.0.pre7)
stimulus_reflex (3.5.0.pre8)
cable_ready (= 5.0.0.pre8)
nokogiri
rack
rails (>= 5.2)
Expand Down Expand Up @@ -92,12 +92,12 @@ GEM
async-pool (0.3.9)
async (>= 1.25)
builder (3.2.4)
cable_ready (5.0.0.pre7)
cable_ready (5.0.0.pre8)
rails (>= 5.2)
thread-local (>= 1.1.0)
coderay (1.1.3)
concurrent-ruby (1.1.9)
console (1.13.1)
console (1.14.0)
fiber-local
crass (1.0.6)
erubi (1.10.0)
Expand Down Expand Up @@ -134,31 +134,27 @@ GEM
rake (>= 10.0)
globalid (0.5.2)
activesupport (>= 5.0)
i18n (1.8.10)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
loofah (2.12.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
method_source (0.9.2)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.14.4)
mocha (1.13.0)
multi_json (1.15.0)
multipart-post (2.1.1)
nio4r (2.5.8)
nokogiri (1.12.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
racc (~> 1.4)
octokit (4.21.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.20.1)
parallel (1.21.0)
parser (3.0.2.0)
ast (~> 2.4.1)
protocol-hpack (1.4.2)
Expand All @@ -168,11 +164,11 @@ GEM
protocol-http2 (0.14.2)
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-nav (0.3.0)
pry (>= 0.9.10, < 0.13.0)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-nav (1.0.0)
pry (>= 0.9.10, < 0.15)
public_suffix (4.0.6)
racc (1.6.0)
rack (2.2.3)
Expand Down Expand Up @@ -209,18 +205,18 @@ GEM
redis (4.5.1)
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (1.18.3)
rubocop (1.22.3)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.7.0, < 2.0)
rubocop-ast (>= 1.12.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.8.0)
rubocop-ast (1.13.0)
parser (>= 3.0.1.1)
rubocop-performance (1.11.4)
rubocop-performance (1.11.5)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
Expand All @@ -231,29 +227,27 @@ GEM
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets-rails (3.4.0)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
standard (1.1.5)
rubocop (= 1.18.3)
rubocop-performance (= 1.11.4)
standard (1.4.0)
rubocop (= 1.22.3)
rubocop-performance (= 1.11.5)
standardrb (1.0.0)
standard
thor (1.1.0)
thread-local (1.1.0)
timers (4.3.3)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
unicode-display_width (2.1.0)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.5.1)

PLATFORMS
arm64-darwin-20
x86_64-darwin-19
x86_64-linux

DEPENDENCIES
Expand All @@ -267,4 +261,4 @@ DEPENDENCIES
stimulus_reflex!

BUNDLED WITH
2.2.4
2.2.31
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.pre7"
VERSION = "3.5.0.pre8"
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-pre7",
"version": "3.5.0-pre8",
"description": "Build reactive applications with the Rails tooling you already know and love.",
"keywords": [
"ruby",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@rails/actioncable": ">= 6.0",
"cable_ready": "5.0.0-pre7"
"cable_ready": "5.0.0-pre8"
},
"devDependencies": {
"@babel/core": "^7.6.2",
Expand Down
2 changes: 1 addition & 1 deletion stimulus_reflex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "nokogiri"
gem.add_dependency "rails", ">= 5.2"
gem.add_dependency "redis"
gem.add_dependency "cable_ready", "5.0.0.pre7"
gem.add_dependency "cable_ready", "5.0.0.pre8"

gem.add_development_dependency "bundler", "~> 2.0"
gem.add_development_dependency "github_changelog_generator"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1318,10 +1318,10 @@ buffer-from@^1.0.0:
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==

[email protected]pre7:
version "5.0.0-pre7"
resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-5.0.0-pre7.tgz#32ac71d308e5ade507f4a688d43c83a255e9ac92"
integrity sha512-UoNj04WDXC2HcrMjia5w9PPljVP0WVKcx0HqkGvkqB7qDLvRWjCleU0Q6QKJGCiV2QYMFqnqnvEohsS7h7cheQ==
[email protected]pre8:
version "5.0.0-pre8"
resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-5.0.0-pre8.tgz#fa1b4d6f980f631ff3c895f3007a6789b2e47de7"
integrity sha512-5TyAp0DcYiv15YGlAI4WqEBw8Mz/lARSz/pIwEEVWWUnqWQhbsMqCIYIsQoV3IXudKOowaSbukbPRYFN0PYzKg==
dependencies:
morphdom "^2.6.1"

Expand Down

0 comments on commit a1dac9c

Please sign in to comment.