Skip to content

Commit

Permalink
Add missing gem dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mike927 committed Feb 26, 2024
1 parent 1220267 commit c1e874c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
rspec-json_api (1.3.0)
activesupport (>= 6.1.4.1)
diffy (>= 3.4.2)
rails (>= 6.1.4.1)
rspec-rails (>= 5.0.2)

Expand Down
1 change: 1 addition & 0 deletions rspec-json_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Gem::Specification.new do |spec|

# Uncomment to register a new dependency of your gem
spec.add_dependency "activesupport", ">= 6.1.4.1"
spec.add_dependency "diffy", ">= 3.4.2"
spec.add_dependency "rails", ">= 6.1.4.1"
spec.add_dependency "rspec-rails", ">= 5.0.2"

Expand Down

0 comments on commit c1e874c

Please sign in to comment.