File tree Expand file tree Collapse file tree 2 files changed +19
-16
lines changed Expand file tree Collapse file tree 2 files changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ group :development, :test do
77 gem  'guard' 
88 gem  'guard-rspec' 
99 gem  'vcr' 
10-  gem  'rubocop' ,  '0.28.0 ' ,  require : false 
10+  gem  'rubocop' ,  '0.49.1 ' ,  require : false 
1111end 
Original file line number Diff line number Diff line change 22 remote:  http://rubygems.org/ 
33 specs: 
44 addressable  (2.3.2 )
5-  ast  (2.0.0 )
6-  astrolabe  (1.3.0 )
7-  parser  (>=  2.2.0.pre.3 , <  3.0 )
5+  ast  (2.4.0 )
86 coderay  (1.0.8 )
9-  crack  (0.3.1  )
7+  crack  (0.3.2  )
108 diff-lcs  (1.2.5 )
119 docile  (1.1.5 )
1210 guard  (1.5.4 )
2119 lumberjack  (1.0.2 )
2220 method_source  (0.8.1 )
2321 multi_json  (1.10.1 )
24-  parser  (2.2.0.2 )
25-  ast  (>=  1.1 , <  3.0 )
26-  powerpack  (0.0.9 )
22+  parallel  (1.12.1 )
23+  parser  (2.5.0.2 )
24+  ast  (~>  2.4.0 )
25+  powerpack  (0.1.1 )
2726 pry  (0.9.10 )
2827 coderay  (~>  1.0.5 )
2928 method_source  (~>  0.8 )
3029 slop  (~>  3.3.1 )
31-  rainbow  (2.0.0 )
30+  rainbow  (2.2.2 )
31+  rake 
32+  rake  (12.3.0 )
3233 rspec  (2.14.1 )
3334 rspec-core  (~>  2.14.0 )
3435 rspec-expectations  (~>  2.14.0 )
3738 rspec-expectations  (2.14.5 )
3839 diff-lcs  (>=  1.1.3 , <  2.0 )
3940 rspec-mocks  (2.14.6 )
40-  rubocop  (0.28.0  )
41-  astrolabe  (~>  1.3  )
42-  parser  (>=  2.2.0.pre.7  , <  3.0 )
43-  powerpack  (~>  0.0.6  )
41+  rubocop  (0.49.1  )
42+  parallel  (~>  1.10  )
43+  parser  (>=  2.3.3.1  , <  3.0 )
44+  powerpack  (~>  0.1  )
4445 rainbow  (>=  1.99.1 , <  3.0 )
45-  ruby-progressbar  (~>  1.4 )
46-  ruby-progressbar  (1.7.1 )
46+  ruby-progressbar  (~>  1.7 )
47+  unicode-display_width  (~>  1.0 , >=  1.0.1 )
48+  ruby-progressbar  (1.9.0 )
4749 simplecov  (0.9.1 )
4850 docile  (~>  1.1.0 )
4951 multi_json  (~>  1.0 )
5052 simplecov-html  (~>  0.8.0 )
5153 simplecov-html  (0.8.0 )
5254 slop  (3.3.3 )
5355 thor  (0.19.1 )
56+  unicode-display_width  (1.3.0 )
5457 vcr  (2.4.0 )
5558 webmock  (1.9.0 )
5659 addressable  (>=  2.2.7 )
@@ -63,7 +66,7 @@ DEPENDENCIES
6366 guard 
6467 guard-rspec 
6568 rspec  (~>  2.14.0 )
66-  rubocop  (=  0.28.0  )
69+  rubocop  (=  0.49.1  )
6770 simplecov 
6871 vcr 
6972 webmock 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments