Skip to content

Commit

Permalink
chore: allow vite_rails to be installed in rails 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Oct 21, 2024
1 parent 687b0d9 commit 563f5c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
remote: vite_rails
specs:
vite_rails (3.0.17)
railties (>= 5.1, < 8)
railties (>= 5.1, < 9)
vite_ruby (~> 3.0, >= 3.2.2)

PATH
Expand Down
2 changes: 1 addition & 1 deletion vite_rails/vite_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = Gem::Requirement.new('>= 2.5')

s.add_dependency 'railties', '>= 5.1', '< 8'
s.add_dependency 'railties', '>= 5.1', '< 9'
s.add_dependency 'vite_ruby', '>= 3.2.2', '~> 3.0'

s.add_development_dependency 'spring', '~> 2.1'
Expand Down

0 comments on commit 563f5c7

Please sign in to comment.