Skip to content

Commit

Permalink
Update gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Jun 24, 2024
1 parent 8339733 commit 6f0725c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ gem "uglifier", "~> 4.1"
group :development, :test do
gem "byebug", "~> 11.0", platform: :mri
gem "decidim-dev", DECIDIM_VERSION
gem "rubocop", "~>1.4"

# rubocop & rubocop-rspec are set to the following versions because of a change where FactoryBot/CreateList
# must be a boolean instead of contextual. These version locks can be removed when this problem is handled
# through decidim-dev.
gem "rubocop", "~>1.28"
gem "rubocop-faker"
gem "rubocop-rspec", "2.20"
gem "rubocop-performance", "~> 1.6.0"
gem "rubocop-rspec", "2.20"
end

group :development do
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ DEPENDENCIES
letter_opener_web (~> 2.0)
listen (~> 3.8)
puma (>= 6.4.2)
rubocop (~> 1.4)
rubocop (~> 1.28)
rubocop-faker
rubocop-performance (~> 1.6.0)
rubocop-rspec (= 2.20)
Expand Down

0 comments on commit 6f0725c

Please sign in to comment.