ruby/Gemfile

8 lines
105 B
Ruby

source "https://rubygems.org"
group :development do
gem "rdoc"
gem "rubocop"
gem "solargraph"
end