Skip to content

Commit

Permalink
Turns out Rubocop also lints the Gemfile
Browse files Browse the repository at this point in the history
Thanks emacs for NOT warning me
  • Loading branch information
ldelelis committed Dec 3, 2017
1 parent 80dc803 commit cfe0e6e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
source "https://rubygems.org" do
gem 'fullwidth'
gem 'discordrb'
gem 'figlet'
gem 'cowsay'
gem 'fortune_gem'
gem 'pry'
source 'https://rubygems.org' do
gem 'cowsay'
gem 'discordrb'
gem 'figlet'
gem 'fortune_gem'
gem 'fullwidth'
gem 'pry'
end

0 comments on commit cfe0e6e

Please sign in to comment.