summaryrefslogtreecommitdiff
path: root/lib/bundler/rubygems_integration.rb
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-03-01 12:38:43 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-03-01 12:38:43 +0900
commit9448fc8c37eb9f867f352c3085f20994c7726fa9 (patch)
tree1cc0e339bd8e4160c83807d25d0f780be50aad91 /lib/bundler/rubygems_integration.rb
parentc4fc79a2bfed38335a3371300bea49286a371d83 (diff)
downloadbundler-9448fc8c37eb9f867f352c3085f20994c7726fa9.tar.gz
Use Gem::Util.inflate instead of Gem.inflateupdate-deprecated-methods
Diffstat (limited to 'lib/bundler/rubygems_integration.rb')
-rw-r--r--lib/bundler/rubygems_integration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb
index 2d70eae7dc..231b085f05 100644
--- a/lib/bundler/rubygems_integration.rb
+++ b/lib/bundler/rubygems_integration.rb
@@ -132,7 +132,7 @@ module Bundler
end
def inflate(obj)
- Gem.inflate(obj)
+ Gem::Util.inflate(obj)
end
def sources=(val)