Skip to content

Commit

Permalink
Bump webmock to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richo225 committed Apr 25, 2023
1 parent 4642bfc commit 2b70aa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ GEM
thor (1.0.1)
unicode-display_width (1.6.1)
vcr (5.0.0)
webmock (3.5.1)
webmock (3.8.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
ruby
Expand All @@ -112,7 +112,7 @@ DEPENDENCIES
rspec_junit_formatter (~> 0.4.1)
rubocop (~> 0.78.0)
vcr (~> 5.0.0)
webmock (~> 3.5.0)
webmock (~> 3.8.0)

BUNDLED WITH
1.17.3
5 changes: 2 additions & 3 deletions hodlmoon.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

lib = File.expand_path('../lib', __FILE__)
lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'hodlmoon/version'

Expand Down Expand Up @@ -35,5 +34,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec_junit_formatter', '~> 0.4.1'
spec.add_development_dependency 'rubocop', '~> 0.78.0'
spec.add_development_dependency 'vcr', '~> 5.0.0'
spec.add_development_dependency 'webmock', '~> 3.5.0'
spec.add_development_dependency 'webmock', '~> 3.8.0'
end

0 comments on commit 2b70aa5

Please sign in to comment.