Skip to content

Commit 0145f7c

Browse files
committed
Fix outdated documentation
`rubocop` now has a `require` so we need to change it to the old syntax for openshift.
1 parent 1fcb2ef commit 0145f7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/OpenShift.md

+2
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ Deploying into OpenShift
6262

6363
```
6464
gem "coveralls", "~> 0.7", require: false
65+
gem "rubocop", "~> 0.35.1", require: false
6566
gem "sinatra-assetpack", "~> 0.3.1", require: "sinatra/assetpack"
6667
```
6768
to
6869
```
6970
gem "coveralls", "~> 0.7", :require => false
71+
gem "rubocop", "~> 0.35.1", :require => false
7072
gem "sinatra-assetpack", "~> 0.3.1", :require => "sinatra/assetpack"
7173
```
7274

0 commit comments

Comments
 (0)