Skip to content

Commit

Permalink
upgrading rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDanger committed Jan 2, 2024
1 parent bfd7dc5 commit 9839320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion permanent_records.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'pry-byebug'
s.add_development_dependency 'rake' # For Travis-ci
s.add_development_dependency 'rspec', '>= 3.5.0'
s.add_development_dependency 'rubocop', '~> 0.68.0' # freeze to ensure ruby 2.2 compatibility
s.add_development_dependency 'rubocop'
s.add_development_dependency 'rubocop-performance'
s.add_development_dependency 'sqlite3', '~> 1.7.0' # freeze to ensure specs are working
end

0 comments on commit 9839320

Please sign in to comment.