File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module ReactOnRails
3
- VERSION = "6.2.1 " . freeze
3
+ VERSION = "6.3.0 " . freeze
4
4
end
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-on-rails" ,
3
- "version" : " 6.2.1 " ,
3
+ "version" : " 6.3.0 " ,
4
4
"description" : " react-on-rails JavaScript for react_on_rails Ruby gem" ,
5
5
"main" : " node_package/lib/ReactOnRails.js" ,
6
6
"directories" : {
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../..
3
3
specs:
4
- react_on_rails (6.2.1 )
4
+ react_on_rails (6.3.0 )
5
5
addressable
6
6
connection_pool
7
7
execjs (~> 2.5 )
209
209
rspec-expectations (~> 3.4.0 )
210
210
rspec-mocks (~> 3.4.0 )
211
211
rspec-support (~> 3.4.0 )
212
+ rspec-retry (0.5.2 )
213
+ rspec-core (> 3.3 , < 3.6 )
212
214
rspec-support (3.4.1 )
213
215
rubocop (0.42.0 )
214
216
parser (>= 2.3.1.0 , < 3.0 )
@@ -304,6 +306,7 @@ DEPENDENCIES
304
306
rails (= 4.2.3 )
305
307
react_on_rails !
306
308
rspec-rails
309
+ rspec-retry
307
310
rubocop
308
311
ruby-lint
309
312
sass-rails (~> 5.0 )
You can’t perform that action at this time.
0 commit comments