We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1220267 + c1e874c commit 7c27ddfCopy full SHA for 7c27ddf
2 files changed
Gemfile.lock
@@ -3,6 +3,7 @@ PATH
3
specs:
4
rspec-json_api (1.3.0)
5
activesupport (>= 6.1.4.1)
6
+ diffy (>= 3.4.2)
7
rails (>= 6.1.4.1)
8
rspec-rails (>= 5.0.2)
9
rspec-json_api.gemspec
@@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
28
29
# Uncomment to register a new dependency of your gem
30
spec.add_dependency "activesupport", ">= 6.1.4.1"
31
+ spec.add_dependency "diffy", ">= 3.4.2"
32
spec.add_dependency "rails", ">= 6.1.4.1"
33
spec.add_dependency "rspec-rails", ">= 5.0.2"
34
0 commit comments