Skip to content

Commit

Permalink
Use branch with backport
Browse files Browse the repository at this point in the history
So we can test things until the backport gets merged.
  • Loading branch information
sauloperez committed Nov 4, 2020
1 parent d7d8b65 commit 6d798ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

ruby RUBY_VERSION

DECIDIM_VERSION = { git: "https://github.com/decidim/decidim", tag: "release/0.22-stable" }
DECIDIM_VERSION = { git: "https://github.com/CodiTramuntana/decidim", tag: "backport/6775_to_release/0.22-stable" }

gem "decidim", DECIDIM_VERSION
gem "decidim-consultations", DECIDIM_VERSION
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ GIT
decidim-core (>= 0.22.0)

GIT
remote: https://github.com/decidim/decidim
revision: ab0699464a08b957edda78d94274e60be7c2e5b7
tag: release/0.22-stable
remote: https://github.com/CodiTramuntana/decidim
revision: a294e1f3f2cd25089e57c9f153986b95899c4300
tag: backport/6775_to_release/0.22-stable
specs:
decidim (0.22.0)
decidim-accountability (= 0.22.0)
Expand Down Expand Up @@ -544,7 +544,7 @@ GEM
mixlib-cli (2.1.8)
mixlib-config (3.0.9)
tomlrb
mixlib-shellout (3.1.6)
mixlib-shellout (3.1.7)
chef-utils
msgpack (1.2.10)
multi_json (1.15.0)
Expand Down Expand Up @@ -684,7 +684,7 @@ GEM
rspec-rails (< 5.0)
rspec-core (3.9.3)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.3)
rspec-expectations (3.9.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-html-matchers (0.9.4)
Expand Down Expand Up @@ -785,7 +785,7 @@ GEM
system_test_html_screenshots (0.1.2)
actionpack (>= 5.2, < 6.0.a)
temple (0.8.2)
terminal-table (1.8.0)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (1.0.1)
thread_safe (0.3.6)
Expand Down

0 comments on commit 6d798ed

Please sign in to comment.