Skip to content

Commit

Permalink
Temporarily exclude webmock 3.24.0 due to a regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Nov 19, 2024
1 parent 02c341c commit 654b9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group :development do
gem 'rake'
gem 'rubygems-tasks', '~> 0.1'
gem 'rspec', '~> 3.0'
gem 'webmock', '~> 3.0'
gem 'webmock', '~> 3.0', '!= 3.24.0'
gem 'simplecov', '~> 0.18'

gem 'kramdown', '~> 2.0'
Expand Down

0 comments on commit 654b9f2

Please sign in to comment.