File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ group :development do
10
10
gem 'pry-byebug'
11
11
gem 'rake' , '10.1.0'
12
12
gem 'rspec' , '3.3.0'
13
- gem 'rubocop' , '0.32 .1'
13
+ gem 'rubocop' , '0.48 .1'
14
14
gem 'syck' if RUBY_VERSION . split ( '.' ) . first . to_i > 1
15
15
end
Original file line number Diff line number Diff line change 3
3
specs:
4
4
CFPropertyList (2.3.6 )
5
5
ast (2.4.0 )
6
- astrolabe (1.3.1 )
7
- parser (~> 2.2 )
8
6
builder (3.2.4 )
9
7
byebug (9.0.6 )
10
8
ci_reporter (2.0.0 )
58
56
diff-lcs (>= 1.2.0 , < 2.0 )
59
57
rspec-support (~> 3.3.0 )
60
58
rspec-support (3.3.0 )
61
- rubocop (0.32.1 )
62
- astrolabe (~> 1.3 )
63
- parser (>= 2.2.2.5 , < 3.0 )
59
+ rubocop (0.48.1 )
60
+ parser (>= 2.3.3.1 , < 3.0 )
64
61
powerpack (~> 0.1 )
65
62
rainbow (>= 1.99.1 , < 3.0 )
66
- ruby-progressbar (~> 1.4 )
63
+ ruby-progressbar (~> 1.7 )
64
+ unicode-display_width (~> 1.0 , >= 1.0.1 )
67
65
ruby-progressbar (1.10.1 )
68
66
stomp (1.4.9 )
69
67
syck (1.4.0 )
70
68
systemu (2.6.5 )
69
+ unicode-display_width (1.6.1 )
71
70
72
71
PLATFORMS
73
72
ruby
@@ -83,7 +82,7 @@ DEPENDENCIES
83
82
puppet (= 3.7.5 )
84
83
rake (= 10.1.0 )
85
84
rspec (= 3.3.0 )
86
- rubocop (= 0.32 .1 )
85
+ rubocop (= 0.48 .1 )
87
86
syck
88
87
89
88
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments