Skip to content

Commit

Permalink
Merge pull request #923 from jonkerz/patch-1
Browse files Browse the repository at this point in the history
Replace deprecated/removed `File.exists?` alias
  • Loading branch information
y-yagi authored Aug 22, 2024
2 parents 0e619fd + cdde477 commit 472892e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/performance/benchmark.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'rubygems'
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
Bundler.require :default

require "benchmark"
Expand Down

0 comments on commit 472892e

Please sign in to comment.