Skip to content

Commit 5340414

Browse files
committed
Update to Nokogiri 1.8 and Slop 4.5
1 parent d36910a commit 5340414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
gem 'colorize', '>=0.8.1'
3-
gem 'nokogiri', '~>1.7.1'
4-
gem 'slop', '~>4.4.1'
3+
gem 'nokogiri', '~>1.8.0'
4+
gem 'slop', '~>4.5.0'
55
gem 'typhoeus', '~>1.1.2'
66

77
group :test do

0 commit comments

Comments
 (0)