Sha256: e4266c3134d81c83bd9d77345048e08a7d38beffa6679db49eb493d3b63bf9ac

Contents?: true

Size: 443 Bytes

Versions: 1

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', '~> 3.1', require: false
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
live_record-0.3.4 Gemfile