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

Commit 9598a8d

Browse files
committed
render context fixes for hyper-mesh while_loading
1 parent bda6ca4 commit 9598a8d

11 files changed

+3
-21
lines changed

gemfiles/opal_0.10_react_13.gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7-
gem "hyper-store", :path => "../../hyper-store"
8-
gem "hyperloop-config", :path => "../../hyperloop-config"
97
gem "opal", "~> 0.10.0"
108
gem "opal-rails", "~> 0.9.0"
119
gem "react-rails", "~> 1.3.3", :require => false

gemfiles/opal_0.10_react_14.gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7-
gem "hyper-store", :path => "../../hyper-store"
8-
gem "hyperloop-config", :path => "../../hyperloop-config"
97
gem "opal", "~> 0.10.0"
108
gem "opal-rails", "~> 0.9.0"
119
gem "react-rails", "~> 1.6.2", :require => false

gemfiles/opal_0.10_react_15.gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7-
gem "hyper-store", :path => "../../hyper-store"
8-
gem "hyperloop-config", :path => "../../hyperloop-config"
97
gem "opal", "~> 0.10.0"
108
gem "opal-rails", "~> 0.9.0"
119
gem "react-rails", "~> 1.10.0", :require => false

gemfiles/opal_0.8_react_13.gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7-
gem "hyper-store", :path => "../../hyper-store"
8-
gem "hyperloop-config", :path => "../../hyperloop-config"
97
gem "opal", "~> 0.8.0"
108
gem "opal-rails", "~> 0.8.1"
119
gem "react-rails", "~> 1.3.3", :require => false

gemfiles/opal_0.8_react_14.gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7-
gem "hyper-store", :path => "../../hyper-store"
8-
gem "hyperloop-config", :path => "../../hyperloop-config"
97
gem "opal", "~> 0.8.0"
108
gem "opal-rails", "~> 0.8.1"
119
gem "react-rails", "~> 1.6.2", :require => false

gemfiles/opal_0.8_react_15.gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7-
gem "hyper-store", :path => "../../hyper-store"
8-
gem "hyperloop-config", :path => "../../hyperloop-config"
97
gem "opal", "~> 0.8.0"
108
gem "opal-rails", "~> 0.8.1"
119
gem "react-rails", "~> 1.10.0", :require => false

gemfiles/opal_0.9_react_13.gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7-
gem "hyper-store", :path => "../../hyper-store"
8-
gem "hyperloop-config", :path => "../../hyperloop-config"
97
gem "opal", "~> 0.9.0"
108
gem "opal-rails", "~> 0.9.0"
119
gem "react-rails", "~> 1.3.3", :require => false

gemfiles/opal_0.9_react_14.gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7-
gem "hyper-store", :path => "../../hyper-store"
8-
gem "hyperloop-config", :path => "../../hyperloop-config"
97
gem "opal", "~> 0.9.0"
108
gem "opal-rails", "~> 0.9.0"
119
gem "react-rails", "~> 1.6.2", :require => false

gemfiles/opal_0.9_react_15.gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ source "https://rubygems.org"
44

55
ruby ">= 1.9.3"
66

7-
gem "hyper-store", :path => "../../hyper-store"
8-
gem "hyperloop-config", :path => "../../hyperloop-config"
97
gem "opal", "~> 0.9.0"
108
gem "opal-rails", "~> 0.9.0"
119
gem "react-rails", "~> 1.10.0", :require => false

gemfiles/opal_master_react_15.gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ source "https://rubygems.org"
44

55
ruby ">= 2.0.0"
66

7-
gem "hyper-store", :path => "../../hyper-store"
8-
gem "hyperloop-config", :path => "../../hyperloop-config"
97
gem "opal", :git => "https://github.com/opal/opal.git"
108
gem "opal-sprockets", :git => "https://github.com/opal/opal-sprockets.git"
119
gem "opal-rails", "~> 0.9.0"

0 commit comments

Comments
 (0)