0
0
Fork 0
zero/Gemfile

10 lines
99 B
Ruby

source 'https://rubygems.org'
gemspec
group :test do
gem 'thor'
gem 'rack'
gem 'rspec'
end