mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 06:06:40 +00:00
11 lines
175 B
Ruby
11 lines
175 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'http://rubygems.org/'
|
|
|
|
group :development do
|
|
gem 'byebug'
|
|
gem 'rubocop'
|
|
gem 'rubocop-daemon'
|
|
gem 'solargraph', '~> 0.39.17'
|
|
end
|