Skip to content

Commit e5403ed

Browse files
committed
Relax jsonapi-resources dependency. Update the version.
1 parent e761c83 commit e5403ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsonapi-utils.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2020
spec.require_paths = ['lib']
2121

22-
spec.add_runtime_dependency 'jsonapi-resources', '0.9.11'
22+
spec.add_runtime_dependency 'jsonapi-resources', '~> 0.9.12'
2323

2424
spec.add_development_dependency 'bundler', '~> 1.14', '>= 1.14'
2525
spec.add_development_dependency 'rake', '~> 12.3', '>= 12.3.3'

lib/jsonapi/utils/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module JSONAPI
22
module Utils
3-
VERSION = '0.7.3'.freeze
3+
VERSION = '0.7.4'.freeze
44
end
55
end

0 commit comments

Comments
 (0)