source "https://rubygems.org" file = File.expand_path("../../Gemfile", __FILE__) if File.exists?(file) puts "Loading #{file} ..." if $DEBUG # `ruby -d` or `bundle -v` instance_eval File.read(file) end gem 'activesupport', '~> 4.2.0'