Skip to content

Commit

Permalink
Add join_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Zane committed Apr 25, 2018
1 parent 924cfe4 commit b165a50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ else
end

gem 'bump'
gem 'join_dependency', github: 'rzane/join_dependency'

group :test do
gem 'pry'
Expand Down
1 change: 1 addition & 0 deletions baby_squeel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'activerecord', '>= 4.2.0'
spec.add_dependency 'polyamorous', '~> 1.3'
spec.add_dependency 'join_dependency', '~> 0.1.1'

spec.add_development_dependency 'bundler', '~> 1.11'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit b165a50

Please sign in to comment.