Skip to content

Commit

Permalink
5.0.0.pre5
Browse files Browse the repository at this point in the history
  • Loading branch information
leastbad committed Oct 7, 2021
1 parent 9318a02 commit 821cd8b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cable_ready (5.0.0.pre4)
cable_ready (5.0.0.pre5)
rails (>= 5.2)
thread-local (>= 1.1.0)

Expand Down Expand Up @@ -136,7 +136,7 @@ GEM
magic_frozen_string_literal (1.2.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.1)
marcel (1.0.2)
method_source (0.9.2)
mini_mime (1.1.1)
minitest (5.14.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/cable_ready/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CableReady
VERSION = "5.0.0.pre4"
VERSION = "5.0.0.pre5"
end
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cable_ready",
"version": "5.0.0-pre4",
"version": "5.0.0-pre5",
"description": "CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby.",
"keywords": [
"ruby",
Expand Down Expand Up @@ -35,6 +35,6 @@
"morphdom": "^2.6.1"
},
"devDependencies": {
"prettier-standard": "^16.1.0"
"prettier-standard": "^16.4.1"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ prelude-ls@~1.1.2:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=

prettier-standard@^16.1.0:
prettier-standard@^16.4.1:
version "16.4.1"
resolved "https://registry.yarnpkg.com/prettier-standard/-/prettier-standard-16.4.1.tgz#964e7e3f3029427ab8e01bdffb72dea9a87f62c8"
integrity sha512-IW3Sct4GOdqc1s4+1HZjH2HegzLZQ6mDMl2xz6i6KHCac7kCM+obLbvm2e0zp8PytKkLQCdOpj0cWWa48Ruetw==
Expand Down

0 comments on commit 821cd8b

Please sign in to comment.