Skip to content

Commit

Permalink
Release 7.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Apr 30, 2017
1 parent d7c1760 commit ee0f504
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/react_on_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ReactOnRails
VERSION = "7.1.0.beta.1".freeze
VERSION = "7.1.0.beta.2".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": "7.1.0-beta.1",
"version": "7.1.0-beta.2",
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
"main": "node_package/lib/ReactOnRails.js",
"directories": {
Expand Down
9 changes: 5 additions & 4 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 (7.0.4)
react_on_rails (7.1.0.beta.2)
addressable
connection_pool
execjs (~> 2.5)
Expand Down Expand Up @@ -269,8 +269,9 @@ GEM
thread_safe (0.3.6)
tilt (2.0.6)
tins (1.13.2)
turbolinks (2.5.3)
coffee-rails
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (3.1.4)
Expand Down Expand Up @@ -325,7 +326,7 @@ DEPENDENCIES
selenium-webdriver
spring
sqlite3
turbolinks (= 2.5.3)
turbolinks (~> 5.0)
uglifier
webpacker_lite (= 0.0.5)

Expand Down

0 comments on commit ee0f504

Please sign in to comment.