Skip to content

Commit

Permalink
move dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Jan 18, 2024
1 parent bbcea01 commit 11993c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions rubocop/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ source "https://rubygems.org"

# Specify your gem's dependencies in rubocop.gemspec
gemspec

gem "bundler", "~> 2.2"
gem "rake", "~> 13.0"
3 changes: 0 additions & 3 deletions rubocop/rubocop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,4 @@ Gem::Specification.new do |spec|
spec.add_dependency "rubocop-rake", "~> 0.6.0"
spec.add_dependency "rubocop-rspec", "~> 2.26.0"
spec.add_dependency "rubocop-sequel", "~> 0.3.3"

spec.add_development_dependency "bundler", "~> 2.2"
spec.add_development_dependency "rake", "~> 13.0"
end

0 comments on commit 11993c5

Please sign in to comment.