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

Make sure the gems that the rails apps are going to need are in place ahead of time

This commit is contained in:
Matt Jankowski 2012-12-21 11:08:23 -05:00
parent 976e4a6f96
commit 2f64464027

View file

@ -4,7 +4,7 @@ rvm:
- jruby-19mode
before_install:
- gem update --system
- gem install minitest-rails
- gem install minitest-rails sass-rails coffee-rails therubyrhino uglifier jquery-rails
jdk:
- openjdk6
gemfile: