Skip to content

Commit

Permalink
Depend on mysql2 0.3.x for now
Browse files Browse the repository at this point in the history
mysql2 0.4 is incompatible with activerecord < 5
  • Loading branch information
amatsuda committed Sep 9, 2015
1 parent b1e70ac commit 09d6f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ar-octopus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_dependency 'activesupport', '>= 3.2.0'

s.add_development_dependency 'appraisal', '>= 0.3.8'
s.add_development_dependency 'mysql2', '> 0.3'
s.add_development_dependency 'mysql2', '~> 0.3.18'
s.add_development_dependency 'pg', '>= 0.11.0'
s.add_development_dependency 'rake', '>= 0.8.7'
s.add_development_dependency 'rspec', '>= 3'
Expand Down

0 comments on commit 09d6f37

Please sign in to comment.