Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leastbad committed Sep 22, 2020
1 parent 0f483bc commit eca96ee
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
stimulus_reflex (3.3.0.pre5)
cable_ready (>= 4.1.2)
stimulus_reflex (3.3.0)
cable_ready (>= 4.3.0)
nokogiri
rack
rails (>= 5.2)
Expand Down
4 changes: 2 additions & 2 deletions javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stimulus_reflex",
"version": "3.3.0-pre6",
"version": "3.3.0",
"description": "Build reactive applications with the Rails tooling you already know and love.",
"keywords": [
"ruby",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@rails/actioncable": ">= 6.0",
"cable_ready": ">= 4.4.0-pre0",
"cable_ready": ">= 4.3.0",
"form-serialize": ">= 0.7.2",
"stimulus": ">= 1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1278,10 +1278,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==

"cable_ready@>= 4.4.0-pre0":
version "4.4.0-pre0"
resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-4.4.0-pre0.tgz#ed3fb4733c4632982c3fc3f8e7d2ba19fb902793"
integrity sha512-tG6oBgoTCaPinsbH0xJm9VBIJjXe3V9ocv+BlE1N6TKJf0uaBwRIMVvKzPs5t3QT5bTXhR1w+NL34kgAsg133g==
"cable_ready@>= 4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-4.3.0.tgz#69c6c6963a60d7891f43c7530e343007a00a50b3"
integrity sha512-/hjwgdwMoe2hE5KKunsuWXDTr26GzwR7CovdFKHdSHD/yZTFFIv/eY27slMiXUEb57X12GHdliSM59rftTKpoQ==
dependencies:
morphdom "^2.6.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.3.0.pre6"
VERSION = "3.3.0"
end
2 changes: 1 addition & 1 deletion stimulus_reflex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "rack"
gem.add_dependency "nokogiri"
gem.add_dependency "rails", ">= 5.2"
gem.add_dependency "cable_ready", ">= 4.1.2"
gem.add_dependency "cable_ready", ">= 4.3.0"
gem.add_dependency "redis"

gem.add_development_dependency "bundler", "~> 2.0"
Expand Down

0 comments on commit eca96ee

Please sign in to comment.