Sha256: 12e1ef7b294485302380aea8570adbfcbc12e57bb4c66828a2f30272c150d061
Contents?: true
Size: 678 Bytes
Versions: 7
Compression:
Stored size: 678 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in rspec-support.gemspec gemspec branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp %w[rspec rspec-core rspec-expectations rspec-mocks].each do |lib| library_path = File.expand_path("../../#{lib}", __FILE__) if File.exist?(library_path) && !ENV['USE_GIT_REPOS'] gem lib, :path => library_path else gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => branch end end ### dep for ci/coverage gem 'simplecov', '~> 0.8' gem 'rubocop', "~> 0.23.0", :platform => [:ruby_19, :ruby_20, :ruby_21] eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')
Version data entries
7 entries across 7 versions & 1 rubygems