Sha256: 46de605268e98e97611b388eaffb43a4abf3e05bb0e82d403e106781ab5bbfd0
Contents?: true
Size: 698 Bytes
Versions: 5
Compression:
Stored size: 698 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in commonwealth-vlr-engine.gemspec gemspec # If we don't specify 2.11.0 we'll end up with sprockets 2.12.0 in the main # Gemfile.lock but since sass-rails gets generated (rails new) into the test app # it'll want sprockets 2.11.0 and we'll have a conflict gem 'sprockets', '2.11.0' group :test do gem 'simplecov', require: false gem 'coveralls', require: false end file = File.expand_path("Gemfile", ENV['ENGINE_CART_DESTINATION'] || ENV['RAILS_ROOT'] || File.expand_path("../spec/internal", __FILE__)) if File.exists?(file) puts "Loading #{file} ..." if $DEBUG # `ruby -d` or `bundle -v` instance_eval File.read(file) end
Version data entries
5 entries across 5 versions & 1 rubygems