Skip to content

Commit

Permalink
chore: fix new line
Browse files Browse the repository at this point in the history
  • Loading branch information
saiqulhaq committed Oct 22, 2024
1 parent a13abf3 commit 86633e9
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 @@ -13,4 +13,4 @@ gem 'webmock', '~> 3.4'
less_than_ruby_v27 = Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.7.0')
gem 'rubocop', less_than_ruby_v27 ? '~> 1.12.0' : '~> 1.67.0'
gem 'rubocop-packaging', '~> 0.5'
gem 'rubocop-performance', '~> 1.20'
gem 'rubocop-performance', '~> 1.20'

0 comments on commit 86633e9

Please sign in to comment.