Skip to content

Commit

Permalink
chore: drop requirement limit, this is not a gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Nov 5, 2024
1 parent 535cf3d commit 7a4a28b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gemspec path: './vite_plugin_legacy'

group :development, :test do
gem 'benchmark-ips'
gem 'rubocop', '~> 1.9', '< 1.29'
gem 'rubocop-minitest', '~> 0.10', '< 0.20'
gem 'rubocop-performance', '~> 1.9', '< 1.14'
gem 'rubocop', '~> 1.9'
gem 'rubocop-minitest', '~> 0.10'
gem 'rubocop-performance', '~> 1.9'
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ DEPENDENCIES
pry-byebug (~> 3.9)
rails
rake (~> 13.0)
rubocop (~> 1.9, < 1.29)
rubocop-minitest (~> 0.10, < 0.20)
rubocop-performance (~> 1.9, < 1.14)
rubocop (~> 1.9)
rubocop-minitest (~> 0.10)
rubocop-performance (~> 1.9)
simplecov (< 0.18)
spring (~> 2.1)
vite_plugin_legacy!
Expand Down

0 comments on commit 7a4a28b

Please sign in to comment.