Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Dec 2, 2023
1 parent e9764e7 commit 4030609
Show file tree
Hide file tree
Showing 10 changed files with 827 additions and 211 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ source "https://rubygems.org"

ruby RUBY_VERSION

gem "decidim", "~> 0.26.0"
gem "decidim", github: "decidim/decidim", ref: "release/0.26-stable"
gem "decidim-custom_proposal_states", path: "."
gem "decidim-elections", github: "decidim/decidim", ref: "release/0.26-stable"

gem "bootsnap"
gem "uglifier", "~> 4.1"

group :development, :test do
gem "faker"

gem "decidim-dev", "~> 0.26.0"
gem "decidim-dev", github: "decidim/decidim", ref: "release/0.26-stable"

gem "rubocop-performance"
gem "simplecov", require: false
Expand Down
Loading

0 comments on commit 4030609

Please sign in to comment.