lib/vite_ruby.rb in vite_ruby-1.2.5 vs lib/vite_ruby.rb in vite_ruby-1.2.6

- old
+ new

@@ -15,11 +15,11 @@ class ViteRuby # Internal: Prefix used for environment variables that modify the configuration. ENV_PREFIX = 'VITE_RUBY' # Internal: Versions used by default when running `vite install`. - DEFAULT_VITE_VERSION = '^2.0.3' - DEFAULT_PLUGIN_VERSION = '^1.0.13' + DEFAULT_VITE_VERSION = '^2.2.3' + DEFAULT_PLUGIN_VERSION = '^2.0.2' # Internal: Ruby Frameworks that have a companion library for Vite Ruby. SUPPORTED_FRAMEWORKS = %w[rails hanami roda padrino sinatra].freeze class << self