Skip to content

Commit cdce30e

Browse files
authored
Use the 0.x.x gem for webpacker 3.x.x
1 parent 5d863e7 commit cdce30e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gem 'webpacker'
2-
gem 'vueonrails', github: "vueonrails/vueonrails"
1+
gem 'webpacker', '~> 3.x.x'
2+
gem 'vueonrails', '~> 0.x.x'
33
route "mount Vueonrails::Engine, at: 'vue'"
44

55
# Use --bootstrap to add bootstrap style with jquery. Read more https://getbootstrap.com

0 commit comments

Comments
 (0)