Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.
Closed

@#123 #1123

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
github-services (1.0.0.ad54999)
github-services (1.0.0.e38ed97)
activeresource (~> 4.0.0)
addressable (~> 2.3)
aws-sdk (~> 1.27)
Expand Down Expand Up @@ -133,3 +133,6 @@ DEPENDENCIES
github-services!
minitest
rake (= 10.0.3)

BUNDLED WITH
1.10.6
5 changes: 5 additions & 0 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
# Ensures all gems are in vendor/cache and installed locally.
set -e

if [ "$(uname -s)" = "Darwin" ]; then
HOMEBREW_PREFIX="$(brew --prefix)"
bundle config --local build.eventmachine "--with-cppflags=-I$HOMEBREW_PREFIX/opt/openssl/include"
fi

bundle install --binstubs --local --path=vendor/gems
bundle package --all