Skip to content

Commit

Permalink
Merge pull request #300 from oauth-xx/dependabot/bundler/curb-1.0.6
Browse files Browse the repository at this point in the history
Bump curb from 1.0.1 to 1.0.6
  • Loading branch information
pboling authored Sep 5, 2024
2 parents 31d59c1 + baa5b98 commit 936a050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 936a050

Please sign in to comment.