Skip to content

Commit

Permalink
Tweak Gemfile, bug was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Sep 11, 2020
1 parent 8fc3767 commit a93f45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local_ast = File.expand_path('../rubocop', __dir__)
if Dir.exist? local_ast
gem 'rubocop', path: local_ast
else
gem 'rubocop', '~> 0.89' # rubocop:disable Bundler/DuplicatedGem
gem 'rubocop', '~> 0.89'
end
gem 'rubocop-performance', '~> 1.0'
gem 'rubocop-rspec', '~> 1.0'
Expand Down

0 comments on commit a93f45f

Please sign in to comment.