Skip to content

Commit

Permalink
Bump mysql2 up
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Pastorino and José Ignacio Costa committed Jun 16, 2011
1 parent 3625391 commit e445a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -56,7 +56,7 @@ platforms :ruby do
group :db do
gem "pg", ">= 0.11.0"
gem "mysql", ">= 2.8.1"
gem "mysql2", ">= 0.3.0"
gem "mysql2", ">= 0.3.4"
end
end

Expand Down
@@ -1,6 +1,6 @@
# encoding: utf-8

gem 'mysql2', '~> 0.3.0'
gem 'mysql2', '~> 0.3.4'
require 'mysql2'

module ActiveRecord
Expand Down

7 comments on commit e445a79

@arunagw
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think in 3-1-stable the failures are coming because of 0.3.3

Those should fix now.

@brianmario
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just pushed 0.3.5 which should have fixes for the Time/DateTime failures

@arunagw
Copy link
Member

@arunagw arunagw commented on e445a79 Jun 16, 2011 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brianmario
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we should bump the Gemfile in 3-1-stable and master

@arunagw
Copy link
Member

@arunagw arunagw commented on e445a79 Jun 16, 2011 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arunagw
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think need to bump in 3-0-stable also.

@brianmario
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we should, but just remember that 3-0-stable has to use the 0.2.x releases (0.2.10 is the one we want there)

Please sign in to comment.