mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Use newer version of bundler
This commit is contained in:
parent
bf9e1fe75c
commit
69a29ac041
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ script:
|
|||
gemfile:
|
||||
- Gemfile
|
||||
before_install:
|
||||
- gem install bundler -v 1.11.2
|
||||
- gem install bundler -v 1.14.6
|
||||
# install Neo4j locally:
|
||||
- wget dist.neo4j.org/neo4j-community-2.3.3-unix.tar.gz
|
||||
- tar -xzf neo4j-community-2.3.3-unix.tar.gz
|
||||
|
|
Loading…
Reference in a new issue