Skip to content

Commit 0986938

Browse files
author
Lee Richmond
committed
bump jsonapi-rails
1 parent 94c2cbb commit 0986938

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
@@ -50,7 +50,7 @@ def prompt(header: nil, description: nil, default: nil)
5050
api_namespace
5151

5252
gem 'jsonapi_suite', '~> 0.6'
53-
gem 'jsonapi-rails', '~> 0.2.1'
53+
gem 'jsonapi-rails', '~> 0.3.0'
5454
gem 'jsonapi_swagger_helpers', '~> 0.6', require: false
5555
gem 'jsonapi_spec_helpers', '~> 0.4', require: false
5656
gem 'kaminari', '~> 1.0'

gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gem 'jsonapi_suite', '~> 0.6'
2-
gem 'jsonapi-rails', '~> 0.2.1'
2+
gem 'jsonapi-rails', '~> 0.3.0'
33
gem 'jsonapi_swagger_helpers', '~> 0.6', require: false
44
gem 'jsonapi_spec_helpers', '~> 0.4', require: false
55
gem 'kaminari', '~> 1.0'

0 commit comments

Comments
 (0)