Skip to content

Commit

Permalink
update rubocop to 0.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed May 29, 2017
1 parent da2c2d8 commit 09f760f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ GEM
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
nio4r (2.0.0)
nio4r (2.1.0)
nokogiri (1.7.2)
mini_portile2 (~> 2.1.0)
oauth (0.5.3)
Expand Down Expand Up @@ -297,7 +297,7 @@ GEM
rspec-mocks (~> 3.6.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
rubocop (0.49.0)
rubocop (0.49.1)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
Expand Down Expand Up @@ -385,7 +385,7 @@ DEPENDENCIES
rails_best_practices (~> 1.18.1)
rake (~> 12.0.0)
rspec-rails (~> 3.6.0)
rubocop (~> 0.49.0)
rubocop (~> 0.49.1)
rubocop-rspec (~> 1.15.1)
scss_lint (~> 0.53.0)
shoulda-matchers (~> 3.1.1)
Expand Down
2 changes: 1 addition & 1 deletion socializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Gem::Specification.new do |s|
s.add_development_dependency("shoulda-matchers", "~> 3.1.1")
# s.add_development_dependency("database_cleaner", "~> 1.6.0")
s.add_development_dependency("rails_best_practices", "~> 1.18.1")
s.add_development_dependency("rubocop", "~> 0.49.0")
s.add_development_dependency("rubocop", "~> 0.49.1")
s.add_development_dependency("rubocop-rspec", "~> 1.15.1")
s.add_development_dependency("scss_lint", "~> 0.53.0")
end

0 comments on commit 09f760f

Please sign in to comment.