Skip to content

Commit

Permalink
updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahcrack committed Nov 18, 2024
1 parent 5c274ed commit 2649c4e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
require:
- rubocop-rspec
- rubocop-capybara
- rubocop-factory_bot

inherit_gem:
rubocop-govuk:
- config/default.yml
Expand Down
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ group :test do

gem 'rails-controller-testing', '>= 1.0.5'
gem "rspec-json_expectations", "~> 2.2"
gem 'rubocop-capybara', '~> 2.21'
gem 'rubocop-factory_bot', '~> 2.26'
gem 'rubocop-rspec', '~> 3.2'
gem 'shoulda-matchers', '~> 6.1'

gem 'capybara-screenshot'
Expand Down
44 changes: 27 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
language_server-protocol (3.17.0.3)
launchy (2.5.0)
addressable (~> 2.7)
listen (3.9.0)
Expand Down Expand Up @@ -545,32 +546,38 @@ GEM
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.31.2)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.18.0, < 2.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.19.1)
parser (>= 3.1.1.0)
rubocop-govuk (4.6.0)
rubocop (= 1.31.2)
rubocop-ast (= 1.19.1)
rubocop-rails (= 2.15.2)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-govuk (5.0.3)
rubocop (= 1.68.0)
rubocop-ast (= 1.36.1)
rubocop-capybara (= 2.21.0)
rubocop-rails (= 2.27.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.12.1)
rubocop-rails (2.15.2)
rubocop-rspec (= 3.2.0)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.12.1)
rubocop (~> 1.31)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
ruby-graphviz (1.2.5)
rexml
ruby-next-core (1.0.3)
Expand Down Expand Up @@ -776,7 +783,10 @@ DEPENDENCIES
rspec-rails (~> 6.1.1)
rspec-sonarqube-formatter
rspec_junit_formatter
rubocop-capybara (~> 2.21)
rubocop-factory_bot (~> 2.26)
rubocop-govuk
rubocop-rspec (~> 3.2)
selenium-webdriver
sentry-rails
sentry-ruby
Expand Down

0 comments on commit 2649c4e

Please sign in to comment.