1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00
thoughtbot--factory_bot_rails/Gemfile

21 lines
398 B
Text
Raw Normal View History

source 'https://rubygems.org'
2011-06-29 12:09:19 -04:00
gemspec
gem 'appraisal'
gem 'aruba'
gem 'coffee-rails'
2015-03-13 22:39:10 -04:00
gem 'cucumber', '1.3.19'
gem 'jquery-rails'
gem 'rake'
gem 'rspec-rails'
gem 'uglifier'
gem 'test-unit'
gem 'activerecord-jdbcsqlite3-adapter', platforms: :jruby
gem 'jdbc-sqlite3', platforms: :jruby
gem 'therubyrhino', platforms: :jruby
gem 'jruby-openssl', platforms: :jruby
gem 'sqlite3', platforms: :ruby