Skip to content

Commit d2b1340

Browse files
committed
bump mysql2 version
1 parent 7b04e50 commit d2b1340

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ platforms :ruby do
5555
group :db do
5656
gem "pg", ">= 0.11.0"
5757
gem "mysql", ">= 2.8.1"
58-
gem "mysql2", ">= 0.3.3"
58+
gem "mysql2", ">= 0.3.4"
5959
end
6060
end
6161

activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# encoding: utf-8
22

3-
gem 'mysql2', '~> 0.3.3'
3+
gem 'mysql2', '~> 0.3.4'
44
require 'mysql2'
55

66
module ActiveRecord

0 commit comments

Comments
 (0)