Skip to content

Commit

Permalink
Use mysql2 '0.3.20' to satisfy all the versions
Browse files Browse the repository at this point in the history
since '0.4.0' works only with Rails 4-2-stable and 5.0/master.
  • Loading branch information
jonatack committed Sep 8, 2015
1 parent 393684c commit 179184d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ransack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'faker', '~> 0.9.5'
s.add_development_dependency 'sqlite3', '~> 1.3.3'
s.add_development_dependency 'pg'
s.add_development_dependency 'mysql2', '0.4.0'
s.add_development_dependency 'mysql2', '0.3.20'
s.add_development_dependency 'pry', '0.9.12.2'

s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 179184d

Please sign in to comment.