mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 10:46:39 +00:00
Also embed various dylib libraries directly into the application, so they're not required to be installed via Homebrew for the app to work.
9 lines
119 B
Ruby
9 lines
119 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'http://rubygems.org/'
|
|
|
|
group :development do
|
|
gem 'byebug'
|
|
gem 'rubocop'
|
|
end
|