Skip to content

Commit

Permalink
Depend on WebMock
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Jun 6, 2024
1 parent 49016ec commit a41720c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions telebugs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Gem::Specification.new do |spec|

spec.add_dependency "concurrent-ruby", "~> 1.3"

spec.add_development_dependency "webmock", "~> 3.23"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
spec.metadata["rubygems_mfa_required"] = "true"
Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
require "telebugs"

require "minitest/autorun"
require "webmock/minitest"

0 comments on commit a41720c

Please sign in to comment.