We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f862462 commit 13ab9f2Copy full SHA for 13ab9f2
Brewfile
Makefile
@@ -5,10 +5,6 @@ bootstrap:
5
6
install: bundle-install pod-install
7
8
-brew-install:
9
- brew tap homebrew/bundle
10
- brew bundle
11
-
12
bundle-install:
13
bundle install --without development --deployment --jobs=3 --retry=3
14
README.md
@@ -151,8 +151,6 @@ The displayed delimiter string can be customized by:
151
152
## Development
153
154
-* Make sure [Homebrew](http://brew.sh/) is installed.
155
-* Current `develop` branch requires Ruby `2.3.1`.
156
* Set up dependencies by running the following command in the project root:
157
158
```
0 commit comments