Skip to content

Commit dac027f

Browse files
committedMay 2, 2019
connect the app template with the correct rubygems source instead of using github as a source
1 parent cdce30e commit dac027f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎vue

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

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

‎vue4

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gem 'webpacker', '>= 4.0.x'
2-
gem 'vueonrails', github: "vueonrails/vueonrails"
1+
gem 'webpacker', '>= 4.x'
2+
gem 'vueonrails', '~> 1.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)