Skip to content

Commit

Permalink
Merge pull request #5156 from sul-dlss/update-dependencies
Browse files Browse the repository at this point in the history
Merged by automated merge script
  • Loading branch information
mjgiarlo authored Aug 6, 2024
2 parents 4c4530c + fd5d95d commit 0e9b16d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ Lint/UnreachableLoop:
Enabled: true

Naming/PredicateName:
ForbiddenPrefixes: is_
ForbiddenPrefixes:
- is_

Style/AccessorGrouping:
Enabled: true
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faraday (2.10.0)
faraday (2.10.1)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-cookie_jar (0.0.7)
Expand All @@ -238,11 +238,11 @@ GEM
activesupport (>= 6.1)
graphiql-rails (1.10.0)
railties
graphql (2.3.10)
graphql (2.3.11)
base64
hashdiff (1.1.0)
hashdiff (1.1.1)
hashie (5.0.0)
honeybadger (5.15.3)
honeybadger (5.15.4)
http-cookie (1.0.6)
domain_name (~> 0.5)
i18n (1.14.5)
Expand Down Expand Up @@ -373,7 +373,7 @@ GEM
purl_fetcher-client (2.1.0)
activesupport
faraday (~> 2.1)
racc (1.8.0)
racc (1.8.1)
rack (3.1.7)
rack-console (1.4.1)
rack (~> 3.0)
Expand Down Expand Up @@ -427,7 +427,7 @@ GEM
request_store (1.7.0)
rack (>= 1.4)
retries (0.0.5)
rexml (3.3.2)
rexml (3.3.4)
strscan
rsolr (2.6.0)
builder (>= 2.1.2)
Expand All @@ -451,7 +451,7 @@ GEM
rspec-support (3.13.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.65.0)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -562,7 +562,7 @@ GEM
websocket-extensions (0.1.5)
whenever (1.0.0)
chronic (>= 0.6.3)
zeitwerk (2.6.16)
zeitwerk (2.6.17)

PLATFORMS
aarch64-linux-musl
Expand Down

0 comments on commit 0e9b16d

Please sign in to comment.