Skip to content

Commit 8db37b1

Browse files
committed
Release 6.3.5
1 parent f929478 commit 8db37b1

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
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.3.4".freeze
3+
VERSION = "6.3.5".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.3.4",
3+
"version": "6.3.5",
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-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
react_on_rails (6.3.4)
4+
react_on_rails (6.3.5)
55
addressable
66
connection_pool
77
execjs (~> 2.5)
@@ -261,9 +261,8 @@ GEM
261261
thread_safe (0.3.5)
262262
tilt (2.0.5)
263263
tins (1.13.0)
264-
turbolinks (5.0.1)
265-
turbolinks-source (~> 5)
266-
turbolinks-source (5.0.0)
264+
turbolinks (2.5.3)
265+
coffee-rails
267266
tzinfo (1.2.2)
268267
thread_safe (~> 0.1)
269268
uglifier (3.0.4)
@@ -313,7 +312,7 @@ DEPENDENCIES
313312
selenium-webdriver
314313
spring
315314
sqlite3
316-
turbolinks (~> 5.0)
315+
turbolinks (= 2.5.3)
317316
uglifier (>= 2.7.2)
318317

319318
BUNDLED WITH

0 commit comments

Comments
 (0)