diff --git a/Gemfile.lock b/Gemfile.lock index b0ddd03b..bf71fc69 100644 --- a/Gemfile.lock +++ b/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) @@ -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) @@ -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) @@ -198,6 +201,7 @@ GEM zeitwerk (2.6.7) PLATFORMS + arm64-darwin-22 x86_64-darwin-19 x86_64-linux diff --git a/lib/cable_ready/version.rb b/lib/cable_ready/version.rb index bf05d447..5fc994e7 100644 --- a/lib/cable_ready/version.rb +++ b/lib/cable_ready/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CableReady - VERSION = "5.0.0" + VERSION = "5.0.1" end diff --git a/package.json b/package.json index 62ad999d..2f47526a 100644 --- a/package.json +++ b/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",