Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update test-prof, etc. #1110

Merged
merged 3 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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