Skip to content

Commit

Permalink
Using latest mysql2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Sep 9, 2012
1 parent 7ccb0ff commit 2ba46ba
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ gem 'riddle', '1.5.3'
gem 'combustion',
:git => 'git://github.com/pat/combustion.git',
:ref => '45f50e64c3'
gem 'mysql2',
:git => 'git://github.com/brianmario/mysql2.git',
:ref => '84ca9ffbc5'

gem 'pg', '~> 0.11.0', :platform => :ruby
gem 'activerecord-jdbcpostgresql-adapter', '~> 1.1.3', :platform => :jruby
1 change: 0 additions & 1 deletion gemfiles/rails_3_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source :rubygems

gem "riddle", "1.5.3"
gem "combustion", :git=>"git://github.com/pat/combustion.git", :ref=>"45f50e64c3"
gem "mysql2", :git=>"git://github.com/brianmario/mysql2.git", :ref=>"84ca9ffbc5"
gem "pg", "~> 0.11.0", :platform=>:ruby
gem "activerecord-jdbcpostgresql-adapter", "~> 1.1.3", :platform=>:jruby
gem "rails", "~> 3.1.0"
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_3_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source :rubygems

gem "riddle", "1.5.3"
gem "combustion", :git=>"git://github.com/pat/combustion.git", :ref=>"45f50e64c3"
gem "mysql2", :git=>"git://github.com/brianmario/mysql2.git", :ref=>"84ca9ffbc5"
gem "pg", "~> 0.11.0", :platform=>:ruby
gem "activerecord-jdbcpostgresql-adapter", "~> 1.1.3", :platform=>:jruby
gem "rails", "~> 3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion thinking-sphinx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'activerecord', '>= 3.1.0'
s.add_runtime_dependency 'builder', '>= 2.1.2'
s.add_runtime_dependency 'middleware', '>= 0.1.0'
# s.add_runtime_dependency 'mysql2', '>= 0.2.18'
s.add_runtime_dependency 'mysql2', '>= 0.3.12b4'
s.add_runtime_dependency 'riddle', '>= 1.5.2'

s.add_development_dependency 'appraisal', '~> 0.4.0'
Expand Down

0 comments on commit 2ba46ba

Please sign in to comment.