Merge pull request #88 from jimeh/refactor-shared-library-bundler-logic

This commit is contained in:
2023-11-16 13:00:59 +00:00
committed by GitHub
3 changed files with 489 additions and 343 deletions

View File

@@ -2,6 +2,8 @@
source 'http://rubygems.org/'
gem 'ruby-macho'
group :development do
gem 'byebug'
gem 'rubocop'

View File

@@ -45,8 +45,11 @@ SHELL := env \
# Bootstrap
#
bootstrap: bootstrap-brew
bootstrap-ci: bootstrap-brew bootstrap-brew-ci bootstrap-pip
bootstrap: bootstrap-brew bootstrap-ruby
bootstrap-ci: bootstrap-brew bootstrap-brew-ci bootstrap-ruby bootstrap-pip
bootstrap-ruby:
bundle install
bootstrap-brew:
brew bundle

File diff suppressed because it is too large Load Diff