Skip to content

Commit

Permalink
chore: rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Oct 11, 2024
1 parent 0bfdb56 commit 38c8b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite_ruby/vite_ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Gem::Specification.new do |s|
s.required_ruby_version = Gem::Requirement.new('>= 2.5')

s.add_dependency 'dry-cli', '>= 0.7', '< 2'
s.add_dependency 'logger', '~> 1.6'
s.add_dependency 'rack-proxy', '~> 0.6', '>= 0.6.1'
s.add_dependency 'zeitwerk', '~> 2.2'
s.add_dependency 'logger', '~> 1.6'

s.add_development_dependency 'm', '~> 1.5'
s.add_development_dependency 'minitest', '~> 5.0'
Expand Down

0 comments on commit 38c8b49

Please sign in to comment.