Skip to content
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ platforms :mri do
# Add `byebug` to your code where you want to drop to REPL, and add DEBUG=true when running tests
gem "byebug"
# WebMock is known to work with Curb >= 0.7.16, < 1.1, except versions 0.8.7
gem "curb", [">= 0.7.16", "< 1.1", "!= 0.8.7"] if curb
gem "curb", ">= 0.7.16", "!= 0.8.7", "< 1.1" if curb
gem "pry-byebug"
end

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GEM
cookiejar (0.3.3)
crack (0.4.5)
rexml
curb (1.0.1)
curb (1.0.6)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
Expand Down
Loading