From 621f54c67ebbdbd56a9597088cfaa4f47111971a Mon Sep 17 00:00:00 2001 From: Stephen MacVicar Date: Wed, 3 Jul 2024 08:43:06 -0400 Subject: [PATCH 1/3] update dependencies --- Gemfile.lock | 45 ++++++++++++++++++--------------------------- 1 file changed, 18 insertions(+), 27 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1cfcbb6..eb74717 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,8 +13,8 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base62-rb (0.3.1) base64 (0.2.0) @@ -24,7 +24,7 @@ GEM blueprinter (0.25.2) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.3.1) + concurrent-ruby (1.3.3) connection_pool (2.4.1) crack (1.0.0) bigdecimal @@ -161,7 +161,7 @@ GEM thor (~> 1.2.1) tty-markdown (~> 0.7.1) io-console (0.7.2) - irb (1.13.1) + irb (1.13.2) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) @@ -173,9 +173,9 @@ GEM method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0604) + mime-types-data (3.2024.0702) mini_portile2 (2.8.7) - minitest (5.23.1) + minitest (5.24.1) multi_json (1.15.0) multi_xml (0.7.1) bigdecimal (~> 3.1) @@ -203,8 +203,8 @@ GEM multi_xml (~> 0.5) rack (>= 1.2, < 4) oj (3.11.0) - parallel (1.24.0) - parser (3.3.2.0) + parallel (1.25.1) + parser (3.3.3.0) ast (~> 2.4.1) racc pastel (0.8.0) @@ -217,7 +217,7 @@ GEM pry (>= 0.13, < 0.15) psych (5.1.2) stringio - public_suffix (5.0.5) + public_suffix (6.0.0) puma (5.6.8) nio4r (~> 2.0) racc (1.8.0) @@ -229,15 +229,15 @@ GEM redis-client (0.22.2) connection_pool regexp_parser (2.9.2) - reline (0.5.8) + reline (0.5.9) io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.8) - strscan (>= 3.0.9) + rexml (3.3.1) + strscan rouge (4.3.0) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -245,7 +245,7 @@ GEM rspec-mocks (~> 3.13.0) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.0) + rspec-expectations (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -265,19 +265,10 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.3) parser (>= 3.3.1.0) - rubocop-capybara (2.20.0) - rubocop (~> 1.41) - rubocop-factory_bot (2.25.1) - rubocop (~> 1.41) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.30.0) - rubocop (~> 1.40) - rubocop-capybara (~> 2.17) - rubocop-factory_bot (~> 2.22) - rubocop-rspec_rails (~> 2.28) - rubocop-rspec_rails (2.28.3) - rubocop (~> 1.40) + rubocop-rspec (3.0.2) + rubocop (~> 1.61) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) sequel (5.42.0) @@ -291,7 +282,7 @@ GEM sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) - stringio (3.1.0) + stringio (3.1.1) strings (0.2.1) strings-ansi (~> 0.2) unicode-display_width (>= 1.5, < 3.0) @@ -299,7 +290,7 @@ GEM strings-ansi (0.2.0) strscan (3.1.0) thor (1.2.2) - tilt (2.3.0) + tilt (2.4.0) tty-color (0.6.0) tty-markdown (0.7.2) kramdown (>= 1.16.2, < 3.0) @@ -317,7 +308,7 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.6.15) + zeitwerk (2.6.16) PLATFORMS arm64-darwin-21 From a8c90cab864b67ae5c80dba5b89fef2c9fef030a Mon Sep 17 00:00:00 2001 From: Karl Naden Date: Wed, 7 Aug 2024 14:14:25 -0400 Subject: [PATCH 2/3] rubocop fixes --- .rubocop.yml | 2 +- .rubocop_todo.yml | 20 +++++++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 75ea5f3..e0df35e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -69,7 +69,7 @@ RSpec/DescribeClass: RSpec/ExampleLength: Enabled: false -RSpec/FilePath: +RSpec/SpecFilePathFormat: CustomTransform: DaVinciPASTestKit: davinci_pas_test_kit diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8bad8d7..511a63f 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,11 +1,19 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2024-04-16 12:37:07 UTC using RuboCop version 1.63.1. +# on 2024-08-07 18:07:48 UTC using RuboCop version 1.65.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. +# Offense count: 1 +# This cop supports safe autocorrection (--autocorrect). +# Configuration parameters: Include. +# Include: **/*.gemspec +Gemspec/AddRuntimeDependency: + Exclude: + - 'davinci_pas_test_kit.gemspec' + # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: Severity, Include. @@ -45,16 +53,6 @@ Naming/PredicateName: - 'spec/**/*' - 'lib/davinci_pas_test_kit/must_support_test.rb' -# Offense count: 4 -# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly. -# Include: **/*_spec*rb*, **/spec/**/* -RSpec/FilePath: - Exclude: - - 'spec/davinci_pas_test_kit/v2.0.1/must_support_test_spec.rb' - - 'spec/davinci_pas_test_kit/v2.0.1/pas_bundle_validation_spec.rb' - - 'spec/davinci_pas_test_kit/v2.0.1/pas_submission_error_test_spec.rb' - - 'spec/davinci_pas_test_kit/v2.0.1/profile_claim_operation_test_spec.rb' - # Offense count: 1 # Configuration parameters: AllowedPatterns. # AllowedPatterns: ^expect_, ^assert_ From 8d62034486724958ca780ef1929de54c69866fb8 Mon Sep 17 00:00:00 2001 From: Karl Naden Date: Wed, 7 Aug 2024 14:18:17 -0400 Subject: [PATCH 3/3] rubocop fixes --- .rubocop_todo.yml | 10 +--------- davinci_pas_test_kit.gemspec | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 511a63f..21e7866 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,19 +1,11 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2024-08-07 18:07:48 UTC using RuboCop version 1.65.0. +# on 2024-08-07 18:17:29 UTC using RuboCop version 1.65.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: Include. -# Include: **/*.gemspec -Gemspec/AddRuntimeDependency: - Exclude: - - 'davinci_pas_test_kit.gemspec' - # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: Severity, Include. diff --git a/davinci_pas_test_kit.gemspec b/davinci_pas_test_kit.gemspec index 842f8b7..3234e19 100644 --- a/davinci_pas_test_kit.gemspec +++ b/davinci_pas_test_kit.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.description = 'Inferno Test Kit for the Da Vinci Prior Authorization Support IG' spec.homepage = 'https://github.com/inferno-framework/davinci-pas-test-kit' spec.license = 'Apache-2.0' - spec.add_runtime_dependency 'inferno_core', '~> 0.4.37' + spec.add_dependency 'inferno_core', '~> 0.4.37' spec.add_development_dependency 'database_cleaner-sequel', '~> 1.8' spec.add_development_dependency 'factory_bot', '~> 6.1' spec.add_development_dependency 'rspec', '~> 3.10'