Skip to content

Commit 79cae19

Browse files
author
Nathan Sutton
committed
Adding typhoeus for ruby 2.1
1 parent ce930fb commit 79cae19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ end
1010

1111
group :development do
1212
gem "jruby-openssl", :platforms => :jruby
13-
gem "typhoeus", :platforms => [:mri_18, :mri_19, :mri_20]
13+
gem "typhoeus", :platforms => [:mri_18, :mri_19, :mri_20, :mri_21]
1414
end
1515

1616
group :test, :development do
1717
gem "rake"
18-
end
18+
end

0 commit comments

Comments
 (0)