Skip to content

Commit

Permalink
fix: Prevent crash on Clean inactive users job
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Nov 27, 2023
1 parent 4b810fd commit 0a99bfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "decidim-conferences", "~> #{DECIDIM_VERSION}.0"

# External Decidim gems
gem "decidim-cache_cleaner"
gem "decidim-cleaner", git: "https://github.com/OpenSourcePolitics/decidim-module-cleaner.git", branch: "fix/active_record_validations"
gem "decidim-cleaner", git: "https://github.com/OpenSourcePolitics/decidim-module-cleaner.git", branch: "rc/2.1.2"
gem "decidim-decidim_awesome", "~> 0.8.3"
gem "decidim-faceless", git: "https://github.com/digidemlab/decidim-module-faceless", branch: DECIDIM_BRANCH
gem "decidim-friendly_signup", git: "https://github.com/OpenSourcePolitics/decidim-module-friendly_signup.git", branch: "release/0.26-stable"
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GIT
remote: https://github.com/OpenSourcePolitics/decidim-module-cleaner.git
revision: c1e5777ca82401d4c7b846989b6118d90e354f07
branch: fix/active_record_validations
revision: 498c16caa5d0d4fd1cf66f0ac2eab9dde0214c57
branch: rc/2.1.2
specs:
decidim-cleaner (4.1.2)
decidim-core (>= 0.26.0, < 0.29)
decidim-cleaner (2.1.2)
decidim-core (~> 0.26.0)

GIT
remote: https://github.com/OpenSourcePolitics/decidim-module-friendly_signup.git
Expand Down Expand Up @@ -159,7 +159,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
base64 (0.2.0)
batch-loader (1.5.0)
bcrypt (3.1.19)
bcrypt (3.1.20)
better_html (1.0.16)
actionview (>= 4.0)
activesupport (>= 4.0)
Expand Down Expand Up @@ -435,7 +435,7 @@ GEM
nokogiri (>= 1.13.2, < 1.15.0)
rubyzip (~> 2.3.0)
docile (1.4.0)
doorkeeper (5.6.6)
doorkeeper (5.6.7)
railties (>= 5)
doorkeeper-i18n (4.0.1)
dotenv (2.8.1)
Expand Down Expand Up @@ -466,7 +466,7 @@ GEM
railties (>= 3.0.0)
faker (2.23.0)
i18n (>= 1.8.11, < 2)
faraday (2.7.11)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand Down Expand Up @@ -595,7 +595,7 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
mustache (1.1.1)
net-imap (0.4.5)
net-imap (0.4.6)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -604,7 +604,7 @@ GEM
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.6.0)
nio4r (2.6.1)
nokogiri (1.13.4-arm64-darwin)
racc (~> 1.4)
oauth (1.1.0)
Expand Down Expand Up @@ -665,7 +665,7 @@ GEM
actionmailer (>= 3)
net-smtp
premailer (~> 1.7, >= 1.7.9)
public_suffix (5.0.3)
public_suffix (5.0.4)
puma (5.6.7)
nio4r (~> 2.0)
raabro (1.4.0)
Expand Down

0 comments on commit 0a99bfb

Please sign in to comment.