mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 12:32:09 +03:00
6 lines
89 B
Ruby
6 lines
89 B
Ruby
source 'http://rubygems.org'
|
|
group :test do
|
|
gem 'rake'
|
|
gem 'charlock_holmes'
|
|
end
|