Skip to content

Commit 7e0e5e1

Browse files
committed
Update Gemfile.lock, bootstrap.
This fixes the build on 10.11 and gives a clean `git status` after `bundle install`.
1 parent e38ed97 commit 7e0e5e1

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
github-services (1.0.0.ad54999)
4+
github-services (1.0.0.e38ed97)
55
activeresource (~> 4.0.0)
66
addressable (~> 2.3)
77
aws-sdk (~> 1.27)
@@ -133,3 +133,6 @@ DEPENDENCIES
133133
github-services!
134134
minitest
135135
rake (= 10.0.3)
136+
137+
BUNDLED WITH
138+
1.10.6

script/bootstrap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
# Ensures all gems are in vendor/cache and installed locally.
44
set -e
55

6+
if [ "$(uname -s)" = "Darwin" ]; then
7+
HOMEBREW_PREFIX="$(brew --prefix)"
8+
bundle config --local build.eventmachine "--with-cppflags=-I$HOMEBREW_PREFIX/opt/openssl/include"
9+
fi
10+
611
bundle install --binstubs --local --path=vendor/gems
712
bundle package --all

0 commit comments

Comments
 (0)