1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- actionmailer (4.2.4 )
5
- actionpack (= 4.2.4 )
6
- actionview (= 4.2.4 )
7
- activejob (= 4.2.4 )
4
+ actionmailer (4.2.5 )
5
+ actionpack (= 4.2.5 )
6
+ actionview (= 4.2.5 )
7
+ activejob (= 4.2.5 )
8
8
mail (~> 2.5 , >= 2.5.4 )
9
9
rails-dom-testing (~> 1.0 , >= 1.0.5 )
10
- actionpack (4.2.4 )
11
- actionview (= 4.2.4 )
12
- activesupport (= 4.2.4 )
10
+ actionpack (4.2.5 )
11
+ actionview (= 4.2.5 )
12
+ activesupport (= 4.2.5 )
13
13
rack (~> 1.6 )
14
14
rack-test (~> 0.6.2 )
15
15
rails-dom-testing (~> 1.0 , >= 1.0.5 )
16
16
rails-html-sanitizer (~> 1.0 , >= 1.0.2 )
17
- actionview (4.2.4 )
18
- activesupport (= 4.2.4 )
17
+ actionview (4.2.5 )
18
+ activesupport (= 4.2.5 )
19
19
builder (~> 3.1 )
20
20
erubis (~> 2.7.0 )
21
21
rails-dom-testing (~> 1.0 , >= 1.0.5 )
22
22
rails-html-sanitizer (~> 1.0 , >= 1.0.2 )
23
- activejob (4.2.4 )
24
- activesupport (= 4.2.4 )
23
+ activejob (4.2.5 )
24
+ activesupport (= 4.2.5 )
25
25
globalid (>= 0.3.0 )
26
- activemodel (4.2.4 )
27
- activesupport (= 4.2.4 )
26
+ activemodel (4.2.5 )
27
+ activesupport (= 4.2.5 )
28
28
builder (~> 3.1 )
29
- activerecord (4.2.4 )
30
- activemodel (= 4.2.4 )
31
- activesupport (= 4.2.4 )
29
+ activerecord (4.2.5 )
30
+ activemodel (= 4.2.5 )
31
+ activesupport (= 4.2.5 )
32
32
arel (~> 6.0 )
33
- activesupport (4.2.4 )
33
+ activesupport (4.2.5 )
34
34
i18n (~> 0.7 )
35
35
json (~> 1.7 , >= 1.7.7 )
36
36
minitest (~> 5.1 )
68
68
bundler-audit (0.4.0 )
69
69
bundler (~> 1.2 )
70
70
thor (~> 0.18 )
71
- byebug (8.0 .0 )
71
+ byebug (8.2 .0 )
72
72
capybara (2.5.0 )
73
73
mime-types (>= 1.16 )
74
74
nokogiri (>= 1.3.3 )
78
78
capybara-screenshot (1.0.11 )
79
79
capybara (>= 1.0 , < 3 )
80
80
launchy
81
- childprocess (0.5.7 )
81
+ childprocess (0.5.8 )
82
82
ffi (~> 1.0 , >= 1.0.11 )
83
83
chromedriver-helper (1.0.0 )
84
84
archive-zip (~> 0.7.0 )
90
90
coffee-script (2.4.1 )
91
91
coffee-script-source
92
92
execjs
93
- coffee-script-source (1.9.1.1 )
93
+ coffee-script-source (1.10.0 )
94
94
connection_pool (2.2.0 )
95
- coveralls (0.8.3 )
95
+ coveralls (0.8.9 )
96
96
json (~> 1.8 )
97
97
rest-client (>= 1.6.8 , < 2 )
98
98
simplecov (~> 0.10.0 )
99
99
term-ansicolor (~> 1.3 )
100
100
thor (~> 0.19.1 )
101
+ tins (~> 1.6.0 )
101
102
database_cleaner (1.5.1 )
102
103
debug_inspector (0.0.2 )
103
104
diff-lcs (1.2.5 )
@@ -143,11 +144,11 @@ GEM
143
144
minitest (5.8.2 )
144
145
multi_json (1.11.2 )
145
146
netrc (0.11.0 )
146
- nokogiri (1.6.6.2 )
147
+ nokogiri (1.6.6.3 )
147
148
mini_portile (~> 0.6.0 )
148
149
parser (2.2.3.0 )
149
150
ast (>= 1.1 , < 3.0 )
150
- pg (0.18.3 )
151
+ pg (0.18.4 )
151
152
powerpack (0.1.1 )
152
153
pry (0.10.3 )
153
154
coderay (~> 1.1.0 )
@@ -170,16 +171,16 @@ GEM
170
171
rack (1.6.4 )
171
172
rack-test (0.6.3 )
172
173
rack (>= 1.0 )
173
- rails (4.2.4 )
174
- actionmailer (= 4.2.4 )
175
- actionpack (= 4.2.4 )
176
- actionview (= 4.2.4 )
177
- activejob (= 4.2.4 )
178
- activemodel (= 4.2.4 )
179
- activerecord (= 4.2.4 )
180
- activesupport (= 4.2.4 )
174
+ rails (4.2.5 )
175
+ actionmailer (= 4.2.5 )
176
+ actionpack (= 4.2.5 )
177
+ actionview (= 4.2.5 )
178
+ activejob (= 4.2.5 )
179
+ activemodel (= 4.2.5 )
180
+ activerecord (= 4.2.5 )
181
+ activesupport (= 4.2.5 )
181
182
bundler (>= 1.3.0 , < 2.0 )
182
- railties (= 4.2.4 )
183
+ railties (= 4.2.5 )
183
184
sprockets-rails
184
185
rails-deprecated_sanitizer (1.0.3 )
185
186
activesupport (>= 4.2.0.alpha )
@@ -194,16 +195,16 @@ GEM
194
195
rails_stdout_logging
195
196
rails_serve_static_assets (0.0.4 )
196
197
rails_stdout_logging (0.0.4 )
197
- railties (4.2.4 )
198
- actionpack (= 4.2.4 )
199
- activesupport (= 4.2.4 )
198
+ railties (4.2.5 )
199
+ actionpack (= 4.2.5 )
200
+ activesupport (= 4.2.5 )
200
201
rake (>= 0.8.7 )
201
202
thor (>= 0.18.1 , < 2.0 )
202
203
rainbow (2.0.0 )
203
204
raindrops (0.15.0 )
204
205
rake (10.4.2 )
205
206
rdoc (4.2.0 )
206
- react_on_rails (1.0.1 )
207
+ react_on_rails (1.0.3 )
207
208
connection_pool
208
209
execjs (~> 2.5 )
209
210
rails (>= 3.2 )
@@ -212,29 +213,30 @@ GEM
212
213
http-cookie (>= 1.0.2 , < 2.0 )
213
214
mime-types (>= 1.16 , < 3.0 )
214
215
netrc (~> 0.7 )
215
- rspec-core (3.3.2 )
216
- rspec-support (~> 3.3 .0 )
217
- rspec-expectations (3.3.1 )
216
+ rspec-core (3.4.0 )
217
+ rspec-support (~> 3.4 .0 )
218
+ rspec-expectations (3.4.0 )
218
219
diff-lcs (>= 1.2.0 , < 2.0 )
219
- rspec-support (~> 3.3 .0 )
220
- rspec-mocks (3.3.2 )
220
+ rspec-support (~> 3.4 .0 )
221
+ rspec-mocks (3.4.0 )
221
222
diff-lcs (>= 1.2.0 , < 2.0 )
222
- rspec-support (~> 3.3 .0 )
223
- rspec-rails (3.3.3 )
223
+ rspec-support (~> 3.4 .0 )
224
+ rspec-rails (3.4.0 )
224
225
actionpack (>= 3.0 , < 4.3 )
225
226
activesupport (>= 3.0 , < 4.3 )
226
227
railties (>= 3.0 , < 4.3 )
227
- rspec-core (~> 3.3 .0 )
228
- rspec-expectations (~> 3.3 .0 )
229
- rspec-mocks (~> 3.3 .0 )
230
- rspec-support (~> 3.3 .0 )
231
- rspec-support (3.3 .0 )
232
- rubocop (0.34.2 )
228
+ rspec-core (~> 3.4 .0 )
229
+ rspec-expectations (~> 3.4 .0 )
230
+ rspec-mocks (~> 3.4 .0 )
231
+ rspec-support (~> 3.4 .0 )
232
+ rspec-support (3.4 .0 )
233
+ rubocop (0.35.1 )
233
234
astrolabe (~> 1.3 )
234
- parser (>= 2.2.2.5 , < 3.0 )
235
+ parser (>= 2.2.3.0 , < 3.0 )
235
236
powerpack (~> 0.1 )
236
237
rainbow (>= 1.99.1 , < 3.0 )
237
- ruby-progressbar (~> 1.4 )
238
+ ruby-progressbar (~> 1.7 )
239
+ tins (<= 1.6.0 )
238
240
ruby-lint (2.0.5 )
239
241
parser (~> 2.2 )
240
242
slop (~> 3.4 , >= 3.4.7 )
274
276
temple (~> 0.7.3 )
275
277
tilt (>= 1.3.3 , < 2.1 )
276
278
slop (3.6.0 )
277
- spring (1.4.0 )
279
+ spring (1.4.3 )
278
280
spring-commands-rspec (1.0.4 )
279
281
spring (>= 0.9.1 )
280
282
sprockets (3.4.0 )
0 commit comments