Skip to content

Commit

Permalink
eliminate couple of warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Feb 21, 2017
1 parent e722866 commit 3173e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activerecord-mysql-uuid-column.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.13"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "byebug"
spec.add_development_dependency "looksee"
spec.add_development_dependency "byebug", '~> 0'
spec.add_development_dependency "looksee", '~> 0'
spec.add_dependency "activerecord", ">= 4.2.5", "< 6"
spec.add_dependency "mysql2", "~> 0.4.0"
end

0 comments on commit 3173e8f

Please sign in to comment.