aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2016-11-02 11:36:32 +0000
committerAndrew White <andrew.white@unboxed.co>2016-11-02 11:36:32 +0000
commitd3bb345803cc1cad8da1e33f4d39232f15247bd4 (patch)
tree1a4558c593263a4e804065c81a7ccb861e888305 /Gemfile
parente61a279c2b73cb5ac7c9a18b2ff1b8a5a853c16f (diff)
downloadrails-d3bb345803cc1cad8da1e33f4d39232f15247bd4.tar.gz
rails-d3bb345803cc1cad8da1e33f4d39232f15247bd4.tar.bz2
rails-d3bb345803cc1cad8da1e33f4d39232f15247bd4.zip
Fix File.exists? deprecation warnings in Active Support
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e22d594848..096bbbc324 100644
--- a/Gemfile
+++ b/Gemfile
@@ -71,7 +71,7 @@ platforms :mri_18 do
end
# Add your own local bundler stuff
-instance_eval File.read '.Gemfile' if File.exists? '.Gemfile'
+instance_eval File.read '.Gemfile' if File.exist? '.Gemfile'
platforms :mri do
group :test do