Files
build-emacs-for-macos/Gemfile
Jim Myhrberg 7986e89623 Enable building Emacs 27
Also embed various dylib libraries directly into the application, so
they're not required to be installed via Homebrew for the app to work.
2020-02-03 00:05:46 +00:00

9 lines
119 B
Ruby

# frozen_string_literal: true
source 'http://rubygems.org/'
group :development do
gem 'byebug'
gem 'rubocop'
end