summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorKoza <[email protected]>2023-04-12 19:54:44 +0200
committerKoza <[email protected]>2023-04-12 19:55:12 +0200
commitc891d749bc4dbaf621cf7afeb70c3d08178df098 (patch)
tree99650746e4db150d3ecf2c390bc9982146e2d309 /Gemfile
parentaa1ef598f4ec5990cc5e9e43bf37b5e04cccdecc (diff)
downloadcaxlsx-c891d749bc4dbaf621cf7afeb70c3d08178df098.tar.gz
caxlsx-c891d749bc4dbaf621cf7afeb70c3d08178df098.zip
Mock out external image requests to make the CI more stable
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 432b4503..fb69c977 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,6 +9,7 @@ group :test do
gem 'rake'
gem 'simplecov', '>= 0.14.1'
gem 'test-unit'
+ gem 'webmock'
end
group :profile do