10 lines
200 B
Ruby
10 lines
200 B
Ruby
source 'https://rubygems.org'
|
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|
|
|
# Specify your gem's dependencies in importmap-rails.gemspec.
|
|
gemspec
|
|
|
|
group :test do
|
|
gem "byebug"
|
|
end
|