mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add Gemfile so that I can run the specs without installing system gems
This commit is contained in:
parent
e10d41cbb8
commit
92827a487d
2 changed files with 13 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ coverage
|
|||
rdoc
|
||||
pkg
|
||||
spec/credentials.yml
|
||||
.bundle
|
11
Gemfile
Normal file
11
Gemfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
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'
|
Loading…
Reference in a new issue