Skip to content

Commit

Permalink
Fix mysql2 version in gemspec to satisfy all ActiveRecord versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samleb committed Feb 18, 2017
1 parent 72c0e38 commit 3608633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sexy_scopes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'kramdown', '~> 1.2'
else
gem.add_development_dependency 'sqlite3', '~> 1.0'
gem.add_development_dependency 'mysql2', '>= 0.3.10', '< 0.5'
gem.add_development_dependency 'mysql2', '~> 0.3.10'
gem.add_development_dependency 'pg', '~> 0.8'
gem.add_development_dependency 'redcarpet', '~> 3.0'
end
Expand Down

0 comments on commit 3608633

Please sign in to comment.