Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 7b9b582

Browse files
committed
Fix bundle errors on macs
1 parent efc022a commit 7b9b582

2 files changed

Lines changed: 35 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem 'workflow', '1.0.0'
2020
gem 'workflow_on_mongoid'
2121
gem 'git'
2222
gem 'activemerchant'
23-
gem 'nokogiri'
23+
gem 'nokogiri', '1.6.7'
2424
gem 'sanitize', '2.1.0'
2525
gem 'redis'
2626
gem 'github_api'

Gemfile.lock

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ GEM
101101
addressable (>= 2.3.1)
102102
extlib (>= 0.9.15)
103103
multi_json (>= 1.0.0)
104+
axiom-types (0.1.1)
105+
descendants_tracker (~> 0.0.4)
106+
ice_nine (~> 0.11.0)
107+
thread_safe (~> 0.3, >= 0.3.1)
104108
bcrypt (3.1.9)
105109
bcrypt (3.1.9-x64-mingw32)
106110
better_errors (2.0.0)
@@ -120,6 +124,8 @@ GEM
120124
cloudflare (2.0.2)
121125
json (~> 1)
122126
coderay (1.1.0)
127+
coercible (1.0.0)
128+
descendants_tracker (~> 0.0.1)
123129
coffee-rails (4.1.0)
124130
coffee-script (>= 2.2.0)
125131
railties (>= 4.0.0, < 5.0)
@@ -148,6 +154,13 @@ GEM
148154
json (>= 1.5.1)
149155
domain_name (0.5.25)
150156
unf (>= 0.0.5, < 1.0.0)
157+
droplet_kit (2.2.2)
158+
activesupport (> 3.0, < 6)
159+
faraday (~> 0.9)
160+
kartograph (~> 0.2.3)
161+
resource_kit (~> 0.1.5)
162+
virtus (~> 1.0.3)
163+
equalizer (0.0.11)
151164
erubis (2.7.0)
152165
execjs (2.6.0)
153166
extlib (0.9.16)
@@ -194,6 +207,7 @@ GEM
194207
json (~> 1.8)
195208
multi_xml (>= 0.5.2)
196209
i18n (0.7.0)
210+
ice_nine (0.11.2)
197211
jquery-rails (3.1.2)
198212
railties (>= 3.0, < 5.0)
199213
thor (>= 0.14, < 2.0)
@@ -202,10 +216,13 @@ GEM
202216
kaminari (0.16.1)
203217
actionpack (>= 3.0.0)
204218
activesupport (>= 3.0.0)
219+
kartograph (0.2.7)
205220
kgio (2.9.2)
206221
launchy (2.4.3)
207222
addressable (~> 2.3)
208-
libv8 (3.16.14.5)
223+
libv8 (3.16.14.15)
224+
lockup (1.4)
225+
rails (>= 3, < 6)
209226
loofah (2.0.3)
210227
nokogiri (>= 1.5.9)
211228
macaddr (1.7.1)
@@ -214,7 +231,7 @@ GEM
214231
mime-types (>= 1.16, < 3)
215232
metaclass (0.0.4)
216233
mime-types (2.6.2)
217-
mini_portile (0.6.1)
234+
mini_portile2 (2.0.0)
218235
minitest (5.8.2)
219236
minitest-reporters (1.1.5)
220237
ansi
@@ -239,10 +256,10 @@ GEM
239256
net-http-pipeline (1.0.1)
240257
netaddr (1.5.0)
241258
netrc (0.11.0)
242-
nokogiri (1.6.5)
243-
mini_portile (~> 0.6.0)
244-
nokogiri (1.6.5-x64-mingw32)
245-
mini_portile (~> 0.6.0)
259+
nokogiri (1.6.7)
260+
mini_portile2 (~> 2.0.0.rc2)
261+
nokogiri (1.6.7-x64-mingw32)
262+
mini_portile2 (~> 2.0.0.rc2)
246263
oauth2 (1.0.0)
247264
faraday (>= 0.8, < 0.10)
248265
jwt (~> 1.0)
@@ -312,6 +329,8 @@ GEM
312329
redcarpet (3.2.2)
313330
redis (3.2.0)
314331
ref (1.0.5)
332+
resource_kit (0.1.7)
333+
addressable (>= 2.3.6, < 3.0.0)
315334
responders (2.1.0)
316335
railties (>= 4.2.0, < 5)
317336
rest-client (1.8.0)
@@ -392,6 +411,11 @@ GEM
392411
uuid (2.3.7)
393412
macaddr (~> 1.0)
394413
uuidtools (2.1.5)
414+
virtus (1.0.5)
415+
axiom-types (~> 0.1)
416+
coercible (~> 1.0)
417+
descendants_tracker (~> 0.0, >= 0.0.3)
418+
equalizer (~> 0.0, >= 0.0.9)
395419
warden (1.2.3)
396420
rack (>= 1.0)
397421
workflow (1.0.0)
@@ -419,6 +443,7 @@ DEPENDENCIES
419443
dante
420444
devise
421445
dogapi
446+
droplet_kit
422447
eventmachine!
423448
factory_girl_rails (~> 4.0)
424449
gemoji
@@ -432,13 +457,14 @@ DEPENDENCIES
432457
json
433458
jwt
434459
kaminari
460+
lockup
435461
minitest
436462
minitest-reporters (>= 0.5.0)
437463
mocha
438464
mongoid (~> 5.0.0)
439465
net-http-pipeline
440466
netaddr (~> 1.5.0)
441-
nokogiri
467+
nokogiri (= 1.6.7)
442468
peek
443469
peek-git
444470
peek-performance_bar
@@ -475,4 +501,4 @@ DEPENDENCIES
475501
workflow_on_mongoid
476502

477503
BUNDLED WITH
478-
1.14.6
504+
1.16.1

0 commit comments

Comments
 (0)