aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
-rw-r--r--config/deploy/unstable.rb2
3 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 955dcacfa..ff52cb1f3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -92,7 +92,7 @@ gem 'squeel'
gem 'enumerize', '~> 0.10.0'
#gem 'ninoxe', '1.2.4'
-gem 'ninoxe', github: 'afimb/ninoxe'
+gem 'ninoxe', git: 'https://github.com/afimb/ninoxe.git'
#gem 'ninoxe', path: '../ninoxe'
gem 'acts_as_list', '~> 0.6.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 590b13326..55a4317b6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,6 +1,6 @@
GIT
- remote: git://github.com/afimb/ninoxe.git
- revision: 3ff5fe2e7a9b530bdfca3b8703a5ec70d9d48978
+ remote: https://github.com/afimb/ninoxe.git
+ revision: 427e887260845b8dc24b40831021caeebf34ab32
specs:
ninoxe (1.2.4)
activerecord (~> 4.1.1)
diff --git a/config/deploy/unstable.rb b/config/deploy/unstable.rb
index 4fab428c7..d363a6fa4 100644
--- a/config/deploy/unstable.rb
+++ b/config/deploy/unstable.rb
@@ -1,3 +1,3 @@
server "chouette-p.aix.cityway.fr", :app, :web, :db, :primary => true
-set :branch, "V3_1"
+set :branch, "master"
#set :gui_cmd, "2.5.2"