Skip to content

Commit

Permalink
Release 6.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed May 10, 2016
1 parent 89202e1 commit f80eb14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 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.3".freeze
VERSION = "6.0.0.beta.4".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.3",
"version": "6.0.0-beta.4",
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
"main": "node_package/lib/ReactOnRails.js",
"directories": {
Expand Down
9 changes: 4 additions & 5 deletions 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.0.0.beta.3)
react_on_rails (6.0.0.beta.4)
addressable
connection_pool
execjs (~> 2.5)
Expand Down Expand Up @@ -259,9 +259,8 @@ GEM
thread_safe (0.3.5)
tilt (2.0.2)
tins (1.6.0)
turbolinks (5.0.0.beta2)
turbolinks-source
turbolinks-source (5.0.0.beta4)
turbolinks (2.5.3)
coffee-rails
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (3.0.0)
Expand Down Expand Up @@ -313,7 +312,7 @@ DEPENDENCIES
spring
sqlite3
therubyracer
turbolinks (~> 5.0.0.beta2)
turbolinks (= 2.5.3)
uglifier (>= 2.7.2)
web-console

Expand Down

0 comments on commit f80eb14

Please sign in to comment.