Commit 1dcf51d619373b20718744022215c5c3727be21e
1 parent
8fe68e88
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Added zip gem to gemfile
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Gemfile
... | ... | @@ -30,6 +30,7 @@ gem 'rack-cors' |
30 | 30 | gem 'rack-contrib' |
31 | 31 | gem 'liquid', '~> 3.0.3' |
32 | 32 | #gem 'grape-swagger-rails' |
33 | +gem 'rubyzip' | |
33 | 34 | |
34 | 35 | # FIXME list here all actual dependencies (i.e. the ones in debian/control), |
35 | 36 | # with their GEM names (not the Debian package names) | ... | ... |