mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
0f2c2b36d1
Rather than tracking the Github repo, this references the gem directly. Locally seeing an issue with 1.8.7 / unf gem test which surprised not seeing on Travis.
11 lines
229 B
Groff
11 lines
229 B
Groff
source "https://rubygems.org"
|
|
|
|
gem 'nokogiri', '~>1.5.11'
|
|
gem 'mime-types', '~>1.16'
|
|
|
|
group :development, :test do
|
|
# This is here because gemspec doesn't support require: false
|
|
gem 'coveralls', :require => false
|
|
end
|
|
|
|
gemspec
|