mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
make pry-nav and mime-types available in Gemfile-edge
This commit is contained in:
parent
c5b14f96d2
commit
9e48a8769c
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,3 +13,4 @@
|
|||
*.a
|
||||
mkmf.log
|
||||
tests/.fog
|
||||
gemfiles/Gemfile-edge.lock
|
||||
|
|
|
@ -4,6 +4,11 @@ source "https://rubygems.org"
|
|||
gem "fog-core", :github => "fog/fog-core"
|
||||
gem "fog-json", :github => "fog/fog-json"
|
||||
|
||||
group :test, :default do
|
||||
gem 'pry-nav'
|
||||
gem 'mime-types', '~> 2.6', '>= 2.6.2'
|
||||
end
|
||||
|
||||
gem "codeclimate-test-reporter", group: :test, require: nil
|
||||
|
||||
gemspec :path => "../"
|
||||
|
|
Loading…
Reference in a new issue