honeybadger 1.9.2 → 1.9.3

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.
@@ -5,5 +5,7 @@ source "https://rubygems.org"
5
5
  gem "rails", "3.1.8"
6
6
  gem "honeybadger", :path=>"../"
7
7
  gem "better_errors", :require=>false
8
+ gem "faraday", "~> 0.7.0"
9
+ gem "capistrano", "~> 2.0"
8
10
 
9
11
  gemspec :path=>"../"
@@ -2,7 +2,7 @@ PATH
2
2
  remote: /Users/josh/code/honeybadger-ruby
3
3
  specs:
4
4
  honeybadger (1.9.2)
5
- faraday
5
+ faraday (~> 0.7)
6
6
  json
7
7
 
8
8
  GEM
@@ -36,6 +36,7 @@ GEM
36
36
  activesupport (= 3.1.8)
37
37
  activesupport (3.1.8)
38
38
  multi_json (>= 1.0, < 1.3)
39
+ addressable (2.3.5)
39
40
  appraisal (0.5.2)
40
41
  bundler
41
42
  rake
@@ -44,19 +45,21 @@ GEM
44
45
  childprocess (>= 0.3.6)
45
46
  cucumber (>= 1.1.1)
46
47
  rspec-expectations (>= 2.7.0)
47
- better_errors (0.9.0)
48
+ better_errors (1.0.1)
48
49
  coderay (>= 1.0.0)
49
50
  erubis (>= 2.6.6)
50
51
  builder (3.0.4)
51
- capistrano (2.15.4)
52
+ capistrano (2.15.5)
52
53
  highline
53
54
  net-scp (>= 1.0.0)
54
55
  net-sftp (>= 2.0.0)
55
56
  net-ssh (>= 2.0.14)
56
57
  net-ssh-gateway (>= 1.1.0)
58
+ celluloid (0.15.2)
59
+ timers (~> 1.1.0)
57
60
  childprocess (0.3.9)
58
61
  ffi (~> 1.0, >= 1.0.11)
59
- coderay (1.0.9)
62
+ coderay (1.1.0)
60
63
  cucumber (1.2.1)
61
64
  builder (>= 2.1.2)
62
65
  diff-lcs (>= 1.1.3)
@@ -65,10 +68,11 @@ GEM
65
68
  diff-lcs (1.2.4)
66
69
  erubis (2.7.0)
67
70
  fakeweb (1.3.0)
68
- faraday (0.8.8)
69
- multipart-post (~> 1.2.0)
70
- ffi (1.9.0)
71
- formatador (0.2.4)
71
+ faraday (0.7.6)
72
+ addressable (~> 2.2)
73
+ multipart-post (~> 1.1)
74
+ rack (~> 1.1)
75
+ ffi (1.9.3)
72
76
  fuubar (1.2.1)
73
77
  rspec (~> 2.0)
74
78
  rspec-instafail (~> 0.2.0)
@@ -76,29 +80,24 @@ GEM
76
80
  gherkin (2.11.6)
77
81
  json (>= 1.7.6)
78
82
  growl (1.0.3)
79
- guard (1.8.3)
80
- formatador (>= 0.2.4)
81
- listen (~> 1.3)
82
- lumberjack (>= 1.0.2)
83
- pry (>= 0.9.10)
83
+ guard (1.4.0)
84
+ listen (>= 0.4.2)
84
85
  thor (>= 0.14.6)
85
- guard-rspec (3.0.2)
86
- guard (>= 1.8)
87
- rspec (~> 2.13)
88
- highline (1.6.19)
86
+ guard-rspec (2.5.4)
87
+ guard (>= 1.1)
88
+ rspec (~> 2.11)
89
+ highline (1.6.20)
89
90
  hike (1.2.3)
90
91
  i18n (0.6.5)
91
- json (1.8.0)
92
- listen (1.3.1)
92
+ json (1.8.1)
93
+ listen (2.2.0)
94
+ celluloid (>= 0.15.2)
93
95
  rb-fsevent (>= 0.9.3)
94
96
  rb-inotify (>= 0.9)
95
- rb-kqueue (>= 0.2)
96
- lumberjack (1.0.4)
97
97
  mail (2.3.3)
98
98
  i18n (>= 0.4.0)
99
99
  mime-types (~> 1.16)
100
100
  treetop (~> 1.4.8)
101
- method_source (0.8.2)
102
101
  mime-types (1.25)
103
102
  multi_json (1.2.0)
104
103
  multipart-post (1.2.0)
@@ -106,20 +105,16 @@ GEM
106
105
  net-ssh (>= 2.6.5)
107
106
  net-sftp (2.1.2)
108
107
  net-ssh (>= 2.6.5)
109
- net-ssh (2.6.8)
108
+ net-ssh (2.7.0)
110
109
  net-ssh-gateway (1.2.0)
111
110
  net-ssh (>= 2.6.5)
112
111
  polyglot (0.3.3)
113
- pry (0.9.12.2)
114
- coderay (~> 1.0.5)
115
- method_source (~> 0.8)
116
- slop (~> 3.4)
117
112
  rack (1.3.6)
118
113
  rack-cache (1.2)
119
114
  rack (>= 0.4)
120
115
  rack-mount (0.8.3)
121
116
  rack (>= 1.0.0)
122
- rack-protection (1.5.0)
117
+ rack-protection (1.5.1)
123
118
  rack
124
119
  rack-ssl (1.3.3)
125
120
  rack
@@ -144,19 +139,17 @@ GEM
144
139
  rb-fsevent (0.9.3)
145
140
  rb-inotify (0.9.2)
146
141
  ffi (>= 0.5.0)
147
- rb-kqueue (0.2.0)
148
- ffi (>= 0.5.0)
149
142
  rdoc (3.12.2)
150
143
  json (~> 1.4)
151
144
  rspec (2.14.1)
152
145
  rspec-core (~> 2.14.0)
153
146
  rspec-expectations (~> 2.14.0)
154
147
  rspec-mocks (~> 2.14.0)
155
- rspec-core (2.14.5)
156
- rspec-expectations (2.14.2)
148
+ rspec-core (2.14.7)
149
+ rspec-expectations (2.14.3)
157
150
  diff-lcs (>= 1.1.3, < 2.0)
158
151
  rspec-instafail (0.2.4)
159
- rspec-mocks (2.14.3)
152
+ rspec-mocks (2.14.4)
160
153
  ruby-progressbar (1.2.0)
161
154
  sham_rack (1.3.6)
162
155
  rack
@@ -164,17 +157,17 @@ GEM
164
157
  rack (~> 1.3, >= 1.3.6)
165
158
  rack-protection (~> 1.2)
166
159
  tilt (~> 1.3, >= 1.3.3)
167
- slop (3.4.6)
168
160
  sprockets (2.0.4)
169
161
  hike (~> 1.2)
170
162
  rack (~> 1.0)
171
163
  tilt (~> 1.1, != 1.3.0)
172
164
  thor (0.14.6)
173
165
  tilt (1.4.1)
166
+ timers (1.1.0)
174
167
  treetop (1.4.15)
175
168
  polyglot
176
169
  polyglot (>= 0.3.1)
177
- tzinfo (0.3.37)
170
+ tzinfo (0.3.38)
178
171
 
179
172
  PLATFORMS
180
173
  ruby
@@ -183,9 +176,10 @@ DEPENDENCIES
183
176
  appraisal
184
177
  aruba
185
178
  better_errors
186
- capistrano
179
+ capistrano (~> 2.0)
187
180
  cucumber (~> 1.2.1)
188
181
  fakeweb (~> 1.3.0)
182
+ faraday (~> 0.7.0)
189
183
  fuubar
190
184
  growl
191
185
  guard
@@ -5,5 +5,7 @@ source "https://rubygems.org"
5
5
  gem "rails", "3.2.12"
6
6
  gem "honeybadger", :path=>"../"
7
7
  gem "better_errors", :require=>false
8
+ gem "faraday", "~> 0.7.0"
9
+ gem "capistrano", "~> 2.0"
8
10
 
9
11
  gemspec :path=>"../"
@@ -2,7 +2,7 @@ PATH
2
2
  remote: /Users/josh/code/honeybadger-ruby
3
3
  specs:
4
4
  honeybadger (1.9.2)
5
- faraday
5
+ faraday (~> 0.7)
6
6
  json
7
7
 
8
8
  GEM
@@ -35,6 +35,7 @@ GEM
35
35
  activesupport (3.2.12)
36
36
  i18n (~> 0.6)
37
37
  multi_json (~> 1.0)
38
+ addressable (2.3.5)
38
39
  appraisal (0.5.2)
39
40
  bundler
40
41
  rake
@@ -43,19 +44,21 @@ GEM
43
44
  childprocess (>= 0.3.6)
44
45
  cucumber (>= 1.1.1)
45
46
  rspec-expectations (>= 2.7.0)
46
- better_errors (0.9.0)
47
+ better_errors (1.0.1)
47
48
  coderay (>= 1.0.0)
48
49
  erubis (>= 2.6.6)
49
50
  builder (3.0.4)
50
- capistrano (2.15.4)
51
+ capistrano (2.15.5)
51
52
  highline
52
53
  net-scp (>= 1.0.0)
53
54
  net-sftp (>= 2.0.0)
54
55
  net-ssh (>= 2.0.14)
55
56
  net-ssh-gateway (>= 1.1.0)
57
+ celluloid (0.15.2)
58
+ timers (~> 1.1.0)
56
59
  childprocess (0.3.9)
57
60
  ffi (~> 1.0, >= 1.0.11)
58
- coderay (1.0.9)
61
+ coderay (1.1.0)
59
62
  cucumber (1.2.5)
60
63
  builder (>= 2.1.2)
61
64
  diff-lcs (>= 1.1.3)
@@ -64,10 +67,11 @@ GEM
64
67
  diff-lcs (1.2.4)
65
68
  erubis (2.7.0)
66
69
  fakeweb (1.3.0)
67
- faraday (0.8.8)
68
- multipart-post (~> 1.2.0)
69
- ffi (1.9.0)
70
- formatador (0.2.4)
70
+ faraday (0.7.6)
71
+ addressable (~> 2.2)
72
+ multipart-post (~> 1.1)
73
+ rack (~> 1.1)
74
+ ffi (1.9.3)
71
75
  fuubar (1.2.1)
72
76
  rspec (~> 2.0)
73
77
  rspec-instafail (~> 0.2.0)
@@ -75,49 +79,40 @@ GEM
75
79
  gherkin (2.11.8)
76
80
  multi_json (~> 1.3)
77
81
  growl (1.0.3)
78
- guard (1.8.3)
79
- formatador (>= 0.2.4)
80
- listen (~> 1.3)
81
- lumberjack (>= 1.0.2)
82
- pry (>= 0.9.10)
82
+ guard (1.4.0)
83
+ listen (>= 0.4.2)
83
84
  thor (>= 0.14.6)
84
- guard-rspec (3.0.2)
85
- guard (>= 1.8)
86
- rspec (~> 2.13)
87
- highline (1.6.19)
85
+ guard-rspec (2.5.4)
86
+ guard (>= 1.1)
87
+ rspec (~> 2.11)
88
+ highline (1.6.20)
88
89
  hike (1.2.3)
89
90
  i18n (0.6.5)
90
91
  journey (1.0.4)
91
- json (1.8.0)
92
- listen (1.3.1)
92
+ json (1.8.1)
93
+ listen (2.2.0)
94
+ celluloid (>= 0.15.2)
93
95
  rb-fsevent (>= 0.9.3)
94
96
  rb-inotify (>= 0.9)
95
- rb-kqueue (>= 0.2)
96
- lumberjack (1.0.4)
97
97
  mail (2.4.4)
98
98
  i18n (>= 0.4.0)
99
99
  mime-types (~> 1.16)
100
100
  treetop (~> 1.4.8)
101
- method_source (0.8.2)
102
101
  mime-types (1.25)
103
- multi_json (1.8.1)
102
+ multi_json (1.8.2)
104
103
  multipart-post (1.2.0)
105
104
  net-scp (1.1.2)
106
105
  net-ssh (>= 2.6.5)
107
106
  net-sftp (2.1.2)
108
107
  net-ssh (>= 2.6.5)
109
- net-ssh (2.6.8)
108
+ net-ssh (2.7.0)
110
109
  net-ssh-gateway (1.2.0)
111
110
  net-ssh (>= 2.6.5)
112
111
  polyglot (0.3.3)
113
- pry (0.9.12.2)
114
- coderay (~> 1.0.5)
115
- method_source (~> 0.8)
116
- slop (~> 3.4)
117
112
  rack (1.4.5)
118
113
  rack-cache (1.2)
119
114
  rack (>= 0.4)
120
- rack-protection (1.5.0)
115
+ rack-protection (1.5.1)
121
116
  rack
122
117
  rack-ssl (1.3.3)
123
118
  rack
@@ -142,27 +137,24 @@ GEM
142
137
  rb-fsevent (0.9.3)
143
138
  rb-inotify (0.9.2)
144
139
  ffi (>= 0.5.0)
145
- rb-kqueue (0.2.0)
146
- ffi (>= 0.5.0)
147
140
  rdoc (3.12.2)
148
141
  json (~> 1.4)
149
142
  rspec (2.14.1)
150
143
  rspec-core (~> 2.14.0)
151
144
  rspec-expectations (~> 2.14.0)
152
145
  rspec-mocks (~> 2.14.0)
153
- rspec-core (2.14.5)
154
- rspec-expectations (2.14.2)
146
+ rspec-core (2.14.7)
147
+ rspec-expectations (2.14.3)
155
148
  diff-lcs (>= 1.1.3, < 2.0)
156
149
  rspec-instafail (0.2.4)
157
- rspec-mocks (2.14.3)
150
+ rspec-mocks (2.14.4)
158
151
  ruby-progressbar (1.2.0)
159
152
  sham_rack (1.3.6)
160
153
  rack
161
- sinatra (1.4.3)
154
+ sinatra (1.4.4)
162
155
  rack (~> 1.4)
163
156
  rack-protection (~> 1.4)
164
157
  tilt (~> 1.3, >= 1.3.4)
165
- slop (3.4.6)
166
158
  sprockets (2.2.2)
167
159
  hike (~> 1.2)
168
160
  multi_json (~> 1.0)
@@ -170,10 +162,11 @@ GEM
170
162
  tilt (~> 1.1, != 1.3.0)
171
163
  thor (0.18.1)
172
164
  tilt (1.4.1)
165
+ timers (1.1.0)
173
166
  treetop (1.4.15)
174
167
  polyglot
175
168
  polyglot (>= 0.3.1)
176
- tzinfo (0.3.37)
169
+ tzinfo (0.3.38)
177
170
 
178
171
  PLATFORMS
179
172
  ruby
@@ -182,9 +175,10 @@ DEPENDENCIES
182
175
  appraisal
183
176
  aruba
184
177
  better_errors
185
- capistrano
178
+ capistrano (~> 2.0)
186
179
  cucumber (~> 1.2.1)
187
180
  fakeweb (~> 1.3.0)
181
+ faraday (~> 0.7.0)
188
182
  fuubar
189
183
  growl
190
184
  guard
@@ -2,8 +2,10 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rails", "4.0.0.beta1"
5
+ gem "rails", "4.0.1"
6
6
  gem "honeybadger", :path=>"../"
7
7
  gem "better_errors", :require=>false
8
+ gem "faraday", "~> 0.7.0"
9
+ gem "capistrano", "~> 2.0"
8
10
 
9
11
  gemspec :path=>"../"
@@ -2,58 +2,61 @@ PATH
2
2
  remote: /Users/josh/code/honeybadger-ruby
3
3
  specs:
4
4
  honeybadger (1.9.2)
5
- faraday
5
+ faraday (~> 0.7)
6
6
  json
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionmailer (4.0.0.beta1)
12
- actionpack (= 4.0.0.beta1)
13
- mail (~> 2.5.3)
14
- actionpack (4.0.0.beta1)
15
- activesupport (= 4.0.0.beta1)
11
+ actionmailer (4.0.1)
12
+ actionpack (= 4.0.1)
13
+ mail (~> 2.5.4)
14
+ actionpack (4.0.1)
15
+ activesupport (= 4.0.1)
16
16
  builder (~> 3.1.0)
17
17
  erubis (~> 2.7.0)
18
18
  rack (~> 1.5.2)
19
19
  rack-test (~> 0.6.2)
20
- activemodel (4.0.0.beta1)
21
- activesupport (= 4.0.0.beta1)
20
+ activemodel (4.0.1)
21
+ activesupport (= 4.0.1)
22
22
  builder (~> 3.1.0)
23
- activerecord (4.0.0.beta1)
24
- activemodel (= 4.0.0.beta1)
25
- activerecord-deprecated_finders (~> 0.0.3)
26
- activesupport (= 4.0.0.beta1)
27
- arel (~> 4.0.0.beta1)
28
- activerecord-deprecated_finders (0.0.3)
29
- activesupport (4.0.0.beta1)
30
- i18n (~> 0.6.2)
23
+ activerecord (4.0.1)
24
+ activemodel (= 4.0.1)
25
+ activerecord-deprecated_finders (~> 1.0.2)
26
+ activesupport (= 4.0.1)
27
+ arel (~> 4.0.0)
28
+ activerecord-deprecated_finders (1.0.3)
29
+ activesupport (4.0.1)
30
+ i18n (~> 0.6, >= 0.6.4)
31
31
  minitest (~> 4.2)
32
32
  multi_json (~> 1.3)
33
33
  thread_safe (~> 0.1)
34
- tzinfo (~> 0.3.33)
34
+ tzinfo (~> 0.3.37)
35
+ addressable (2.3.5)
35
36
  appraisal (0.5.2)
36
37
  bundler
37
38
  rake
38
- arel (4.0.0)
39
+ arel (4.0.1)
39
40
  aruba (0.5.3)
40
41
  childprocess (>= 0.3.6)
41
42
  cucumber (>= 1.1.1)
42
43
  rspec-expectations (>= 2.7.0)
43
- atomic (1.1.13)
44
- better_errors (0.9.0)
44
+ atomic (1.1.14)
45
+ better_errors (1.0.1)
45
46
  coderay (>= 1.0.0)
46
47
  erubis (>= 2.6.6)
47
48
  builder (3.1.4)
48
- capistrano (2.15.4)
49
+ capistrano (2.15.5)
49
50
  highline
50
51
  net-scp (>= 1.0.0)
51
52
  net-sftp (>= 2.0.0)
52
53
  net-ssh (>= 2.0.14)
53
54
  net-ssh-gateway (>= 1.1.0)
55
+ celluloid (0.15.2)
56
+ timers (~> 1.1.0)
54
57
  childprocess (0.3.9)
55
58
  ffi (~> 1.0, >= 1.0.11)
56
- coderay (1.0.9)
59
+ coderay (1.1.0)
57
60
  cucumber (1.2.5)
58
61
  builder (>= 2.1.2)
59
62
  diff-lcs (>= 1.1.3)
@@ -62,10 +65,11 @@ GEM
62
65
  diff-lcs (1.2.4)
63
66
  erubis (2.7.0)
64
67
  fakeweb (1.3.0)
65
- faraday (0.8.8)
66
- multipart-post (~> 1.2.0)
67
- ffi (1.9.0)
68
- formatador (0.2.4)
68
+ faraday (0.7.6)
69
+ addressable (~> 2.2)
70
+ multipart-post (~> 1.1)
71
+ rack (~> 1.1)
72
+ ffi (1.9.3)
69
73
  fuubar (1.2.1)
70
74
  rspec (~> 2.0)
71
75
  rspec-instafail (~> 0.2.0)
@@ -73,94 +77,79 @@ GEM
73
77
  gherkin (2.11.8)
74
78
  multi_json (~> 1.3)
75
79
  growl (1.0.3)
76
- guard (1.8.3)
77
- formatador (>= 0.2.4)
78
- listen (~> 1.3)
79
- lumberjack (>= 1.0.2)
80
- pry (>= 0.9.10)
80
+ guard (1.4.0)
81
+ listen (>= 0.4.2)
81
82
  thor (>= 0.14.6)
82
- guard-rspec (3.0.2)
83
- guard (>= 1.8)
84
- rspec (~> 2.13)
85
- highline (1.6.19)
83
+ guard-rspec (2.5.4)
84
+ guard (>= 1.1)
85
+ rspec (~> 2.11)
86
+ highline (1.6.20)
86
87
  hike (1.2.3)
87
88
  i18n (0.6.5)
88
- json (1.8.0)
89
- listen (1.3.1)
89
+ json (1.8.1)
90
+ listen (2.2.0)
91
+ celluloid (>= 0.15.2)
90
92
  rb-fsevent (>= 0.9.3)
91
93
  rb-inotify (>= 0.9)
92
- rb-kqueue (>= 0.2)
93
- lumberjack (1.0.4)
94
94
  mail (2.5.4)
95
95
  mime-types (~> 1.16)
96
96
  treetop (~> 1.4.8)
97
- method_source (0.8.2)
98
97
  mime-types (1.25)
99
98
  minitest (4.7.5)
100
- multi_json (1.8.1)
99
+ multi_json (1.8.2)
101
100
  multipart-post (1.2.0)
102
101
  net-scp (1.1.2)
103
102
  net-ssh (>= 2.6.5)
104
103
  net-sftp (2.1.2)
105
104
  net-ssh (>= 2.6.5)
106
- net-ssh (2.6.8)
105
+ net-ssh (2.7.0)
107
106
  net-ssh-gateway (1.2.0)
108
107
  net-ssh (>= 2.6.5)
109
108
  polyglot (0.3.3)
110
- pry (0.9.12.2)
111
- coderay (~> 1.0.5)
112
- method_source (~> 0.8)
113
- slop (~> 3.4)
114
109
  rack (1.5.2)
115
- rack-protection (1.5.0)
110
+ rack-protection (1.5.1)
116
111
  rack
117
112
  rack-test (0.6.2)
118
113
  rack (>= 1.0)
119
- rails (4.0.0.beta1)
120
- actionmailer (= 4.0.0.beta1)
121
- actionpack (= 4.0.0.beta1)
122
- activerecord (= 4.0.0.beta1)
123
- activesupport (= 4.0.0.beta1)
114
+ rails (4.0.1)
115
+ actionmailer (= 4.0.1)
116
+ actionpack (= 4.0.1)
117
+ activerecord (= 4.0.1)
118
+ activesupport (= 4.0.1)
124
119
  bundler (>= 1.3.0, < 2.0)
125
- railties (= 4.0.0.beta1)
126
- sprockets-rails (~> 2.0.0.rc3)
127
- railties (4.0.0.beta1)
128
- actionpack (= 4.0.0.beta1)
129
- activesupport (= 4.0.0.beta1)
120
+ railties (= 4.0.1)
121
+ sprockets-rails (~> 2.0.0)
122
+ railties (4.0.1)
123
+ actionpack (= 4.0.1)
124
+ activesupport (= 4.0.1)
130
125
  rake (>= 0.8.7)
131
- rdoc (~> 3.4)
132
- thor (>= 0.17.0, < 2.0)
126
+ thor (>= 0.18.1, < 2.0)
133
127
  rake (10.1.0)
134
128
  rb-fsevent (0.9.3)
135
129
  rb-inotify (0.9.2)
136
130
  ffi (>= 0.5.0)
137
- rb-kqueue (0.2.0)
138
- ffi (>= 0.5.0)
139
- rdoc (3.12.2)
140
- json (~> 1.4)
141
131
  rspec (2.14.1)
142
132
  rspec-core (~> 2.14.0)
143
133
  rspec-expectations (~> 2.14.0)
144
134
  rspec-mocks (~> 2.14.0)
145
- rspec-core (2.14.5)
146
- rspec-expectations (2.14.2)
135
+ rspec-core (2.14.7)
136
+ rspec-expectations (2.14.3)
147
137
  diff-lcs (>= 1.1.3, < 2.0)
148
138
  rspec-instafail (0.2.4)
149
- rspec-mocks (2.14.3)
139
+ rspec-mocks (2.14.4)
150
140
  ruby-progressbar (1.2.0)
151
141
  sham_rack (1.3.6)
152
142
  rack
153
- sinatra (1.4.3)
143
+ sinatra (1.4.4)
154
144
  rack (~> 1.4)
155
145
  rack-protection (~> 1.4)
156
146
  tilt (~> 1.3, >= 1.3.4)
157
- slop (3.4.6)
158
147
  sprockets (2.10.0)
159
148
  hike (~> 1.2)
160
149
  multi_json (~> 1.0)
161
150
  rack (~> 1.0)
162
151
  tilt (~> 1.1, != 1.3.0)
163
- sprockets-rails (2.0.0)
152
+ sprockets-rails (2.0.1)
164
153
  actionpack (>= 3.0)
165
154
  activesupport (>= 3.0)
166
155
  sprockets (~> 2.8)
@@ -168,10 +157,11 @@ GEM
168
157
  thread_safe (0.1.3)
169
158
  atomic
170
159
  tilt (1.4.1)
160
+ timers (1.1.0)
171
161
  treetop (1.4.15)
172
162
  polyglot
173
163
  polyglot (>= 0.3.1)
174
- tzinfo (0.3.37)
164
+ tzinfo (0.3.38)
175
165
 
176
166
  PLATFORMS
177
167
  ruby
@@ -180,15 +170,16 @@ DEPENDENCIES
180
170
  appraisal
181
171
  aruba
182
172
  better_errors
183
- capistrano
173
+ capistrano (~> 2.0)
184
174
  cucumber (~> 1.2.1)
185
175
  fakeweb (~> 1.3.0)
176
+ faraday (~> 0.7.0)
186
177
  fuubar
187
178
  growl
188
179
  guard
189
180
  guard-rspec
190
181
  honeybadger!
191
- rails (= 4.0.0.beta1)
182
+ rails (= 4.0.1)
192
183
  rake
193
184
  rspec (~> 2.14.0)
194
185
  sham_rack (~> 1.3.0)