Skip to content

Commit 3fe05f9

Browse files
committed
Release 6.0.3
1 parent 118cd06 commit 3fe05f9

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
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.0.2".freeze
3+
VERSION = "6.0.3".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.0.2",
3+
"version": "6.0.3",
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

-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
PATH
22
remote: ../..
33
specs:
4-
react_on_rails (6.0.2)
5-
addressable
6-
connection_pool
7-
execjs (~> 2.5)
8-
foreman
9-
rails (>= 3.2)
10-
rainbow (~> 2.1)
114

125
GEM
136
remote: https://rubygems.org/
@@ -85,7 +78,6 @@ GEM
8578
execjs
8679
coffee-script-source (1.10.0)
8780
concurrent-ruby (1.0.2)
88-
connection_pool (2.2.0)
8981
coveralls (0.8.13)
9082
json (~> 1.8)
9183
simplecov (~> 0.11.0)
@@ -98,8 +90,6 @@ GEM
9890
erubis (2.7.0)
9991
execjs (2.6.0)
10092
ffi (1.9.10)
101-
foreman (0.81.0)
102-
thor (~> 0.19.1)
10393
generator_spec (0.9.3)
10494
activesupport (>= 3.0.0)
10595
railties (>= 3.0.0)

0 commit comments

Comments
 (0)