Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Mar 7, 2021
1 parent 19bbe41 commit 436268b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: vite_rails
specs:
vite_rails (2.0.2)
vite_rails (2.0.3)
railties (>= 5.1, < 8)
vite_ruby (~> 1.0)

Expand Down
3 changes: 2 additions & 1 deletion examples/rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ gem 'jbuilder', '~> 2.7'
# gem 'vite_rails', path: '../../vite_rails'
# gem 'vite_plugin_legacy', path: '../../vite_plugin_legacy'
# gem 'vite_ruby', path: '../../vite_ruby'
gem 'vite_ruby', '~> 1.1.0'
gem 'vite_plugin_legacy'
gem 'vite_rails', '2.0.0'
gem 'vite_rails', '~> 2.0.0'

# Use Active Storage variant
# gem 'image_processing', '~> 1.2'
Expand Down
19 changes: 10 additions & 9 deletions examples/rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
ffi (1.14.2)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.7)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
jbuilder (2.10.1)
activesupport (>= 5.0.0)
Expand All @@ -107,7 +107,7 @@ GEM
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.3)
minitest (5.14.4)
msgpack (1.3.3)
nio4r (2.5.4)
nokogiri (1.11.1)
Expand Down Expand Up @@ -209,15 +209,15 @@ GEM
turbolinks-source (5.2.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
vite_plugin_legacy (0.5.2)
vite_ruby
vite_rails (2.0.0)
vite_plugin_legacy (0.5.3)
vite_ruby (~> 1.0)
vite_rails (2.0.2)
railties (>= 5.1)
vite_ruby
vite_ruby (1.0.5)
vite_ruby (1.1.0)
dry-cli (~> 0.6)
rack-proxy (>= 0.6.1)
zeitwerk
rack-proxy (~> 0.6, >= 0.6.1)
zeitwerk (~> 2.2)
web-console (4.1.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand Down Expand Up @@ -259,7 +259,8 @@ DEPENDENCIES
turbolinks (~> 5)
tzinfo-data
vite_plugin_legacy
vite_rails (= 2.0.0)
vite_rails (~> 2.0.0)
vite_ruby (~> 1.1.0)
web-console (>= 3.3.0)
webdrivers
webpacker (~> 4.0)
Expand Down
2 changes: 1 addition & 1 deletion vite_plugin_legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [0.5.3](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2021-03-07)


- Add a bounded requirement to `vite_ruby` dependency.

## [0.5.2](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2021-03-05)

Expand Down
4 changes: 4 additions & 0 deletions vite_rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.3](https://github.com/ElMassimo/vite_ruby/compare/[email protected][email protected]) (2021-03-07)

- Add a bounded requirement to `vite_ruby` dependency.

## Vite Rails 2.0.2 (2020-02-11)

- Automatically infer `app/javascript` as the `sourceCodeDir` if it exists.
Expand Down
2 changes: 1 addition & 1 deletion vite_rails/lib/vite_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ViteRails
VERSION = '2.0.2'
VERSION = '2.0.3'
end

0 comments on commit 436268b

Please sign in to comment.