Skip to content

Commit

Permalink
Merge pull request #156 from richmolj/master
Browse files Browse the repository at this point in the history
Lock version of jsonapi-renderer
  • Loading branch information
richmolj authored Jun 11, 2019
2 parents 6e87d5e + 037cf42 commit b92d662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions graphiti.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = "~> 2.3"

spec.add_dependency "jsonapi-serializable", "~> 0.3.0"
spec.add_dependency "jsonapi-renderer", "0.2.0"
spec.add_dependency "dry-types", "~> 0.15"
spec.add_dependency "graphiti_errors", "~> 1.1.0"
spec.add_dependency "concurrent-ruby", "~> 1.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/graphiti/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Graphiti
VERSION = "1.2.1"
VERSION = "1.2.2"
end

0 comments on commit b92d662

Please sign in to comment.