Skip to content

Commit

Permalink
Update RuboCop to 0.57.2 (#1293)
Browse files Browse the repository at this point in the history
Also fixes new offenses
  • Loading branch information
tagliala authored and stympy committed Jun 21, 2018
1 parent 70d798d commit 6ce0261
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
8 changes: 5 additions & 3 deletions Gemfile.lock
Expand Up @@ -14,6 +14,7 @@ GEM
docile (1.3.0)
i18n (0.9.1)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.1)
json (2.1.0)
launchy (2.4.3)
addressable (~> 2.3)
Expand All @@ -22,11 +23,12 @@ GEM
parser (2.5.1.0)
ast (~> 2.4.0)
power_assert (1.1.1)
powerpack (0.1.1)
powerpack (0.1.2)
public_suffix (3.0.2)
rainbow (3.0.0)
rake (12.3.0)
rubocop (0.56.0)
rubocop (0.57.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
Expand All @@ -42,7 +44,7 @@ GEM
test-unit (3.2.6)
power_assert
timecop (0.9.1)
unicode-display_width (1.3.2)
unicode-display_width (1.4.0)

PLATFORMS
ruby
Expand Down
1 change: 0 additions & 1 deletion lib/faker/beer.rb
@@ -1,4 +1,3 @@

module Faker
class Beer < Base
flexible :beer
Expand Down
1 change: 0 additions & 1 deletion lib/helpers/char.rb
@@ -1,4 +1,3 @@

module Faker
module Char
def self.prepare(string)
Expand Down
1 change: 0 additions & 1 deletion test/test_faker_movie.rb
@@ -1,4 +1,3 @@

require File.expand_path(File.dirname(__FILE__) + '/test_helper.rb')

class TestFakerMovie < Test::Unit::TestCase
Expand Down
1 change: 0 additions & 1 deletion test/test_faker_one_piece.rb
@@ -1,4 +1,3 @@

require File.expand_path(File.dirname(__FILE__) + '/test_helper.rb')

class TestFakerOnePiece < Test::Unit::TestCase
Expand Down

0 comments on commit 6ce0261

Please sign in to comment.