Skip to content

Commit b221b52

Browse files
committed
Install caching fix from Pokecode (#599)
1 parent 3dd3771 commit b221b52

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ruby RUBY_VERSION
1010
gem 'decidim',
1111
github: 'openpoke/decidim',
1212
branch: '0.29-backports',
13-
ref: 'a3e489f19a5926f4d7bf748b5aeab3f2ec8fa158'
13+
ref: '37899392f633feb1f19cd15fd1515e685f406f4a'
1414

1515
# Internal Modules
1616
## gem 'decidim-consultations', DECIDIM_VERSION
@@ -22,19 +22,19 @@ gem 'decidim',
2222
gem 'decidim-proposals',
2323
github: 'openpoke/decidim',
2424
branch: '0.29-backports',
25-
ref: 'a3e489f19a5926f4d7bf748b5aeab3f2ec8fa158',
25+
ref: '37899392f633feb1f19cd15fd1515e685f406f4a',
2626
glob: 'decidim-proposals/*.gemspec'
2727

2828
gem 'decidim-conferences',
2929
github: 'openpoke/decidim',
3030
branch: '0.29-backports',
31-
ref: 'a3e489f19a5926f4d7bf748b5aeab3f2ec8fa158',
31+
ref: '37899392f633feb1f19cd15fd1515e685f406f4a',
3232
glob: 'decidim-conferences/*.gemspec'
3333

3434
gem 'decidim-templates',
3535
github: 'openpoke/decidim',
3636
branch: '0.29-backports',
37-
ref: 'a3e489f19a5926f4d7bf748b5aeab3f2ec8fa158',
37+
ref: '37899392f633feb1f19cd15fd1515e685f406f4a',
3838
glob: 'decidim-templates/*.gemspec'
3939

4040
# HACK: Using patched version of deface, to fix decidim-geo JS Errors

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ GIT
121121

122122
GIT
123123
remote: https://github.com/openpoke/decidim.git
124-
revision: a3e489f19a5926f4d7bf748b5aeab3f2ec8fa158
125-
ref: a3e489f19a5926f4d7bf748b5aeab3f2ec8fa158
124+
revision: 37899392f633feb1f19cd15fd1515e685f406f4a
125+
ref: 37899392f633feb1f19cd15fd1515e685f406f4a
126126
branch: 0.29-backports
127127
specs:
128128
decidim (0.29.7)
@@ -257,8 +257,8 @@ GIT
257257

258258
GIT
259259
remote: https://github.com/openpoke/decidim.git
260-
revision: a3e489f19a5926f4d7bf748b5aeab3f2ec8fa158
261-
ref: a3e489f19a5926f4d7bf748b5aeab3f2ec8fa158
260+
revision: 37899392f633feb1f19cd15fd1515e685f406f4a
261+
ref: 37899392f633feb1f19cd15fd1515e685f406f4a
262262
branch: 0.29-backports
263263
glob: decidim-conferences/*.gemspec
264264
specs:
@@ -269,8 +269,8 @@ GIT
269269

270270
GIT
271271
remote: https://github.com/openpoke/decidim.git
272-
revision: a3e489f19a5926f4d7bf748b5aeab3f2ec8fa158
273-
ref: a3e489f19a5926f4d7bf748b5aeab3f2ec8fa158
272+
revision: 37899392f633feb1f19cd15fd1515e685f406f4a
273+
ref: 37899392f633feb1f19cd15fd1515e685f406f4a
274274
branch: 0.29-backports
275275
glob: decidim-proposals/*.gemspec
276276
specs:
@@ -282,8 +282,8 @@ GIT
282282

283283
GIT
284284
remote: https://github.com/openpoke/decidim.git
285-
revision: a3e489f19a5926f4d7bf748b5aeab3f2ec8fa158
286-
ref: a3e489f19a5926f4d7bf748b5aeab3f2ec8fa158
285+
revision: 37899392f633feb1f19cd15fd1515e685f406f4a
286+
ref: 37899392f633feb1f19cd15fd1515e685f406f4a
287287
branch: 0.29-backports
288288
glob: decidim-templates/*.gemspec
289289
specs:

0 commit comments

Comments
 (0)