[Chore] Add bullet gem #249 (#281)

* closes #249 add bullet gem

- upgrade gems
- fix the warning in the console
- fix the deprecation message for where not
This commit is contained in:
Sojan Jose
2019-11-25 23:55:18 +05:30
committed by GitHub
parent 34df451243
commit 9c6a101768
6 changed files with 173 additions and 178 deletions

View File

@@ -19,6 +19,13 @@ jobs:
steps:
- checkout
- run:
name: Configure Bundler
command: |
echo 'export BUNDLER_VERSION=$(cat Gemfile.lock | tail -1 | tr -d " ")' >> $BASH_ENV
source $BASH_ENV
gem install bundler
- run:
name: Which bundler?
command: bundle -v