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

Commit b026870

Browse files
committed
Lock react.rb version in todo example
1 parent dd2fcb4 commit b026870

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

example/todos/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ gem 'opal-jquery', :github => 'opal/opal-jquery'
66
gem 'vienna', :github => 'opal/vienna', :ref => '593335cbd7fb99ce471fa720e9b9c849d99b8dda'
77
gem 'opal-haml', :github => 'opal/opal-haml'
88
gem 'opal-rspec', '0.3.0.beta2'
9-
gem 'react.rb', :path => "../.."
9+
gem 'react.rb', '~> 0.0.2'
1010
gem 'thin'
1111
gem 'react-source'

example/todos/Gemfile.lock

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ GIT
3232
opal-activesupport
3333
opal-jquery
3434

35-
PATH
36-
remote: ../..
37-
specs:
38-
react.rb (0.0.1)
39-
opal (~> 0.6.0)
40-
opal-activesupport
41-
4235
GEM
4336
remote: https://rubygems.org/
4437
specs:
@@ -56,6 +49,9 @@ GEM
5649
rack (1.5.2)
5750
rake (10.1.1)
5851
react-source (0.12.2)
52+
react.rb (0.0.2)
53+
opal (~> 0.6.0)
54+
opal-activesupport
5955
source_map (3.0.1)
6056
json
6157
sprockets (2.12.3)
@@ -79,6 +75,6 @@ DEPENDENCIES
7975
opal-rspec (= 0.3.0.beta2)
8076
rake
8177
react-source
82-
react.rb!
78+
react.rb (~> 0.0.2)
8379
thin
8480
vienna!

0 commit comments

Comments
 (0)