Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit f9a8f28

Browse files
committed
fetch reactrb from 0-8-stable git
1 parent d9bf6ff commit f9a8f28

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

spec/test_app/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ gem "rails"
33
gem 'sqlite3'
44
gem 'react-rails' #, "1.3.3"
55
gem 'opal', '~> 0.9.0'
6-
gem 'reactrb', path: "../../../reactrb"
6+
gem 'reactrb', git: "https://github.com/reactrb/reactrb.git", branch: "0-8-stable" # path: "../../../reactrb"
77
gem 'opal-rails'#, git: "https://github.com/reactrb/opal-rails.git"
88
gem 'reactive-record', path: "../.."
99
gem 'jquery-cookie-rails'

spec/test_app/Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ GIT
77
opal-rails (~> 0.9.0.dev)
88
opal-rspec (~> 0.5.0)
99

10+
GIT
11+
remote: https://github.com/reactrb/reactrb.git
12+
revision: baf71b4d4399398b87410ddb22e9ae43fdb4236f
13+
branch: 0-8-stable
14+
specs:
15+
reactrb (0.8.9)
16+
opal (>= 0.8.0)
17+
opal-activesupport (>= 0.2.0)
18+
opal-browser (= 0.2.0)
19+
1020
PATH
1121
remote: ../..
1222
specs:
@@ -18,14 +28,6 @@ PATH
1828
reactrb
1929
therubyracer
2030

21-
PATH
22-
remote: ../../../reactrb
23-
specs:
24-
reactrb (0.8.9)
25-
opal (>= 0.8.0)
26-
opal-activesupport (>= 0.2.0)
27-
opal-browser (= 0.2.0)
28-
2931
GEM
3032
remote: http://rubygems.org/
3133
specs:
@@ -173,7 +175,7 @@ GEM
173175
ref (2.0.0)
174176
slop (3.6.0)
175177
sourcemap (0.1.1)
176-
sprockets (3.6.3)
178+
sprockets (3.7.0)
177179
concurrent-ruby (~> 1.0)
178180
rack (> 1, < 3)
179181
sprockets-rails (2.3.3)

spec/test_app/db/development.sqlite3

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)