Skip to content

Bump rubocop to 0.37.2 #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Feb 11, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump to rubocop 0.37.1
  • Loading branch information
jpignata committed Feb 11, 2016
commit 562cea6c9687516ffd09ec47efb07374f1819259
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.36.0", require: false
gem "rubocop", "~> 0.37.1", require: false
gem "rubocop-rspec", require: false
gem "safe_yaml"
gem "pry", require: false
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
json (1.8.3)
method_source (0.8.2)
minitest (5.8.4)
parser (2.3.0.2)
parser (2.3.0.4)
ast (~> 2.2)
powerpack (0.1.1)
pry (0.10.3)
Expand All @@ -36,18 +36,20 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.3.0)
rspec-support (3.3.0)
rubocop (0.36.0)
parser (>= 2.3.0.0, < 3.0)
rubocop (0.37.1)
parser (>= 2.3.0.4, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 0.3)
rubocop-rspec (1.3.1)
ruby-progressbar (1.7.5)
safe_yaml (1.0.4)
slop (3.6.0)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicode-display_width (0.3.1)

PLATFORMS
ruby
Expand All @@ -57,7 +59,7 @@ DEPENDENCIES
pry
rake
rspec
rubocop (~> 0.36.0)
rubocop (~> 0.37.1)
rubocop-rspec
safe_yaml

Expand Down