mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 02:36:39 +00:00
10 lines
123 B
Ruby
10 lines
123 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org/'
|
|
|
|
gem 'ruby-macho'
|
|
|
|
group :development do
|
|
gem 'rubocop'
|
|
end
|