Skip to content

Commit

Permalink
Update gemfile.lock
Browse files Browse the repository at this point in the history
Please enter the commit message for your changes. Lines starting
  • Loading branch information
JoonasAapro committed Jun 24, 2024
1 parent 6da6ea3 commit 8339733
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ gem "uglifier", "~> 4.1"
group :development, :test do
gem "byebug", "~> 11.0", platform: :mri
gem "decidim-dev", DECIDIM_VERSION
gem "rubocop", "~>1.4"
gem "rubocop-faker"
gem "rubocop-rspec", "2.20"
gem "rubocop-performance", "~> 1.6.0"
end

Expand Down
28 changes: 12 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@ GEM
rspec-rails (~> 6.0)
rspec-retry (~> 0.6.2)
rspec_junit_formatter (~> 0.6.0)
rubocop (~> 1.28.0)
rubocop (~> 1.50.0)
rubocop-faker (~> 1.1)
rubocop-rails (~> 2.14)
rubocop-rspec (~> 2.10)
rubocop-rails (~> 2.19)
rubocop-rspec (~> 2.20)
selenium-webdriver (~> 4.9)
simplecov (~> 0.22.0)
simplecov-cobertura (~> 2.1.0)
Expand Down Expand Up @@ -653,39 +653,33 @@ GEM
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.28.2)
rubocop (1.50.2)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.17.0, < 2.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.0)
rubocop (~> 1.41)
rubocop-faker (1.1.0)
faker (>= 2.12.0)
rubocop (>= 0.82.0)
rubocop-performance (1.6.1)
rubocop (>= 0.71.0)
rubocop-rails (2.15.2)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.11.1)
rubocop (~> 1.19)
rubocop-rspec (2.20.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.29.0)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
ruby-vips (2.2.1)
ffi (~> 1.12)
Expand Down Expand Up @@ -809,8 +803,10 @@ DEPENDENCIES
letter_opener_web (~> 2.0)
listen (~> 3.8)
puma (>= 6.4.2)
rubocop (~> 1.4)
rubocop-faker
rubocop-performance (~> 1.6.0)
rubocop-rspec (= 2.20)
spring (~> 4.1.3)
spring-watcher-listen (~> 2.1)
uglifier (~> 4.1)
Expand Down

0 comments on commit 8339733

Please sign in to comment.