Skip to content

Commit

Permalink
Downgrade decidim version
Browse files Browse the repository at this point in the history
  • Loading branch information
armandfardeau committed Mar 3, 2023
1 parent 76fdabc commit 0086c62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ GIT
PATH
remote: .
specs:
decidim-cleaner (0.1.0)
decidim-core (~> 0.28.0.dev)
decidim-cleaner (1.0.0)
decidim-core (~> 0.26)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/decidim/cleaner/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def self.version
end

def self.decidim_version
"0.28"
"0.26"
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/decidim/cleaner/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Decidim
end

it "has decidim version compatibility" do
expect(subject.decidim_version).to eq("0.28")
expect(subject.decidim_version).to eq("0.26")
end
end
end

0 comments on commit 0086c62

Please sign in to comment.