Skip to content

Commit

Permalink
bump gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Crashillo committed Apr 8, 2024
1 parent ba0c29a commit d403705
Show file tree
Hide file tree
Showing 2 changed files with 360 additions and 391 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

DECIDIM_VERSION = "~> 0.27.4"
DECIDIM_VERSION = "~> 0.28"

source "https://rubygems.org"

Expand All @@ -20,7 +20,7 @@ group :development, :test do
end

group :development do
gem "faker", "~> 2.14"
gem "faker", "~> 3.3.1"
gem "letter_opener_web", "~> 1.3"
gem "listen", "~> 3.1"
gem "rubocop-faker"
Expand Down
Loading

0 comments on commit d403705

Please sign in to comment.