Show More
Commit Description:
add rvm version & gemset file,...
Commit Description:
add rvm version & gemset file, start migrate to ruby 2.6.3
References:
File last commit:
Show/Diff file:
Action:
config/boot.rb | 6 lines | 191 B | text/x-ruby | RubyLexer |
require 'rubygems'
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])