diff --git a/lib/install/vue.rb b/lib/install/vue.rb index c795194b2..979e4150f 100644 --- a/lib/install/vue.rb +++ b/lib/install/vue.rb @@ -33,7 +33,7 @@ "#{Webpacker.config.source_path}/app.vue" say "Installing all Vue dependencies" -run "yarn add vue vue-loader@next vue-template-compiler" +run "yarn add vue vue-loader vue-template-compiler" if Rails::VERSION::MAJOR == 5 && Rails::VERSION::MINOR > 1 say "You need to enable unsafe-eval rule.", :yellow