update basic requirements

1.0
Simon Tokumine 13 years ago
parent f5f74251c9
commit 28107282e5

@ -62,7 +62,7 @@ GEM
json_pure (1.6.1) json_pure (1.6.1)
launchy (2.0.5) launchy (2.0.5)
addressable (~> 2.2.6) addressable (~> 2.2.6)
linecache19 (0.5.12) linecache19 (0.5.13)
ruby_core_source (>= 0.1.4) ruby_core_source (>= 0.1.4)
log4r (1.1.9) log4r (1.1.9)
mail (2.2.19) mail (2.2.19)
@ -139,19 +139,14 @@ GEM
activesupport (~> 3.0) activesupport (~> 3.0)
railties (~> 3.0) railties (~> 3.0)
rspec (~> 2.7.0) rspec (~> 2.7.0)
ruby-debug-base19 (0.11.25) ruby-debug-base19 (0.11.26)
columnize (>= 0.3.1) columnize (>= 0.3.1)
linecache19 (>= 0.5.11) linecache19 (>= 0.5.11)
ruby_core_source (>= 0.1.4) ruby_core_source (>= 0.1.4)
ruby-debug-base19x (0.11.30.pre4) ruby-debug19 (0.11.6)
columnize (>= 0.3.1) columnize (>= 0.3.1)
linecache19 (>= 0.5.11) linecache19 (>= 0.5.11)
rake (>= 0.8.1) ruby-debug-base19 (>= 0.11.19)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.5)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.15)
ruby-ole (1.2.11.2) ruby-ole (1.2.11.2)
ruby_core_source (0.1.5) ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2) archive-tar-minitar (>= 0.5.2)
@ -209,7 +204,7 @@ DEPENDENCIES
htmlentities htmlentities
launchy launchy
minitest (~> 2.0.2) minitest (~> 2.0.2)
mocha mocha (~> 0.10.0)
oauth (= 0.4.5) oauth (= 0.4.5)
oauth-plugin (= 0.4.0.pre4) oauth-plugin (= 0.4.0.pre4)
pg (= 0.11) pg (= 0.11)
@ -223,8 +218,8 @@ DEPENDENCIES
rgeo-geojson (= 0.2.1) rgeo-geojson (= 0.2.1)
roo (~> 1.9.7) roo (~> 1.9.7)
rspec-rails rspec-rails
ruby-debug-base19x (~> 0.11.30.pre3) ruby-debug-base19 (= 0.11.26)
ruby-debug19 (= 0.11.5) ruby-debug19 (= 0.11.6)
rubyzip (~> 0.9.4) rubyzip (~> 0.9.4)
sequel (= 3.29.0) sequel (= 3.29.0)
sequel-rails (~> 0.1.8) sequel-rails (~> 0.1.8)

@ -906,7 +906,7 @@ TRIGGER
# move to C # move to C
def set_trigger_cache_timestamp def set_trigger_cache_timestamp
varnish_host = APP_CONFIG[:varnish_management]['host'] varnish_host = APP_CONFIG[:varnish_management]['host']
varnish_port = APP_CONFIG[:varnish_management]['port'] varnish_port = APP_CONFIG[:varnish_management]['port']
owner.in_database(:as => :superuser).run(<<-TRIGGER owner.in_database(:as => :superuser).run(<<-TRIGGER

Binary file not shown.

@ -139,8 +139,5 @@ namespace :cartodb do
end end
end end
end end
end end
end end

@ -2,4 +2,5 @@ chardet==1.0.1
argparse==1.2.1 argparse==1.2.1
brewery==0.6 brewery==0.6
redis==2.4.9 redis==2.4.9
hiredis==0.1.0 hiredis==0.1.0
pip install -e git+https://github.com/RealGeeks/python-varnish.git@0971d6024fbb2614350853a5e0f8736ba3fb1f0d#egg=python-varnish
Loading…
Cancel
Save