Skip to content

Commit

Permalink
Specify rubocop version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexford committed Aug 26, 2023
1 parent 06d32d6 commit 19a62dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twilito.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "minitest", "~> 5.11"
spec.add_development_dependency "pry", "~> 0.14"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rubocop"
spec.add_development_dependency "rubocop", "~> 0.85"
spec.add_development_dependency "webmock", "~> 3.12"
spec.add_development_dependency "yard", "~> 0.9"
end

0 comments on commit 19a62dd

Please sign in to comment.