remove fog, aws, and excon gems; version bump carrierwave & nokogiri
This commit is contained in:
parent
083bb8fbbf
commit
cea87f8cbf
2 changed files with 10 additions and 34 deletions
12
Gemfile
12
Gemfile
|
|
@ -44,15 +44,12 @@ gem 'sqlite3' if ENV['DB'] == 'all' || ENV['DB'] == 'sqlite'
|
||||||
|
|
||||||
# file uploading
|
# file uploading
|
||||||
|
|
||||||
gem 'aws', '2.3.32' # upgrade to 2.4 breaks 1.8 >.<
|
gem 'carrierwave', '0.5.8'
|
||||||
gem 'carrierwave', '0.5.3'
|
|
||||||
gem 'excon', '0.2.4'
|
|
||||||
gem 'fastercsv', '1.5.4', :require => false
|
gem 'fastercsv', '1.5.4', :require => false
|
||||||
gem 'fog', '0.3.25'
|
|
||||||
gem 'jammit', '0.6.5'
|
|
||||||
gem 'mini_magick', '3.3'
|
gem 'mini_magick', '3.3'
|
||||||
gem 'rest-client', '1.6.1'
|
gem 'rest-client', '1.6.1'
|
||||||
gem 'typhoeus'
|
|
||||||
|
gem 'jammit', '0.6.5'
|
||||||
|
|
||||||
# JSON and API
|
# JSON and API
|
||||||
|
|
||||||
|
|
@ -66,7 +63,7 @@ gem 'rails-i18n'
|
||||||
|
|
||||||
# parsing
|
# parsing
|
||||||
|
|
||||||
gem 'nokogiri'
|
gem 'nokogiri', '~> 1.5.0'
|
||||||
gem 'redcarpet', "2.0.0"
|
gem 'redcarpet', "2.0.0"
|
||||||
gem 'roxml', :git => 'git://github.com/Empact/roxml.git', :ref => '7ea9a9ffd2338aaef5b0'
|
gem 'roxml', :git => 'git://github.com/Empact/roxml.git', :ref => '7ea9a9ffd2338aaef5b0'
|
||||||
gem 'ruby-oembed'
|
gem 'ruby-oembed'
|
||||||
|
|
@ -95,6 +92,7 @@ gem 'acts-as-taggable-on', :git => 'git://github.com/diaspora/acts-as-taggable-o
|
||||||
|
|
||||||
gem 'addressable', '2.2.4', :require => 'addressable/uri'
|
gem 'addressable', '2.2.4', :require => 'addressable/uri'
|
||||||
gem 'http_accept_language', :git => 'git://github.com/iain/http_accept_language.git', :ref => '0b78aa7849fc90cf9e12'
|
gem 'http_accept_language', :git => 'git://github.com/iain/http_accept_language.git', :ref => '0b78aa7849fc90cf9e12'
|
||||||
|
gem 'typhoeus'
|
||||||
|
|
||||||
# views
|
# views
|
||||||
|
|
||||||
|
|
|
||||||
32
Gemfile.lock
32
Gemfile.lock
|
|
@ -88,11 +88,6 @@ GEM
|
||||||
addressable (2.2.4)
|
addressable (2.2.4)
|
||||||
archive-tar-minitar (0.5.2)
|
archive-tar-minitar (0.5.2)
|
||||||
arel (2.0.10)
|
arel (2.0.10)
|
||||||
aws (2.3.32)
|
|
||||||
activesupport
|
|
||||||
http_connection
|
|
||||||
uuidtools
|
|
||||||
xml-simple
|
|
||||||
bcrypt-ruby (2.1.4)
|
bcrypt-ruby (2.1.4)
|
||||||
builder (2.1.2)
|
builder (2.1.2)
|
||||||
bunny (0.7.8)
|
bunny (0.7.8)
|
||||||
|
|
@ -112,7 +107,7 @@ GEM
|
||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
rack-test (>= 0.5.4)
|
rack-test (>= 0.5.4)
|
||||||
selenium-webdriver (>= 0.0.3)
|
selenium-webdriver (>= 0.0.3)
|
||||||
carrierwave (0.5.3)
|
carrierwave (0.5.8)
|
||||||
activesupport (~> 3.0)
|
activesupport (~> 3.0)
|
||||||
cgi_multipart_eof_fix (2.5.0)
|
cgi_multipart_eof_fix (2.5.0)
|
||||||
chef (0.9.12)
|
chef (0.9.12)
|
||||||
|
|
@ -166,7 +161,6 @@ GEM
|
||||||
erubis (2.6.6)
|
erubis (2.6.6)
|
||||||
abstract (>= 1.0.0)
|
abstract (>= 1.0.0)
|
||||||
eventmachine (0.12.10)
|
eventmachine (0.12.10)
|
||||||
excon (0.2.4)
|
|
||||||
extlib (0.9.15)
|
extlib (0.9.15)
|
||||||
factory_girl (2.3.2)
|
factory_girl (2.3.2)
|
||||||
activesupport
|
activesupport
|
||||||
|
|
@ -185,20 +179,10 @@ GEM
|
||||||
fixture_builder (0.3.1)
|
fixture_builder (0.3.1)
|
||||||
activerecord (>= 2)
|
activerecord (>= 2)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
fog (0.3.25)
|
|
||||||
builder
|
|
||||||
excon (>= 0.2.4)
|
|
||||||
formatador (>= 0.0.16)
|
|
||||||
json
|
|
||||||
mime-types
|
|
||||||
net-ssh (~> 2.0.23)
|
|
||||||
nokogiri (~> 1.4.3.1)
|
|
||||||
ruby-hmac
|
|
||||||
foreigner (0.9.1)
|
foreigner (0.9.1)
|
||||||
foreman (0.27.0)
|
foreman (0.27.0)
|
||||||
term-ansicolor (~> 1.0.5)
|
term-ansicolor (~> 1.0.5)
|
||||||
thor (>= 0.13.6)
|
thor (>= 0.13.6)
|
||||||
formatador (0.2.1)
|
|
||||||
fuubar (0.0.5)
|
fuubar (0.0.5)
|
||||||
rspec (~> 2.0)
|
rspec (~> 2.0)
|
||||||
rspec-instafail (~> 0.1.4)
|
rspec-instafail (~> 0.1.4)
|
||||||
|
|
@ -212,7 +196,6 @@ GEM
|
||||||
hoptoad_notifier (2.4.11)
|
hoptoad_notifier (2.4.11)
|
||||||
activesupport
|
activesupport
|
||||||
builder
|
builder
|
||||||
http_connection (1.4.1)
|
|
||||||
i18n (0.5.0)
|
i18n (0.5.0)
|
||||||
i18n-inflector (2.6.3)
|
i18n-inflector (2.6.3)
|
||||||
i18n (>= 0.4.1)
|
i18n (>= 0.4.1)
|
||||||
|
|
@ -267,11 +250,11 @@ GEM
|
||||||
net-ssh (>= 1.99.1)
|
net-ssh (>= 1.99.1)
|
||||||
net-sftp (2.0.5)
|
net-sftp (2.0.5)
|
||||||
net-ssh (>= 2.0.9)
|
net-ssh (>= 2.0.9)
|
||||||
net-ssh (2.0.24)
|
net-ssh (2.2.1)
|
||||||
net-ssh-gateway (1.1.0)
|
net-ssh-gateway (1.1.0)
|
||||||
net-ssh (>= 1.99.1)
|
net-ssh (>= 1.99.1)
|
||||||
newrelic_rpm (3.3.0)
|
newrelic_rpm (3.3.0)
|
||||||
nokogiri (1.4.3.1)
|
nokogiri (1.5.0)
|
||||||
oauth (0.4.5)
|
oauth (0.4.5)
|
||||||
oauth2 (0.5.0)
|
oauth2 (0.5.0)
|
||||||
faraday (>= 0.6.1, < 0.8)
|
faraday (>= 0.6.1, < 0.8)
|
||||||
|
|
@ -376,7 +359,6 @@ GEM
|
||||||
columnize (>= 0.3.1)
|
columnize (>= 0.3.1)
|
||||||
linecache19 (>= 0.5.11)
|
linecache19 (>= 0.5.11)
|
||||||
ruby-debug-base19 (>= 0.11.19)
|
ruby-debug-base19 (>= 0.11.19)
|
||||||
ruby-hmac (0.4.0)
|
|
||||||
ruby-oembed (0.8.5)
|
ruby-oembed (0.8.5)
|
||||||
ruby-progressbar (0.0.10)
|
ruby-progressbar (0.0.10)
|
||||||
ruby_core_source (0.1.5)
|
ruby_core_source (0.1.5)
|
||||||
|
|
@ -423,7 +405,6 @@ GEM
|
||||||
addressable (>= 2.2.2)
|
addressable (>= 2.2.2)
|
||||||
crack (>= 0.1.7)
|
crack (>= 0.1.7)
|
||||||
will_paginate (3.0.pre2)
|
will_paginate (3.0.pre2)
|
||||||
xml-simple (1.1.1)
|
|
||||||
yard (0.7.4)
|
yard (0.7.4)
|
||||||
yui-compressor (0.9.6)
|
yui-compressor (0.9.6)
|
||||||
POpen4 (>= 0.1.4)
|
POpen4 (>= 0.1.4)
|
||||||
|
|
@ -436,13 +417,12 @@ DEPENDENCIES
|
||||||
activerecord-import
|
activerecord-import
|
||||||
acts-as-taggable-on!
|
acts-as-taggable-on!
|
||||||
addressable (= 2.2.4)
|
addressable (= 2.2.4)
|
||||||
aws (= 2.3.32)
|
|
||||||
bundler (>= 1.0.0)
|
bundler (>= 1.0.0)
|
||||||
capistrano (= 2.5.19)
|
capistrano (= 2.5.19)
|
||||||
capistrano-ext (= 1.2.1)
|
capistrano-ext (= 1.2.1)
|
||||||
capistrano_colors
|
capistrano_colors
|
||||||
capybara (~> 0.3.9)
|
capybara (~> 0.3.9)
|
||||||
carrierwave (= 0.5.3)
|
carrierwave (= 0.5.8)
|
||||||
chef (= 0.9.12)
|
chef (= 0.9.12)
|
||||||
client_side_validations
|
client_side_validations
|
||||||
cloudfiles (= 1.4.10)
|
cloudfiles (= 1.4.10)
|
||||||
|
|
@ -454,13 +434,11 @@ DEPENDENCIES
|
||||||
diaspora-client!
|
diaspora-client!
|
||||||
em-synchrony
|
em-synchrony
|
||||||
em-websocket
|
em-websocket
|
||||||
excon (= 0.2.4)
|
|
||||||
factory_girl_rails
|
factory_girl_rails
|
||||||
faraday
|
faraday
|
||||||
faraday-stack
|
faraday-stack
|
||||||
fastercsv (= 1.5.4)
|
fastercsv (= 1.5.4)
|
||||||
fixture_builder (= 0.3.1)
|
fixture_builder (= 0.3.1)
|
||||||
fog (= 0.3.25)
|
|
||||||
foreigner (= 0.9.1)
|
foreigner (= 0.9.1)
|
||||||
foreman
|
foreman
|
||||||
fuubar (= 0.0.5)
|
fuubar (= 0.0.5)
|
||||||
|
|
@ -480,7 +458,7 @@ DEPENDENCIES
|
||||||
mongrel
|
mongrel
|
||||||
mysql2 (= 0.2.13)
|
mysql2 (= 0.2.13)
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
nokogiri
|
nokogiri (~> 1.5.0)
|
||||||
oauth2-provider (= 0.0.16)
|
oauth2-provider (= 0.0.16)
|
||||||
ohai (= 0.5.8)
|
ohai (= 0.5.8)
|
||||||
omniauth (= 1.0.1)
|
omniauth (= 1.0.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue