Skip to content

Commit

Permalink
Release 6.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed May 10, 2016
1 parent a9f1f38 commit 6812827
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 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.0.0.beta.2".freeze
VERSION = "6.0.0.beta.3".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.0.0-beta.2",
"version": "6.0.0-beta.3",
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
"main": "node_package/lib/ReactOnRails.js",
"directories": {
Expand Down
12 changes: 1 addition & 11 deletions spec/dummy/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
PATH
remote: ../..
specs:
react_on_rails (6.0.0.beta.2)
addressable
connection_pool
execjs (~> 2.5)
foreman
rails (>= 3.2)
rainbow (~> 2.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -85,7 +78,6 @@ GEM
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.0.2)
connection_pool (2.2.0)
coveralls (0.8.13)
json (~> 1.8)
simplecov (~> 0.11.0)
Expand All @@ -98,8 +90,6 @@ GEM
erubis (2.7.0)
execjs (2.6.0)
ffi (1.9.10)
foreman (0.81.0)
thor (~> 0.19.1)
generator_spec (0.9.3)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
Expand Down Expand Up @@ -317,4 +307,4 @@ DEPENDENCIES
web-console

BUNDLED WITH
1.11.2
1.12.3

0 comments on commit 6812827

Please sign in to comment.