Quote the name in the Gemfile

The gem name needs to be a string.
This commit is contained in:
andrew morton 2016-09-07 15:33:48 -06:00 committed by GitHub
parent 5003b7ccd9
commit d3d865d6aa

View File

@ -14,7 +14,7 @@ __NOTE__: It's early days so please be gentle when reporting issues :) As author
1. Add this line to your applications _Gemfile_:
```ruby
gem swagger_rails
gem 'swagger_rails'
```
2. Run the install generator