mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
fix alternate gemfiles
This commit is contained in:
parent
0bc53fc815
commit
92d428fb20
2 changed files with 2 additions and 19 deletions
|
@ -4,11 +4,6 @@ source "https://rubygems.org"
|
||||||
gem "fog-core", :github => "fog/fog-core"
|
gem "fog-core", :github => "fog/fog-core"
|
||||||
gem "fog-json", :github => "fog/fog-json"
|
gem "fog-json", :github => "fog/fog-json"
|
||||||
|
|
||||||
group :development, :test do
|
gem "codeclimate-test-reporter", group: :test, require: nil
|
||||||
# This is here because gemspec doesn"t support require: false
|
|
||||||
gem "coveralls", :require => false
|
|
||||||
gem "netrc", :require => false
|
|
||||||
gem "octokit", :require => false
|
|
||||||
end
|
|
||||||
|
|
||||||
gemspec :path => "../"
|
gemspec :path => "../"
|
||||||
|
|
|
@ -1,17 +1,5 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem 'activesupport', '~> 3.2'
|
gem "codeclimate-test-reporter", group: :test, require: nil
|
||||||
gem 'nokogiri', '~>1.5.11'
|
|
||||||
gem 'mime-types', '~>1.16'
|
|
||||||
gem 'rest-client', '~> 1.6.7'
|
|
||||||
gem 'i18n', '~> 0.6.11'
|
|
||||||
|
|
||||||
group :development, :test do
|
|
||||||
# This is here because gemspec doesn't support require: false
|
|
||||||
gem 'coveralls', :require => false
|
|
||||||
gem "netrc", :require => false
|
|
||||||
gem "octokit", '~> 2.7.2', :require => false
|
|
||||||
gem 'rake', '~> 10.1.0'
|
|
||||||
end
|
|
||||||
|
|
||||||
gemspec :path => "../"
|
gemspec :path => "../"
|
||||||
|
|
Loading…
Reference in a new issue