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

Commit c36c29f

Browse files
committed
Fix bundle errors on macs
1 parent 58890da commit c36c29f

2 files changed

Lines changed: 4 additions & 4 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ GEM
205205
kgio (2.9.2)
206206
launchy (2.4.3)
207207
addressable (~> 2.3)
208-
libv8 (3.16.14.5)
208+
libv8 (3.16.14.15)
209209
loofah (2.0.3)
210210
nokogiri (>= 1.5.9)
211211
macaddr (1.7.1)
@@ -239,9 +239,9 @@ GEM
239239
net-http-pipeline (1.0.1)
240240
netaddr (1.5.0)
241241
netrc (0.11.0)
242-
nokogiri (1.6.5)
242+
nokogiri (1.6.7)
243243
mini_portile (~> 0.6.0)
244-
nokogiri (1.6.5-x64-mingw32)
244+
nokogiri (1.6.7-x64-mingw32)
245245
mini_portile (~> 0.6.0)
246246
oauth2 (1.0.0)
247247
faraday (>= 0.8, < 0.10)

0 commit comments

Comments
 (0)