Skip to content

Commit

Permalink
Merge pull request #302 from LD4P/update-dependencies
Browse files Browse the repository at this point in the history
Merged by automated merge script
  • Loading branch information
ndushay authored Sep 11, 2023
2 parents 4a54f12 + 3c3a02a commit 304508f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ Metrics/MethodLength:
Metrics/PerceivedComplexity:
Enabled: false

RSpec/FilePath:
RSpec/SpecFilePathFormat:
Exclude:
- 'spec/rdf2marc/model2marc/*field_*_spec.rb'

RSpec/MultipleMemoizedHelpers:
Max: 10

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.7.2)
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -10,7 +10,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.816.0)
aws-partitions (1.820.0)
aws-sdk-core (3.181.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
Expand Down Expand Up @@ -114,7 +114,7 @@ GEM
unf
matrix (0.4.2)
method_source (1.0.0)
minitest (5.19.0)
minitest (5.20.0)
multi_json (1.15.0)
multipart-post (2.3.0)
net-http-persistent (4.0.2)
Expand Down Expand Up @@ -166,7 +166,7 @@ GEM
rspec-support (3.12.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.56.2)
rubocop (1.56.3)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -184,7 +184,7 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-rspec (2.23.2)
rubocop-rspec (2.24.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down

0 comments on commit 304508f

Please sign in to comment.