Skip to content

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubisch committed Jul 7, 2023
1 parent 295c83b commit 01552da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cable_ready (5.0.0)
cable_ready (5.0.1)
actionpack (>= 5.2)
actionview (>= 5.2)
activesupport (>= 5.2)
Expand Down Expand Up @@ -108,6 +108,8 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.14.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
Expand Down Expand Up @@ -178,6 +180,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.0-arm64-darwin)
sqlite3 (1.6.0-x86_64-darwin)
sqlite3 (1.6.0-x86_64-linux)
standard (1.19.1)
Expand All @@ -198,6 +201,7 @@ GEM
zeitwerk (2.6.7)

PLATFORMS
arm64-darwin-22
x86_64-darwin-19
x86_64-linux

Expand Down
2 changes: 1 addition & 1 deletion lib/cable_ready/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CableReady
VERSION = "5.0.0"
VERSION = "5.0.1"
end
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cable_ready",
"version": "5.0.0",
"version": "5.0.1",
"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

0 comments on commit 01552da

Please sign in to comment.