mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
14 lines
295 B
Text
14 lines
295 B
Text
source "https://rubygems.org"
|
|
|
|
# Shared components
|
|
gem "fog-core", :github => "fog/fog-core"
|
|
gem "fog-json", :github => "fog/fog-json"
|
|
|
|
group :test, :default do
|
|
gem 'pry-nav'
|
|
gem 'mime-types', '~> 3.1'
|
|
end
|
|
|
|
gem "codeclimate-test-reporter", group: :test, require: nil
|
|
|
|
gemspec :path => "../"
|