Skip to content

Commit

Permalink
v5.0.0.pre8
Browse files Browse the repository at this point in the history
  • Loading branch information
leastbad committed Nov 22, 2021
1 parent 2a77704 commit 40bc658
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.pre7)
cable_ready (5.0.0.pre8)
rails (>= 5.2)
thread-local (>= 1.1.0)

Expand Down Expand Up @@ -221,7 +221,7 @@ GEM
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.3.0)
sprockets-rails (3.4.0)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
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.pre7"
VERSION = "5.0.0.pre8"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cable_ready",
"version": "5.0.0-pre7",
"version": "5.0.0-pre8",
"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 40bc658

Please sign in to comment.