File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ gem 'collimator', '0.0.3'
4
4
gem 'mcollective-client' , '2.8.2'
5
5
gem 'puppet' , '3.7.5'
6
6
gem 'rspec' , '3.3.0' # used by stacks test command
7
- gem 'rubocop' , '0.32 .1'
7
+ gem 'rubocop' , '0.48 .1'
8
8
gem 'orc' , :git => 'https://github.com/tim-group/orc.git' , :ref => '9bd34ed0b9d7db51dd84cd944e7e4d117d5b79c2'
9
9
10
10
group :development do
Original file line number Diff line number Diff line change 11
11
specs:
12
12
CFPropertyList (2.3.6 )
13
13
ast (2.4.0 )
14
- astrolabe (1.3.1 )
15
- parser (~> 2.2 )
16
14
builder (3.2.4 )
17
15
byebug (9.0.6 )
18
16
ci_reporter (2.0.0 )
39
37
stomp
40
38
systemu
41
39
method_source (0.9.2 )
42
- parser (2.7.0.2 )
40
+ parser (2.7.1.3 )
43
41
ast (~> 2.4.0 )
44
42
powerpack (0.1.2 )
45
43
pry (0.12.2 )
69
67
diff-lcs (>= 1.2.0 , < 2.0 )
70
68
rspec-support (~> 3.3.0 )
71
69
rspec-support (3.3.0 )
72
- rubocop (0.32.1 )
73
- astrolabe (~> 1.3 )
74
- parser (>= 2.2.2.5 , < 3.0 )
70
+ rubocop (0.48.1 )
71
+ parser (>= 2.3.3.1 , < 3.0 )
75
72
powerpack (~> 0.1 )
76
73
rainbow (>= 1.99.1 , < 3.0 )
77
- ruby-progressbar (~> 1.4 )
74
+ ruby-progressbar (~> 1.7 )
75
+ unicode-display_width (~> 1.0 , >= 1.0.1 )
78
76
ruby-progressbar (1.10.1 )
79
77
stomp (1.4.9 )
80
78
syck (1.4.0 )
81
79
systemu (2.6.5 )
80
+ unicode-display_width (1.7.0 )
82
81
83
82
PLATFORMS
84
83
ruby
@@ -95,7 +94,7 @@ DEPENDENCIES
95
94
puppet (= 3.7.5 )
96
95
rake (= 10.1.0 )
97
96
rspec (= 3.3.0 )
98
- rubocop (= 0.32 .1 )
97
+ rubocop (= 0.48 .1 )
99
98
syck
100
99
101
100
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments