From db3f321b45851a4f5e35ae2832525b57cdd719c1 Mon Sep 17 00:00:00 2001 From: Jay Danielian Date: Tue, 23 Jul 2019 22:24:23 -0400 Subject: [PATCH] References newly named open_api-rswag-api gem --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 38c2229..685ce22 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ end gem 'sqlite3', '~> 1.3.6' -gem 'rswag-api', path: './rswag-api' +gem 'open_api-rswag-api', path: './rswag-api' gem 'rswag-ui', path: './rswag-ui' group :test do