Skip to content

Commit

Permalink
add activesupport and byebug dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markburns committed Dec 25, 2023
1 parent 268aa00 commit cee4987
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
deep_matching (0.1.0)
activemodel
activesupport
rspec
rspec-mocks

Expand All @@ -23,6 +24,7 @@ GEM
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.5)
byebug (11.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
diff-lcs (1.5.0)
Expand Down Expand Up @@ -54,6 +56,7 @@ PLATFORMS
ruby

DEPENDENCIES
byebug
deep_matching!
rake (~> 13.0)
rspec (~> 3.0)
Expand Down
2 changes: 2 additions & 0 deletions deep_matching.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'activemodel'
spec.add_dependency 'activesupport'
spec.add_development_dependency 'byebug'
spec.add_dependency 'rspec'
spec.add_dependency 'rspec-mocks'

Expand Down

0 comments on commit cee4987

Please sign in to comment.