Created
November 19, 2024 00:47
-
-
Save yahonda/4c941450eb1d692e1895e21e6310a753 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "bundler/inline" | |
gemfile(true) do | |
source "https://rubygems.org" | |
gem "webmock" | |
# gem "webmock", git: "https://github.com/Earlopain/webmock.git", branch: "net-http-adapter-ruby-3.4" | |
end | |
p RUBY_VERSION | |
WebMock.enable! | |
WebMock.disable! |
Author
yahonda
commented
Nov 19, 2024
$ ruby -w webmock_ruby34.rb
Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies...
"3.3.6"
$
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment