diff --git a/Gemfile.lock b/Gemfile.lock index ad33b1f..7a45003 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,7 +97,7 @@ GEM rake (10.4.2) rdoc (3.12.2) json (~> 1.4) - rmagick (2.13.1) + rmagick (2.16.0) sass (3.1.1) simple-navigation (3.2.0) activesupport (>= 2.3.2) @@ -141,3 +141,6 @@ DEPENDENCIES sqlite3 unicorn yaml_db + +BUNDLED WITH + 1.16.1 diff --git a/config/deploy.rb b/config/deploy.rb index ab0da3c..4f2fc44 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -9,7 +9,7 @@ set :scm_host, "quartz.snlab.fr" -set :rvm_ruby_string, 'ruby-2.1.2' +set :rvm_ruby_string, 'ruby-1.9.3-p0' set :rvm_autolibs_flag, "read-only" set :bundle_cmd, "/srv/www/#{user}/.rvm/gems/#{rvm_ruby_string}@global/bin/bundle"