Skip to content

Commit

Permalink
Address Gemspec/DevelopmentDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Apr 4, 2024
1 parent 51cc39d commit 71043f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ end

group :development do
gem 'bump', '~> 0.5', require: false
gem 'bundler', '>= 1.13', '< 3.0', require: false
gem 'solargraph', '~> 0.34', require: false
gem 'yard', '~> 0.9', require: false
end
1 change: 0 additions & 1 deletion rubocop-sketchup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ Gem::Specification.new do |spec|
]

spec.add_dependency 'rubocop', '>= 0.82', '< 2.0'
spec.add_development_dependency 'bundler', '>= 1.13', '< 3.0'
end

0 comments on commit 71043f0

Please sign in to comment.