Skip to content

Commit 7583648

Browse files
committed
Prep for 3.5.0.pre2
1 parent 4c52f31 commit 7583648

File tree

4 files changed

+809
-1032
lines changed

4 files changed

+809
-1032
lines changed

Gemfile.lock

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
stimulus_reflex (3.5.0.pre1)
4+
stimulus_reflex (3.5.0.pre2)
55
cable_ready (= 5.0.0.pre2)
66
nokogiri
77
rack
@@ -93,10 +93,12 @@ GEM
9393
mini_mime (1.1.0)
9494
minitest (5.14.4)
9595
nio4r (2.5.7)
96+
nokogiri (1.11.7-arm64-darwin)
97+
racc (~> 1.4)
9698
nokogiri (1.11.7-x86_64-linux)
9799
racc (~> 1.4)
98100
parallel (1.20.1)
99-
parser (3.0.1.1)
101+
parser (3.0.2.0)
100102
ast (~> 2.4.1)
101103
pry (0.12.2)
102104
coderay (~> 1.1.0)
@@ -134,22 +136,22 @@ GEM
134136
rake (>= 0.13)
135137
thor (~> 1.0)
136138
rainbow (3.0.0)
137-
rake (13.0.3)
139+
rake (13.0.6)
138140
redis (4.3.1)
139141
regexp_parser (2.1.1)
140142
rexml (3.2.5)
141-
rubocop (1.14.0)
143+
rubocop (1.18.3)
142144
parallel (~> 1.10)
143145
parser (>= 3.0.0.0)
144146
rainbow (>= 2.2.2, < 4.0)
145147
regexp_parser (>= 1.8, < 3.0)
146148
rexml
147-
rubocop-ast (>= 1.5.0, < 2.0)
149+
rubocop-ast (>= 1.7.0, < 2.0)
148150
ruby-progressbar (~> 1.7)
149151
unicode-display_width (>= 1.4.0, < 3.0)
150-
rubocop-ast (1.5.0)
152+
rubocop-ast (1.8.0)
151153
parser (>= 3.0.1.1)
152-
rubocop-performance (1.11.2)
154+
rubocop-performance (1.11.4)
153155
rubocop (>= 1.7.0, < 2.0)
154156
rubocop-ast (>= 0.4.0)
155157
ruby-progressbar (1.11.0)
@@ -160,9 +162,9 @@ GEM
160162
actionpack (>= 4.0)
161163
activesupport (>= 4.0)
162164
sprockets (>= 3.0.0)
163-
standard (1.1.1)
164-
rubocop (= 1.14.0)
165-
rubocop-performance (= 1.11.2)
165+
standard (1.1.5)
166+
rubocop (= 1.18.3)
167+
rubocop-performance (= 1.11.4)
166168
standardrb (1.0.0)
167169
standard
168170
thor (1.1.0)
@@ -176,6 +178,7 @@ GEM
176178
zeitwerk (2.4.2)
177179

178180
PLATFORMS
181+
arm64-darwin-20
179182
x86_64-linux
180183

181184
DEPENDENCIES

lib/stimulus_reflex/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 StimulusReflex
4-
VERSION = "3.5.0.pre1"
4+
VERSION = "3.5.0.pre2"
55
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@rails/actioncable": ">= 6.0",
44-
"cable_ready": "5.0.0-pre1"
44+
"cable_ready": "5.0.0-pre2"
4545
},
4646
"devDependencies": {
4747
"@babel/core": "^7.6.2",

0 commit comments

Comments
 (0)