pug-rails 3.0.0.rc3 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,6 +3,11 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 4"
6
+ gem "rake", "~> 10.0"
7
+ gem "appraisal", "~> 2.1", require: false
8
+ gem "rubocop", "~> 0.51", require: false
9
+ gem "test-unit", "~> 3.1"
10
+ gem "nokogiri", "~> 1.6", "< 1.7"
6
11
  gem "sprockets", "~> 2"
7
12
 
8
13
  gemspec path: "../"
@@ -1,42 +1,42 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pug-rails (3.0.0.rc3)
5
- pug-ruby (~> 2.0.0.rc3)
4
+ pug-rails (3.0.0)
5
+ pug-ruby (~> 2.0.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionmailer (4.2.9)
11
- actionpack (= 4.2.9)
12
- actionview (= 4.2.9)
13
- activejob (= 4.2.9)
10
+ actionmailer (4.2.10)
11
+ actionpack (= 4.2.10)
12
+ actionview (= 4.2.10)
13
+ activejob (= 4.2.10)
14
14
  mail (~> 2.5, >= 2.5.4)
15
15
  rails-dom-testing (~> 1.0, >= 1.0.5)
16
- actionpack (4.2.9)
17
- actionview (= 4.2.9)
18
- activesupport (= 4.2.9)
16
+ actionpack (4.2.10)
17
+ actionview (= 4.2.10)
18
+ activesupport (= 4.2.10)
19
19
  rack (~> 1.6)
20
20
  rack-test (~> 0.6.2)
21
21
  rails-dom-testing (~> 1.0, >= 1.0.5)
22
22
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
23
- actionview (4.2.9)
24
- activesupport (= 4.2.9)
23
+ actionview (4.2.10)
24
+ activesupport (= 4.2.10)
25
25
  builder (~> 3.1)
26
26
  erubis (~> 2.7.0)
27
27
  rails-dom-testing (~> 1.0, >= 1.0.5)
28
28
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
29
- activejob (4.2.9)
30
- activesupport (= 4.2.9)
29
+ activejob (4.2.10)
30
+ activesupport (= 4.2.10)
31
31
  globalid (>= 0.3.0)
32
- activemodel (4.2.9)
33
- activesupport (= 4.2.9)
32
+ activemodel (4.2.10)
33
+ activesupport (= 4.2.10)
34
34
  builder (~> 3.1)
35
- activerecord (4.2.9)
36
- activemodel (= 4.2.9)
37
- activesupport (= 4.2.9)
35
+ activerecord (4.2.10)
36
+ activemodel (= 4.2.10)
37
+ activesupport (= 4.2.10)
38
38
  arel (~> 6.0)
39
- activesupport (4.2.9)
39
+ activesupport (4.2.10)
40
40
  i18n (~> 0.7)
41
41
  minitest (~> 5.1)
42
42
  thread_safe (~> 0.3, >= 0.3.4)
@@ -46,29 +46,36 @@ GEM
46
46
  rake
47
47
  thor (>= 0.14.0)
48
48
  arel (6.0.4)
49
+ ast (2.3.0)
49
50
  builder (3.2.3)
51
+ concurrent-ruby (1.0.5)
52
+ crass (1.0.2)
50
53
  erubis (2.7.0)
51
54
  execjs (2.7.0)
52
- globalid (0.4.0)
55
+ globalid (0.4.1)
53
56
  activesupport (>= 4.2.0)
54
57
  hike (1.2.3)
55
- i18n (0.8.6)
56
- loofah (2.0.3)
58
+ i18n (0.9.1)
59
+ concurrent-ruby (~> 1.0)
60
+ loofah (2.1.1)
61
+ crass (~> 1.0.2)
57
62
  nokogiri (>= 1.5.9)
58
- mail (2.6.6)
59
- mime-types (>= 1.16, < 4)
63
+ mail (2.7.0)
64
+ mini_mime (>= 0.1.1)
60
65
  memoist (0.16.0)
61
66
  method-not-implemented (1.0.1)
62
- mime-types (3.1)
63
- mime-types-data (~> 3.2015)
64
- mime-types-data (3.2016.0521)
67
+ mini_mime (1.0.0)
65
68
  mini_portile2 (2.1.0)
66
69
  minitest (5.10.3)
67
70
  multi_json (1.12.2)
68
71
  nokogiri (1.6.8.1)
69
72
  mini_portile2 (~> 2.1.0)
70
- power_assert (1.1.0)
71
- pug-ruby (2.0.0.rc3)
73
+ parallel (1.12.0)
74
+ parser (2.4.0.0)
75
+ ast (~> 2.2)
76
+ power_assert (1.1.1)
77
+ powerpack (0.1.1)
78
+ pug-ruby (2.0.0)
72
79
  execjs (~> 2.0)
73
80
  memoist (~> 0.15)
74
81
  method-not-implemented (~> 1.0, >= 1.0.1)
@@ -76,16 +83,16 @@ GEM
76
83
  rack (1.6.8)
77
84
  rack-test (0.6.3)
78
85
  rack (>= 1.0)
79
- rails (4.2.9)
80
- actionmailer (= 4.2.9)
81
- actionpack (= 4.2.9)
82
- actionview (= 4.2.9)
83
- activejob (= 4.2.9)
84
- activemodel (= 4.2.9)
85
- activerecord (= 4.2.9)
86
- activesupport (= 4.2.9)
86
+ rails (4.2.10)
87
+ actionmailer (= 4.2.10)
88
+ actionpack (= 4.2.10)
89
+ actionview (= 4.2.10)
90
+ activejob (= 4.2.10)
91
+ activemodel (= 4.2.10)
92
+ activerecord (= 4.2.10)
93
+ activesupport (= 4.2.10)
87
94
  bundler (>= 1.3.0, < 2.0)
88
- railties (= 4.2.9)
95
+ railties (= 4.2.10)
89
96
  sprockets-rails
90
97
  rails-deprecated_sanitizer (1.0.3)
91
98
  activesupport (>= 4.2.0.alpha)
@@ -95,13 +102,23 @@ GEM
95
102
  rails-deprecated_sanitizer (>= 1.0.1)
96
103
  rails-html-sanitizer (1.0.3)
97
104
  loofah (~> 2.0)
98
- railties (4.2.9)
99
- actionpack (= 4.2.9)
100
- activesupport (= 4.2.9)
105
+ railties (4.2.10)
106
+ actionpack (= 4.2.10)
107
+ activesupport (= 4.2.10)
101
108
  rake (>= 0.8.7)
102
109
  thor (>= 0.18.1, < 2.0)
110
+ rainbow (2.2.2)
111
+ rake
103
112
  rake (10.5.0)
104
113
  regexp-match-polyfill (1.0.2)
114
+ rubocop (0.51.0)
115
+ parallel (~> 1.10)
116
+ parser (>= 2.3.3.1, < 3.0)
117
+ powerpack (~> 0.1)
118
+ rainbow (>= 2.2.2, < 3.0)
119
+ ruby-progressbar (~> 1.7)
120
+ unicode-display_width (~> 1.0, >= 1.0.1)
121
+ ruby-progressbar (1.9.0)
105
122
  sprockets (2.12.4)
106
123
  hike (~> 1.2)
107
124
  multi_json (~> 1.0)
@@ -111,13 +128,14 @@ GEM
111
128
  actionpack (>= 3.0)
112
129
  activesupport (>= 3.0)
113
130
  sprockets (>= 2.8, < 4.0)
114
- test-unit (3.2.5)
131
+ test-unit (3.2.6)
115
132
  power_assert
116
133
  thor (0.20.0)
117
134
  thread_safe (0.3.6)
118
135
  tilt (1.4.1)
119
- tzinfo (1.2.3)
136
+ tzinfo (1.2.4)
120
137
  thread_safe (~> 0.1)
138
+ unicode-display_width (1.3.0)
121
139
 
122
140
  PLATFORMS
123
141
  ruby
@@ -129,8 +147,9 @@ DEPENDENCIES
129
147
  pug-rails!
130
148
  rails (~> 4)
131
149
  rake (~> 10.0)
150
+ rubocop (~> 0.51)
132
151
  sprockets (~> 2)
133
152
  test-unit (~> 3.1)
134
153
 
135
154
  BUNDLED WITH
136
- 1.15.4
155
+ 1.16.0
@@ -3,6 +3,11 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 4.1"
6
+ gem "rake", "~> 10.0"
7
+ gem "appraisal", "~> 2.1", require: false
8
+ gem "rubocop", "~> 0.51", require: false
9
+ gem "test-unit", "~> 3.1"
10
+ gem "nokogiri", "~> 1.6", "< 1.7"
6
11
  gem "sprockets", "~> 3"
7
12
 
8
13
  gemspec path: "../"
@@ -1,42 +1,42 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pug-rails (3.0.0.rc3)
5
- pug-ruby (~> 2.0.0.rc3)
4
+ pug-rails (3.0.0)
5
+ pug-ruby (~> 2.0.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionmailer (4.2.9)
11
- actionpack (= 4.2.9)
12
- actionview (= 4.2.9)
13
- activejob (= 4.2.9)
10
+ actionmailer (4.2.10)
11
+ actionpack (= 4.2.10)
12
+ actionview (= 4.2.10)
13
+ activejob (= 4.2.10)
14
14
  mail (~> 2.5, >= 2.5.4)
15
15
  rails-dom-testing (~> 1.0, >= 1.0.5)
16
- actionpack (4.2.9)
17
- actionview (= 4.2.9)
18
- activesupport (= 4.2.9)
16
+ actionpack (4.2.10)
17
+ actionview (= 4.2.10)
18
+ activesupport (= 4.2.10)
19
19
  rack (~> 1.6)
20
20
  rack-test (~> 0.6.2)
21
21
  rails-dom-testing (~> 1.0, >= 1.0.5)
22
22
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
23
- actionview (4.2.9)
24
- activesupport (= 4.2.9)
23
+ actionview (4.2.10)
24
+ activesupport (= 4.2.10)
25
25
  builder (~> 3.1)
26
26
  erubis (~> 2.7.0)
27
27
  rails-dom-testing (~> 1.0, >= 1.0.5)
28
28
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
29
- activejob (4.2.9)
30
- activesupport (= 4.2.9)
29
+ activejob (4.2.10)
30
+ activesupport (= 4.2.10)
31
31
  globalid (>= 0.3.0)
32
- activemodel (4.2.9)
33
- activesupport (= 4.2.9)
32
+ activemodel (4.2.10)
33
+ activesupport (= 4.2.10)
34
34
  builder (~> 3.1)
35
- activerecord (4.2.9)
36
- activemodel (= 4.2.9)
37
- activesupport (= 4.2.9)
35
+ activerecord (4.2.10)
36
+ activemodel (= 4.2.10)
37
+ activesupport (= 4.2.10)
38
38
  arel (~> 6.0)
39
- activesupport (4.2.9)
39
+ activesupport (4.2.10)
40
40
  i18n (~> 0.7)
41
41
  minitest (~> 5.1)
42
42
  thread_safe (~> 0.3, >= 0.3.4)
@@ -46,28 +46,34 @@ GEM
46
46
  rake
47
47
  thor (>= 0.14.0)
48
48
  arel (6.0.4)
49
+ ast (2.3.0)
49
50
  builder (3.2.3)
50
51
  concurrent-ruby (1.0.5)
52
+ crass (1.0.2)
51
53
  erubis (2.7.0)
52
54
  execjs (2.7.0)
53
- globalid (0.4.0)
55
+ globalid (0.4.1)
54
56
  activesupport (>= 4.2.0)
55
- i18n (0.8.6)
56
- loofah (2.0.3)
57
+ i18n (0.9.1)
58
+ concurrent-ruby (~> 1.0)
59
+ loofah (2.1.1)
60
+ crass (~> 1.0.2)
57
61
  nokogiri (>= 1.5.9)
58
- mail (2.6.6)
59
- mime-types (>= 1.16, < 4)
62
+ mail (2.7.0)
63
+ mini_mime (>= 0.1.1)
60
64
  memoist (0.16.0)
61
65
  method-not-implemented (1.0.1)
62
- mime-types (3.1)
63
- mime-types-data (~> 3.2015)
64
- mime-types-data (3.2016.0521)
66
+ mini_mime (1.0.0)
65
67
  mini_portile2 (2.1.0)
66
68
  minitest (5.10.3)
67
69
  nokogiri (1.6.8.1)
68
70
  mini_portile2 (~> 2.1.0)
69
- power_assert (1.1.0)
70
- pug-ruby (2.0.0.rc3)
71
+ parallel (1.12.0)
72
+ parser (2.4.0.0)
73
+ ast (~> 2.2)
74
+ power_assert (1.1.1)
75
+ powerpack (0.1.1)
76
+ pug-ruby (2.0.0)
71
77
  execjs (~> 2.0)
72
78
  memoist (~> 0.15)
73
79
  method-not-implemented (~> 1.0, >= 1.0.1)
@@ -75,16 +81,16 @@ GEM
75
81
  rack (1.6.8)
76
82
  rack-test (0.6.3)
77
83
  rack (>= 1.0)
78
- rails (4.2.9)
79
- actionmailer (= 4.2.9)
80
- actionpack (= 4.2.9)
81
- actionview (= 4.2.9)
82
- activejob (= 4.2.9)
83
- activemodel (= 4.2.9)
84
- activerecord (= 4.2.9)
85
- activesupport (= 4.2.9)
84
+ rails (4.2.10)
85
+ actionmailer (= 4.2.10)
86
+ actionpack (= 4.2.10)
87
+ actionview (= 4.2.10)
88
+ activejob (= 4.2.10)
89
+ activemodel (= 4.2.10)
90
+ activerecord (= 4.2.10)
91
+ activesupport (= 4.2.10)
86
92
  bundler (>= 1.3.0, < 2.0)
87
- railties (= 4.2.9)
93
+ railties (= 4.2.10)
88
94
  sprockets-rails
89
95
  rails-deprecated_sanitizer (1.0.3)
90
96
  activesupport (>= 4.2.0.alpha)
@@ -94,13 +100,23 @@ GEM
94
100
  rails-deprecated_sanitizer (>= 1.0.1)
95
101
  rails-html-sanitizer (1.0.3)
96
102
  loofah (~> 2.0)
97
- railties (4.2.9)
98
- actionpack (= 4.2.9)
99
- activesupport (= 4.2.9)
103
+ railties (4.2.10)
104
+ actionpack (= 4.2.10)
105
+ activesupport (= 4.2.10)
100
106
  rake (>= 0.8.7)
101
107
  thor (>= 0.18.1, < 2.0)
108
+ rainbow (2.2.2)
109
+ rake
102
110
  rake (10.5.0)
103
111
  regexp-match-polyfill (1.0.2)
112
+ rubocop (0.51.0)
113
+ parallel (~> 1.10)
114
+ parser (>= 2.3.3.1, < 3.0)
115
+ powerpack (~> 0.1)
116
+ rainbow (>= 2.2.2, < 3.0)
117
+ ruby-progressbar (~> 1.7)
118
+ unicode-display_width (~> 1.0, >= 1.0.1)
119
+ ruby-progressbar (1.9.0)
104
120
  sprockets (3.7.1)
105
121
  concurrent-ruby (~> 1.0)
106
122
  rack (> 1, < 3)
@@ -108,12 +124,13 @@ GEM
108
124
  actionpack (>= 4.0)
109
125
  activesupport (>= 4.0)
110
126
  sprockets (>= 3.0.0)
111
- test-unit (3.2.5)
127
+ test-unit (3.2.6)
112
128
  power_assert
113
129
  thor (0.20.0)
114
130
  thread_safe (0.3.6)
115
- tzinfo (1.2.3)
131
+ tzinfo (1.2.4)
116
132
  thread_safe (~> 0.1)
133
+ unicode-display_width (1.3.0)
117
134
 
118
135
  PLATFORMS
119
136
  ruby
@@ -125,8 +142,9 @@ DEPENDENCIES
125
142
  pug-rails!
126
143
  rails (~> 4.1)
127
144
  rake (~> 10.0)
145
+ rubocop (~> 0.51)
128
146
  sprockets (~> 3)
129
147
  test-unit (~> 3.1)
130
148
 
131
149
  BUNDLED WITH
132
- 1.15.4
150
+ 1.16.0
@@ -3,6 +3,11 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 4.2"
6
+ gem "rake", "~> 10.0"
7
+ gem "appraisal", "~> 2.1", require: false
8
+ gem "rubocop", "~> 0.51", require: false
9
+ gem "test-unit", "~> 3.1"
10
+ gem "nokogiri", "~> 1.6", "< 1.7"
6
11
  gem "sprockets", "~> 2"
7
12
 
8
13
  gemspec path: "../"
@@ -1,42 +1,42 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- pug-rails (3.0.0.rc3)
5
- pug-ruby (~> 2.0.0.rc3)
4
+ pug-rails (3.0.0)
5
+ pug-ruby (~> 2.0.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actionmailer (4.2.9)
11
- actionpack (= 4.2.9)
12
- actionview (= 4.2.9)
13
- activejob (= 4.2.9)
10
+ actionmailer (4.2.10)
11
+ actionpack (= 4.2.10)
12
+ actionview (= 4.2.10)
13
+ activejob (= 4.2.10)
14
14
  mail (~> 2.5, >= 2.5.4)
15
15
  rails-dom-testing (~> 1.0, >= 1.0.5)
16
- actionpack (4.2.9)
17
- actionview (= 4.2.9)
18
- activesupport (= 4.2.9)
16
+ actionpack (4.2.10)
17
+ actionview (= 4.2.10)
18
+ activesupport (= 4.2.10)
19
19
  rack (~> 1.6)
20
20
  rack-test (~> 0.6.2)
21
21
  rails-dom-testing (~> 1.0, >= 1.0.5)
22
22
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
23
- actionview (4.2.9)
24
- activesupport (= 4.2.9)
23
+ actionview (4.2.10)
24
+ activesupport (= 4.2.10)
25
25
  builder (~> 3.1)
26
26
  erubis (~> 2.7.0)
27
27
  rails-dom-testing (~> 1.0, >= 1.0.5)
28
28
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
29
- activejob (4.2.9)
30
- activesupport (= 4.2.9)
29
+ activejob (4.2.10)
30
+ activesupport (= 4.2.10)
31
31
  globalid (>= 0.3.0)
32
- activemodel (4.2.9)
33
- activesupport (= 4.2.9)
32
+ activemodel (4.2.10)
33
+ activesupport (= 4.2.10)
34
34
  builder (~> 3.1)
35
- activerecord (4.2.9)
36
- activemodel (= 4.2.9)
37
- activesupport (= 4.2.9)
35
+ activerecord (4.2.10)
36
+ activemodel (= 4.2.10)
37
+ activesupport (= 4.2.10)
38
38
  arel (~> 6.0)
39
- activesupport (4.2.9)
39
+ activesupport (4.2.10)
40
40
  i18n (~> 0.7)
41
41
  minitest (~> 5.1)
42
42
  thread_safe (~> 0.3, >= 0.3.4)
@@ -46,29 +46,36 @@ GEM
46
46
  rake
47
47
  thor (>= 0.14.0)
48
48
  arel (6.0.4)
49
+ ast (2.3.0)
49
50
  builder (3.2.3)
51
+ concurrent-ruby (1.0.5)
52
+ crass (1.0.2)
50
53
  erubis (2.7.0)
51
54
  execjs (2.7.0)
52
- globalid (0.4.0)
55
+ globalid (0.4.1)
53
56
  activesupport (>= 4.2.0)
54
57
  hike (1.2.3)
55
- i18n (0.8.6)
56
- loofah (2.0.3)
58
+ i18n (0.9.1)
59
+ concurrent-ruby (~> 1.0)
60
+ loofah (2.1.1)
61
+ crass (~> 1.0.2)
57
62
  nokogiri (>= 1.5.9)
58
- mail (2.6.6)
59
- mime-types (>= 1.16, < 4)
63
+ mail (2.7.0)
64
+ mini_mime (>= 0.1.1)
60
65
  memoist (0.16.0)
61
66
  method-not-implemented (1.0.1)
62
- mime-types (3.1)
63
- mime-types-data (~> 3.2015)
64
- mime-types-data (3.2016.0521)
67
+ mini_mime (1.0.0)
65
68
  mini_portile2 (2.1.0)
66
69
  minitest (5.10.3)
67
70
  multi_json (1.12.2)
68
71
  nokogiri (1.6.8.1)
69
72
  mini_portile2 (~> 2.1.0)
70
- power_assert (1.1.0)
71
- pug-ruby (2.0.0.rc3)
73
+ parallel (1.12.0)
74
+ parser (2.4.0.0)
75
+ ast (~> 2.2)
76
+ power_assert (1.1.1)
77
+ powerpack (0.1.1)
78
+ pug-ruby (2.0.0)
72
79
  execjs (~> 2.0)
73
80
  memoist (~> 0.15)
74
81
  method-not-implemented (~> 1.0, >= 1.0.1)
@@ -76,16 +83,16 @@ GEM
76
83
  rack (1.6.8)
77
84
  rack-test (0.6.3)
78
85
  rack (>= 1.0)
79
- rails (4.2.9)
80
- actionmailer (= 4.2.9)
81
- actionpack (= 4.2.9)
82
- actionview (= 4.2.9)
83
- activejob (= 4.2.9)
84
- activemodel (= 4.2.9)
85
- activerecord (= 4.2.9)
86
- activesupport (= 4.2.9)
86
+ rails (4.2.10)
87
+ actionmailer (= 4.2.10)
88
+ actionpack (= 4.2.10)
89
+ actionview (= 4.2.10)
90
+ activejob (= 4.2.10)
91
+ activemodel (= 4.2.10)
92
+ activerecord (= 4.2.10)
93
+ activesupport (= 4.2.10)
87
94
  bundler (>= 1.3.0, < 2.0)
88
- railties (= 4.2.9)
95
+ railties (= 4.2.10)
89
96
  sprockets-rails
90
97
  rails-deprecated_sanitizer (1.0.3)
91
98
  activesupport (>= 4.2.0.alpha)
@@ -95,13 +102,23 @@ GEM
95
102
  rails-deprecated_sanitizer (>= 1.0.1)
96
103
  rails-html-sanitizer (1.0.3)
97
104
  loofah (~> 2.0)
98
- railties (4.2.9)
99
- actionpack (= 4.2.9)
100
- activesupport (= 4.2.9)
105
+ railties (4.2.10)
106
+ actionpack (= 4.2.10)
107
+ activesupport (= 4.2.10)
101
108
  rake (>= 0.8.7)
102
109
  thor (>= 0.18.1, < 2.0)
110
+ rainbow (2.2.2)
111
+ rake
103
112
  rake (10.5.0)
104
113
  regexp-match-polyfill (1.0.2)
114
+ rubocop (0.51.0)
115
+ parallel (~> 1.10)
116
+ parser (>= 2.3.3.1, < 3.0)
117
+ powerpack (~> 0.1)
118
+ rainbow (>= 2.2.2, < 3.0)
119
+ ruby-progressbar (~> 1.7)
120
+ unicode-display_width (~> 1.0, >= 1.0.1)
121
+ ruby-progressbar (1.9.0)
105
122
  sprockets (2.12.4)
106
123
  hike (~> 1.2)
107
124
  multi_json (~> 1.0)
@@ -111,13 +128,14 @@ GEM
111
128
  actionpack (>= 3.0)
112
129
  activesupport (>= 3.0)
113
130
  sprockets (>= 2.8, < 4.0)
114
- test-unit (3.2.5)
131
+ test-unit (3.2.6)
115
132
  power_assert
116
133
  thor (0.20.0)
117
134
  thread_safe (0.3.6)
118
135
  tilt (1.4.1)
119
- tzinfo (1.2.3)
136
+ tzinfo (1.2.4)
120
137
  thread_safe (~> 0.1)
138
+ unicode-display_width (1.3.0)
121
139
 
122
140
  PLATFORMS
123
141
  ruby
@@ -129,8 +147,9 @@ DEPENDENCIES
129
147
  pug-rails!
130
148
  rails (~> 4.2)
131
149
  rake (~> 10.0)
150
+ rubocop (~> 0.51)
132
151
  sprockets (~> 2)
133
152
  test-unit (~> 3.1)
134
153
 
135
154
  BUNDLED WITH
136
- 1.15.4
155
+ 1.16.0