Skip to content

Commit

Permalink
Bump to rubocop 0.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpignata committed Feb 11, 2016
1 parent 25e9a15 commit 88974fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem "activesupport", require: false
gem "rubocop", "~> 0.37.1", require: false
gem "rubocop", "~> 0.37.2", require: false
gem "rubocop-rspec", require: false
gem "safe_yaml"
gem "pry", require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
rubocop (0.37.1)
rubocop (0.37.2)
parser (>= 2.3.0.4, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
Expand All @@ -59,7 +59,7 @@ DEPENDENCIES
pry
rake
rspec
rubocop (~> 0.37.1)
rubocop (~> 0.37.2)
rubocop-rspec
safe_yaml

Expand Down

0 comments on commit 88974fc

Please sign in to comment.