Skip to content

Commit

Permalink
Release 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Dec 1, 2016
1 parent 699fd59 commit 7ca22d3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/react_on_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ReactOnRails
VERSION = "6.2.1".freeze
VERSION = "6.3.0".freeze
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-on-rails",
"version": "6.2.1",
"version": "6.3.0",
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
"main": "node_package/lib/ReactOnRails.js",
"directories": {
Expand Down
5 changes: 4 additions & 1 deletion spec/dummy/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
react_on_rails (6.2.1)
react_on_rails (6.3.0)
addressable
connection_pool
execjs (~> 2.5)
Expand Down Expand Up @@ -209,6 +209,8 @@ GEM
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-support (~> 3.4.0)
rspec-retry (0.5.2)
rspec-core (> 3.3, < 3.6)
rspec-support (3.4.1)
rubocop (0.42.0)
parser (>= 2.3.1.0, < 3.0)
Expand Down Expand Up @@ -304,6 +306,7 @@ DEPENDENCIES
rails (= 4.2.3)
react_on_rails!
rspec-rails
rspec-retry
rubocop
ruby-lint
sass-rails (~> 5.0)
Expand Down

0 comments on commit 7ca22d3

Please sign in to comment.