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:
parent
976e4a6f96
commit
2f64464027
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ rvm:
|
||||||
- jruby-19mode
|
- jruby-19mode
|
||||||
before_install:
|
before_install:
|
||||||
- gem update --system
|
- gem update --system
|
||||||
- gem install minitest-rails
|
- gem install minitest-rails sass-rails coffee-rails therubyrhino uglifier jquery-rails
|
||||||
jdk:
|
jdk:
|
||||||
- openjdk6
|
- openjdk6
|
||||||
gemfile:
|
gemfile:
|
||||||
|
|
Loading…
Reference in a new issue