diff options
| author | Koza <[email protected]> | 2023-04-12 19:54:44 +0200 |
|---|---|---|
| committer | Koza <[email protected]> | 2023-04-12 19:55:12 +0200 |
| commit | c891d749bc4dbaf621cf7afeb70c3d08178df098 (patch) | |
| tree | 99650746e4db150d3ecf2c390bc9982146e2d309 /Gemfile | |
| parent | aa1ef598f4ec5990cc5e9e43bf37b5e04cccdecc (diff) | |
| download | caxlsx-c891d749bc4dbaf621cf7afeb70c3d08178df098.tar.gz caxlsx-c891d749bc4dbaf621cf7afeb70c3d08178df098.zip | |
Mock out external image requests to make the CI more stable
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ group :test do gem 'rake' gem 'simplecov', '>= 0.14.1' gem 'test-unit' + gem 'webmock' end group :profile do |
