mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
12 lines
233 B
Text
12 lines
233 B
Text
|
source 'http://gemcutter.org'
|
||
|
|
||
|
gem 'rake'
|
||
|
gem 'excon', '>= 0.0.21'
|
||
|
gem 'excon', ">= 0.0.21"
|
||
|
gem 'formatador', ">= 0.0.10"
|
||
|
gem 'json', ">= 0"
|
||
|
gem 'mime-types', ">= 0"
|
||
|
gem 'nokogiri', ">= 0"
|
||
|
gem 'ruby-hmac', ">= 0"
|
||
|
gem 'rspec', '>= 0'
|