Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit 72c688c

Browse files
committed
Update Gemfile
1 parent d60001a commit 72c688c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ source 'https://rubygems.org'
22
gem 'colorize', '>=0.8.1'
33
gem 'mime-types', '>=3.1'
44
gem 'nokogiri', '~>1.7.0'
5+
gem 'require_all', '~>1.4'
6+
gem 'rubyzip', '~>1.2'
57
gem 'slop', '~>4.4.1'
68
gem 'typhoeus', '~>1.1.2'
7-
gem 'require_all', '~>1.3.3'
8-
gem 'rubyzip', '~>1.2'
99

1010
group :test do
1111
gem 'rspec', '~>3.5'

0 commit comments

Comments
 (0)