mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 07:16:40 +00:00
Quote the name in the Gemfile
The gem name needs to be a string.
This commit is contained in:
@@ -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_:
|
1. Add this line to your applications _Gemfile_:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
gem swagger_rails
|
gem 'swagger_rails'
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Run the install generator
|
2. Run the install generator
|
||||||
|
|||||||
Reference in New Issue
Block a user