Skip to content

Commit

Permalink
Fix Rubocop Violations
Browse files Browse the repository at this point in the history
Removed extra spacing and changed hash syntax
  • Loading branch information
ChristineP2 committed Jan 6, 2019
1 parent 625773d commit 8d98f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -26,4 +26,4 @@ gem "rails", rails
# gem 'debugger'

gem "rubocop", "0.59.2" # Fixed on this because of HoundCI
gem "tzinfo-data", :platforms => [:mingw, :x64_mingw, :mswin]
gem "tzinfo-data", platforms: [:mingw, :x64_mingw, :mswin]

0 comments on commit 8d98f8d

Please sign in to comment.