mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Allow the rails 3.1 appraisal to select the exact version of turn it needs, dont install before hand
This commit is contained in:
parent
3538071421
commit
c97d2aeba1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ rvm:
|
|||
- jruby-19mode
|
||||
before_install:
|
||||
- gem update --system
|
||||
- gem install minitest-rails therubyrhino jquery-rails turn rspec-rails
|
||||
- gem install minitest-rails therubyrhino jquery-rails rspec-rails
|
||||
jdk:
|
||||
- openjdk6
|
||||
gemfile:
|
||||
|
|
Loading…
Reference in a new issue