Skip to content

Commit 28bbcfd

Browse files
committed
added background for Step 10
1 parent f11967c commit 28bbcfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/OpenShift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Deploying into OpenShift
6262
ruby '2.0.0'
6363
```
6464

65-
9. As OpenShift is still using Ruby 1.9.3 and the gem 'pry-byebug' needs Ruby 2.0, remove the 'pry-byebug' gem in the Gemfile. (Referencing issue #294)
65+
9. As OpenShift is still using Ruby 1.9.3 and the [gem 'pry-byebug'](https://github.com/deivid-rodriguez/pry-byebug) needs Ruby 2.0, we can try to just install the production environment from the Gemfile but there seems to be a [bug in OpenShift](https://bugzilla.redhat.com/show_bug.cgi?id=1049411). A temporary work-around is to remove the 'pry-byebug' gem in the Gemfile. Note that this is only for deploying into OpenShift production. (Referencing issue [#294](https://github.com/swanson/stringer/pull/294) )
6666

6767
```
6868
gem "pry-byebug", "~> 1.2"

0 commit comments

Comments
 (0)