Skip to content

Commit a17f7fd

Browse files
committed
Release 6.1.1-rc.1
1 parent 642ba75 commit a17f7fd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
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.1.0".freeze
3+
VERSION = "6.1.1.rc.1".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.1.0",
3+
"version": "6.1.1-rc.1",
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,6 +1,13 @@
11
PATH
22
remote: ../..
33
specs:
4+
react_on_rails (6.1.1.rc.1)
5+
addressable
6+
connection_pool
7+
execjs (~> 2.5)
8+
foreman
9+
rails (>= 3.2)
10+
rainbow (~> 2.1)
411

512
GEM
613
remote: https://rubygems.org/
@@ -78,6 +85,7 @@ GEM
7885
execjs
7986
coffee-script-source (1.10.0)
8087
concurrent-ruby (1.0.2)
88+
connection_pool (2.2.0)
8189
coveralls (0.8.13)
8290
json (~> 1.8)
8391
simplecov (~> 0.11.0)
@@ -90,6 +98,8 @@ GEM
9098
erubis (2.7.0)
9199
execjs (2.7.0)
92100
ffi (1.9.10)
101+
foreman (0.82.0)
102+
thor (~> 0.19.1)
93103
generator_spec (0.9.3)
94104
activesupport (>= 3.0.0)
95105
railties (>= 3.0.0)

0 commit comments

Comments
 (0)