mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
9 lines
88 B
Ruby
9 lines
88 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "rake", "~> 10.0"
|
|
|
|
group :test do
|
|
gem "rspec"
|
|
end
|
|
|