Skip to content

Commit

Permalink
Lock rubocop-performance to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jun 20, 2019
1 parent d1e128e commit 77393ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/bundler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "ronn", "~> 0.7.3"
s.add_development_dependency "rspec", "~> 3.6"
s.add_development_dependency "rubocop", "= 0.71.0"
s.add_development_dependency "rubocop-performance", "~> 1.1"
s.add_development_dependency "rubocop-performance", "= 1.4.0"

s.files = Dir.glob("{lib,exe}/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) }

Expand Down

0 comments on commit 77393ad

Please sign in to comment.