8000 Fix LoadError: cannot load such file -- bundler/dep_proxy · jbox-web/ajax-datatables-rails@690e25d · GitHub
[go: up one dir, main page]

Skip to content

Commit 690e25d

Browse files
committed
Fix LoadError: cannot load such file -- bundler/dep_proxy
1 parent 46afca5 commit 690e25d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ addons:
5454
- mysql-client-core-5.6
5555
- mysql-client-5.6
5656
before_install:
57+
- gem update --system
58+
- gem install bundler
5759
- sh -c "if [ '$DB_ADAPTER' = 'mysql2' ]; then mysql -e 'create database ajax_datatables_rails;'; fi"
5860
- sh -c "if [ '$DB_ADAPTER' = 'postgresql' ]; then psql -c 'create database ajax_datatables_rails;' -U postgres; fi"
5961
- sh -c "if [ '$DB_ADAPTER' = 'oracle_enhanced' ]; then ./spec/install_oracle.sh; fi"

0 commit comments

Comments
 (0)
0