Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/UI decidim 0.29 #1

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
3.2.2
10 changes: 7 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,22 @@ gem "puma", ">= 5.6.2"

gem "faker", "~> 3.2"

# concurrent-ruby v1.3.5 has removed the dependency on logger
gem "concurrent-ruby", "1.3.4"

group :development, :test do
gem "byebug", "~> 11.0", platform: :mri
gem "dalli", "~> 2.7", ">= 2.7.10" # For testing MemCacheStore
gem "decidim-dev", DECIDIM_VERSION
gem "rubocop-performance", "~> 1.6.0"
gem "decidim-participatory_processes", DECIDIM_VERSION
gem "decidim-proposals", DECIDIM_VERSION

gem "rubocop-performance", "~> 1.23.1"
end

group :development do
gem "letter_opener_web", "~> 2.0"
gem "listen", "~> 3.1"
gem "rubocop-faker"
gem "spring", "~> 2.0"
gem "spring-watcher-listen", "~> 2.0"
gem "web-console", "~> 4.2"
end
Loading