Skip to content

Commit

Permalink
Merge pull request #5662 from rubyforgood/dependabot/bundler/multi-d1…
Browse files Browse the repository at this point in the history
…238ead37

build(deps-dev): bump selenium-webdriver and standard
  • Loading branch information
compwron authored May 5, 2024
2 parents 828e106 + b6e6bed commit f8d7cf8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ group :development, :test do
gem "rspec-rails"
gem "rswag-specs"
gem "shoulda-matchers"
gem "standard", "~> 1.31.0"
gem "standard", "~> 1.35.1"
end

group :development do
Expand Down
44 changes: 22 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ GEM
faraday_middleware (~> 1.0, >= 1.0.0.rc1)
net-http-persistent (~> 4.0)
nokogiri (~> 1, >= 1.10.8)
base64 (0.1.1)
base64 (0.2.0)
bcrypt (3.1.20)
better_html (2.0.2)
actionview (>= 6.0)
Expand Down Expand Up @@ -268,7 +268,7 @@ GEM
activesupport (>= 5.0.0)
jsbundling-rails (1.3.0)
railties (>= 6.0.0)
json (2.6.3)
json (2.7.2)
json-schema (4.1.1)
addressable (>= 2.8)
jwt (2.7.1)
Expand Down Expand Up @@ -331,10 +331,10 @@ GEM
oj (3.16.3)
bigdecimal (>= 3.0)
orm_adapter (0.5.0)
parallel (1.23.0)
parallel (1.24.0)
paranoia (2.6.3)
activerecord (>= 5.1, < 7.2)
parser (3.2.2.3)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pdf-forms (1.5.0)
Expand Down Expand Up @@ -407,7 +407,7 @@ GEM
rake (13.1.0)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.8.1)
regexp_parser (2.9.0)
reline (0.5.0)
io-console (~> 0.5)
request_store (1.6.0)
Expand Down Expand Up @@ -444,23 +444,22 @@ GEM
rswag-ui (2.13.0)
actionpack (>= 3.1, < 7.2)
railties (>= 3.1, < 7.2)
rubocop (1.56.4)
base64 (~> 0.1.1)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
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.28.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (1.13.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
Expand All @@ -472,7 +471,8 @@ GEM
safe_shell (1.1.0)
scout_apm (5.3.5)
parser
selenium-webdriver (4.16.0)
selenium-webdriver (4.20.1)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand All @@ -495,18 +495,18 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
standard (1.31.2)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.56.4)
rubocop (~> 1.62.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)
standard-performance (~> 1.3)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.2.1)
standard-performance (1.3.1)
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.1)
rubocop-performance (~> 1.20.2)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
Expand All @@ -525,7 +525,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
uniform_notifier (1.16.0)
view_component (3.9.0)
activesupport (>= 5.2.0, < 8.0)
Expand Down Expand Up @@ -633,7 +633,7 @@ DEPENDENCIES
spring
spring-commands-rspec
sprockets-rails
standard (~> 1.31.0)
standard (~> 1.35.1)
stimulus-rails
strong_migrations
traceroute
Expand Down

0 comments on commit f8d7cf8

Please sign in to comment.