Skip to content

Commit

Permalink
chore: update test-prof, etc. (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki authored Aug 16, 2024
1 parent 9e86a95 commit fd5431f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mihari.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "simplecov-lcov", "~> 0.8"
spec.add_development_dependency "simplecov", "~> 0.22"
spec.add_development_dependency "standard", "~> 1.39.2"
spec.add_development_dependency "test-prof", "~> 1.3.3"
spec.add_development_dependency "test-prof", "~> 1.4.0"
spec.add_development_dependency "timecop", "~> 0.9.10"
spec.add_development_dependency "vcr", "~> 6.2"
spec.add_development_dependency "webmock", "~> 3.23.1"
Expand Down Expand Up @@ -95,7 +95,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "launchy", "3.0.1"
spec.add_dependency "memo_wise", "1.9.0"
spec.add_dependency "normalize_country", "0.3.2"
spec.add_dependency "parallel", "1.26.1"
spec.add_dependency "parallel", "1.26.2"
spec.add_dependency "plissken", "3.0.0"
spec.add_dependency "public_suffix", "6.0.1"
spec.add_dependency "puma", "6.4.2"
Expand Down
5 changes: 4 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ def authorization_field(username, password)
end
end

require "test_prof/recipes/rspec/let_it_be"
# NOTE: since test-prof v1.4.0, it needs to be required with the connection
Mihari::Database.with_db_connection do
require "test_prof/recipes/rspec/let_it_be"
end

# reload dummy/sanitized config values
Mihari.config.reload
Expand Down

0 comments on commit fd5431f

Please sign in to comment.