Skip to content

Commit d899f31

Browse files
committed
Fix CVE-2015-1820 from rest-client
1 parent 8b615e8 commit d899f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :test do
88
gem "json", :platforms => %i[jruby ruby_18 ruby_19]
99
gem "mime-types", "~> 1.25", :platforms => %i[jruby ruby_18]
1010
gem "rack-test"
11-
gem "rest-client", "~> 1.7.3", :platforms => %i[jruby ruby_18]
11+
gem "rest-client", "~> 1.8.0", :platforms => %i[jruby ruby_18]
1212
gem "rspec", "~> 3.2"
1313
gem "rubocop", ">= 0.51", :platforms => %i[ruby_19 ruby_20 ruby_21 ruby_22 ruby_23 ruby_24]
1414
gem "simplecov", ">= 0.9"

0 commit comments

Comments
 (0)