Skip to content

Commit 20f261e

Browse files
author
Lee Richmond
committed
Bump suite to 0.7
1 parent 0986938 commit 20f261e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

all.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def prompt(header: nil, description: nil, default: nil)
4949
say(set_color(welcome.rstrip, :cyan, :bold))
5050
api_namespace
5151

52-
gem 'jsonapi_suite', '~> 0.6'
52+
gem 'jsonapi_suite', '~> 0.7'
5353
gem 'jsonapi-rails', '~> 0.3.0'
5454
gem 'jsonapi_swagger_helpers', '~> 0.6', require: false
5555
gem 'jsonapi_spec_helpers', '~> 0.4', require: false

gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gem 'jsonapi_suite', '~> 0.6'
1+
gem 'jsonapi_suite', '~> 0.7'
22
gem 'jsonapi-rails', '~> 0.3.0'
33
gem 'jsonapi_swagger_helpers', '~> 0.6', require: false
44
gem 'jsonapi_spec_helpers', '~> 0.4', require: false

0 commit comments

Comments
 (0)