File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ def gem_modifier
228228 @gem_modifier ||= if options [ :path ]
229229 "path: \" #{ options [ :path ] } \" "
230230 elsif branch . present?
231- "git: \" https://github.com/decidim /decidim.git\" , branch: \" #{ branch } \" "
231+ "git: \" https://github.com/tremend-cofe /decidim.git\" , branch: \" #{ branch } \" "
232232 else
233233 "\" #{ Decidim ::Generators . version } \" "
234234 end
@@ -237,7 +237,7 @@ def gem_modifier
237237 def branch
238238 return if options [ :path ]
239239
240- @branch ||= options [ :edge ] ? "develop " : options [ :branch ] . presence
240+ @branch ||= options [ :edge ] ? "upgrade/rails-6.1 " : options [ :branch ] . presence
241241 end
242242
243243 def app_name
@@ -262,7 +262,7 @@ def target_gemfile
262262 root = if options [ :path ]
263263 expanded_path
264264 elsif branch . present?
265- "https://raw.githubusercontent.com/decidim /decidim/#{ branch } /decidim-generators"
265+ "https://raw.githubusercontent.com/tremend-cofe /decidim/#{ branch } /decidim-generators"
266266 else
267267 root_path
268268 end
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ module Decidim
109109 end
110110
111111 context "with --branch flag" do
112- let ( :default_branch ) { "develop " }
112+ let ( :default_branch ) { "upgrade/rails-6.1 " }
113113 let ( :command ) { "decidim --branch #{ default_branch } #{ test_app } " }
114114
115115 it_behaves_like "a new production application"
You can’t perform that action at this time.
0 commit comments