Skip to content

Commit

Permalink
Add development dependencies (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu authored Dec 3, 2023
1 parent a4703e9 commit b16e3be
Show file tree
Hide file tree
Showing 7 changed files with 332 additions and 206 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
ruby: 3.0.2
- gemfile: gemfiles/decidim_0.27.gemfile
ruby: 2.7.5
- gemfile: gemfiles/decidim_0.27.gemfile
ruby: 3.0.2
steps:
- uses: actions/checkout@v2
with:
Expand Down
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 b16e3be

Please sign in to comment.