Skip to content

Commit 4334aaf

Browse files
committed
Prep for 4.4.1
1 parent b475f19 commit 4334aaf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cable_ready (4.4.0)
4+
cable_ready (4.4.1)
55
rails (>= 5.2)
66

77
GEM
@@ -87,7 +87,7 @@ GEM
8787
activesupport (>= 4.2.0)
8888
i18n (1.8.5)
8989
concurrent-ruby (~> 1.0)
90-
loofah (2.7.0)
90+
loofah (2.8.0)
9191
crass (~> 1.0.2)
9292
nokogiri (>= 1.5.9)
9393
magic_frozen_string_literal (1.2.0)
@@ -148,7 +148,7 @@ GEM
148148
thor (>= 0.20.3, < 2.0)
149149
rainbow (3.0.0)
150150
rake (13.0.1)
151-
regexp_parser (1.8.2)
151+
regexp_parser (2.0.0)
152152
retriable (3.1.2)
153153
rexml (3.2.4)
154154
rubocop (1.2.0)
@@ -160,7 +160,7 @@ GEM
160160
rubocop-ast (>= 1.0.1)
161161
ruby-progressbar (~> 1.7)
162162
unicode-display_width (>= 1.4.0, < 2.0)
163-
rubocop-ast (1.1.1)
163+
rubocop-ast (1.2.0)
164164
parser (>= 2.7.1.5)
165165
rubocop-performance (1.8.1)
166166
rubocop (>= 0.87.0)
@@ -190,7 +190,7 @@ GEM
190190
websocket-driver (0.7.3)
191191
websocket-extensions (>= 0.1.0)
192192
websocket-extensions (0.1.5)
193-
zeitwerk (2.4.1)
193+
zeitwerk (2.4.2)
194194

195195
PLATFORMS
196196
ruby

lib/cable_ready/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module CableReady
4-
VERSION = "4.4.0"
4+
VERSION = "4.4.1"
55
end

0 commit comments

Comments
 (0)