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 1
1
PATH
2
2
remote: ../hyper-spec
3
3
specs:
4
- hyper-spec (0.99.1 )
4
+ hyper-spec (0.99.2 )
5
5
capybara
6
6
chromedriver-helper (= 1.2.0 )
7
7
libv8 (~> 6.3.0 )
20
20
PATH
21
21
remote: ../hyper-store
22
22
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 )
25
25
opal (>= 0.11.0 , < 0.12.0 )
26
26
27
27
PATH
28
28
remote: ../hyperloop-config
29
29
specs:
30
- hyperloop-config (0.99.1 )
30
+ hyperloop-config (0.99.2 )
31
31
libv8 (~> 6.3.0 )
32
32
mini_racer (~> 0.1.15 )
33
33
opal (>= 0.11.0 , < 0.12.0 )
37
37
PATH
38
38
remote: .
39
39
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 )
43
43
libv8 (~> 6.3.0 )
44
44
mini_racer (~> 0.1.15 )
45
45
opal (>= 0.11.0 , < 0.12.0 )
105
105
babel-source (>= 4.0 , < 6 )
106
106
execjs (~> 2.0 )
107
107
builder (3.2.3 )
108
- capybara (3.8.2 )
108
+ capybara (3.9.0 )
109
109
addressable
110
110
mini_mime (>= 0.1.3 )
111
111
nokogiri (~> 1.8 )
274
274
ruby-progressbar (1.10.0 )
275
275
ruby_dep (1.5.0 )
276
276
rubyzip (1.2.2 )
277
- selenium-webdriver (3.14.0 )
277
+ selenium-webdriver (3.14.1 )
278
278
childprocess (~> 0.5 )
279
- rubyzip (~> 1.2 )
279
+ rubyzip (~> 1.2 , >= 1.2.2 )
280
280
sourcemap (0.1.1 )
281
281
sprockets (3.7.2 )
282
282
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
130
130
config.prerendering = :off # or :on
131
131
config.import 'reactrb/auto-import' # will automatically bridge js components to hyperloop components
132
132
#{ " 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
135
134
#{ " config.import 'opal_hot_reloader' if Rails.env.development?" unless options [ 'skip-hot-reloader' ] }
136
135
end
137
136
RUBY
You can’t perform that action at this time.
0 commit comments