Skip to content

Commit

Permalink
Try adding rubyzip to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jazairi committed Feb 23, 2022
1 parent 1fadfdf commit 906506a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ gem 'omniauth-saml'
gem 'paper_trail'
gem 'puma'
gem 'rails', '~> 6.1.0'
gem 'rubyzip'
gem 'sass-rails'
gem 'sentry-rails'
gem 'sentry-ruby'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ DEPENDENCIES
rails (~> 6.1.0)
rubocop
rubocop-rails
rubyzip
sass-rails
scout_apm
selenium-webdriver
Expand Down
3 changes: 0 additions & 3 deletions app/models/marc_batch.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
require 'rubygems'
require 'zip'

class MarcBatch
def initialize(theses, marc_filename, zip_filename)
@theses = theses
Expand Down

0 comments on commit 906506a

Please sign in to comment.