Sha256: 71715b04ede63db9e7d76a3606b79de2be6879373ac7d08893f18f9b89b1ba90
Contents?: true
Size: 443 Bytes
Versions: 13
Compression:
Stored size: 443 Bytes
Contents
source 'https://rubygems.org' gemspec group :development, :test do # issues with Combustion + FactoryGirl factory loading: https://github.com/pat/combustion/issues/33 # therefore, this gem should not be part of .gemspec but instead is specified here in the Gemfile gem 'factory_girl_rails', '~> 4.8', require: false # do not require to prevent Capybara deprecation warning on rspec run gem 'capybara', '~> 2.15', require: false end
Version data entries
13 entries across 13 versions & 1 rubygems