File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed
hyperloop/lib/generators/hyperloop Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: ../hyper-spec
33 specs:
4- hyper-spec (0.99.1 )
4+ hyper-spec (0.99.2 )
55 capybara
66 chromedriver-helper (= 1.2.0 )
77 libv8 (~> 6.3.0 )
2020PATH
2121 remote: ../hyper-store
2222 specs:
23- hyper-store (0.99.1 )
24- hyperloop-config (= 0.99.1 )
23+ hyper-store (0.99.2 )
24+ hyperloop-config (= 0.99.2 )
2525 opal (>= 0.11.0 , < 0.12.0 )
2626
2727PATH
2828 remote: ../hyperloop-config
2929 specs:
30- hyperloop-config (0.99.1 )
30+ hyperloop-config (0.99.2 )
3131 libv8 (~> 6.3.0 )
3232 mini_racer (~> 0.1.15 )
3333 opal (>= 0.11.0 , < 0.12.0 )
3737PATH
3838 remote: .
3939 specs:
40- hyper-component (0.99.1 )
41- hyper-store (= 0.99.1 )
42- hyperloop-config (= 0.99.1 )
40+ hyper-component (0.99.2 )
41+ hyper-store (= 0.99.2 )
42+ hyperloop-config (= 0.99.2 )
4343 libv8 (~> 6.3.0 )
4444 mini_racer (~> 0.1.15 )
4545 opal (>= 0.11.0 , < 0.12.0 )
105105 babel-source (>= 4.0 , < 6 )
106106 execjs (~> 2.0 )
107107 builder (3.2.3 )
108- capybara (3.8.2 )
108+ capybara (3.9.0 )
109109 addressable
110110 mini_mime (>= 0.1.3 )
111111 nokogiri (~> 1.8 )
274274 ruby-progressbar (1.10.0 )
275275 ruby_dep (1.5.0 )
276276 rubyzip (1.2.2 )
277- selenium-webdriver (3.14.0 )
277+ selenium-webdriver (3.14.1 )
278278 childprocess (~> 0.5 )
279- rubyzip (~> 1.2 )
279+ rubyzip (~> 1.2 , >= 1.2.2 )
280280 sourcemap (0.1.1 )
281281 sprockets (3.7.2 )
282282 concurrent-ruby (~> 1.0 )
Original file line number Diff line number Diff line change 1+ require 'opal-jquery' # remove this line if you don't need jquery'
2+ require 'react/ext/opal-jquery/element'
Original file line number Diff line number Diff line change @@ -130,8 +130,7 @@ def create_initializer
130130 config.prerendering = :off # or :on
131131 config.import 'reactrb/auto-import' # will automatically bridge js components to hyperloop components
132132#{ " config.import 'jquery', client_only: true # remove this line if you don't need jquery" if skip_webpack? }
133- config.import 'opal-jquery', client_only: true # remove this line if you don't need jquery'
134- config.import 'react/ext/opal-jquery/element', client_only: true # remove tis line if you don't need jquery
133+ config.import 'hyper-component/jquery', client_only: true # remove this line if you don't need jquery
135134#{ " config.import 'opal_hot_reloader' if Rails.env.development?" unless options [ 'skip-hot-reloader' ] }
136135end
137136 RUBY
You can’t perform that action at this time.
0 commit comments