Skip to content

Commit 7ca22d3

Browse files
committed
Release 6.3.0
1 parent 699fd59 commit 7ca22d3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

lib/react_on_rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module ReactOnRails
3-
VERSION = "6.2.1".freeze
3+
VERSION = "6.3.0".freeze
44
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-on-rails",
3-
"version": "6.2.1",
3+
"version": "6.3.0",
44
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
55
"main": "node_package/lib/ReactOnRails.js",
66
"directories": {

spec/dummy/Gemfile.lock

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
react_on_rails (6.2.1)
4+
react_on_rails (6.3.0)
55
addressable
66
connection_pool
77
execjs (~> 2.5)
@@ -209,6 +209,8 @@ GEM
209209
rspec-expectations (~> 3.4.0)
210210
rspec-mocks (~> 3.4.0)
211211
rspec-support (~> 3.4.0)
212+
rspec-retry (0.5.2)
213+
rspec-core (> 3.3, < 3.6)
212214
rspec-support (3.4.1)
213215
rubocop (0.42.0)
214216
parser (>= 2.3.1.0, < 3.0)
@@ -304,6 +306,7 @@ DEPENDENCIES
304306
rails (= 4.2.3)
305307
react_on_rails!
306308
rspec-rails
309+
rspec-retry
307310
rubocop
308311
ruby-lint
309312
sass-rails (~> 5.0)

0 commit comments

Comments
 (0)