Skip to content

Commit

Permalink
fix: update dependencies to avoid conflicts with rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
owen2345 committed Mar 16, 2021
1 parent 017b5bb commit 77fcf18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buddy_translatable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Gem::Specification.new do |spec|
spec.require_paths = %w[lib]

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'

spec.add_dependency 'activerecord', '>= 5.0'
spec.add_dependency 'activesupport', '>= 5.0'
spec.add_dependency 'activerecord'
spec.add_dependency 'activesupport'
spec.add_dependency 'i18n'
spec.add_dependency 'pg'
end

0 comments on commit 77fcf18

Please sign in to comment.