Skip to content

Commit

Permalink
Update rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmetal committed Nov 21, 2017
1 parent 8ce22c9 commit 1e41a9c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
21 changes: 12 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
tzinfo (~> 1.1)
addressable (2.4.0)
arel (7.1.4)
ast (2.2.0)
ast (2.3.0)
backports (3.6.8)
concurrent-ruby (1.0.5)
diff-lcs (1.2.5)
Expand Down Expand Up @@ -50,13 +50,15 @@ GEM
multipart-post (2.0.0)
net-http-persistent (2.9.4)
net-http-pipeline (1.0.1)
parser (2.3.0.6)
ast (~> 2.2)
parallel (1.12.0)
parser (2.4.0.2)
ast (~> 2.3)
powerpack (0.1.1)
pusher-client (0.6.2)
json
websocket (~> 1.0)
rainbow (2.1.0)
rainbow (2.2.2)
rake
rake (10.5.0)
rspec (3.4.0)
rspec-core (~> 3.4.0)
Expand All @@ -71,13 +73,14 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
rubocop (0.38.0)
parser (>= 2.3.0.6, < 3.0)
rubocop (0.50.0)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
rainbow (>= 2.2.2, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.7.5)
ruby-progressbar (1.9.0)
thread_safe (0.3.6)
travis (1.8.2)
backports
Expand All @@ -92,7 +95,7 @@ GEM
ethon (>= 0.8.0)
tzinfo (1.2.4)
thread_safe (~> 0.1)
unicode-display_width (1.0.2)
unicode-display_width (1.3.0)
uuidtools (2.1.5)
websocket (1.2.2)

Expand Down
4 changes: 1 addition & 3 deletions uuidable.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'uuidable/version'
Expand All @@ -25,6 +23,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'travis', '~> 1.8', '>= 1.8.2'

spec.add_dependency 'uuidtools', '>= 2.1', '< 3'
spec.add_dependency 'activerecord', '>= 4.2', '< 5.1'
spec.add_dependency 'uuidtools', '>= 2.1', '< 3'
end

0 comments on commit 1e41a9c

Please sign in to comment.