Skip to content

Commit fba5eae

Browse files
Bump mysql2 from 0.3.21 to 0.4.10
Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.3.21 to 0.4.10. - [Changelog](https://github.com/brianmario/mysql2/blob/master/CHANGELOG.md) - [Commits](brianmario/mysql2@0.3.21...0.4.10)
1 parent 394c3fc commit fba5eae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'rake', '< 12.0'
1111
# gem "mongoid", "~> 3.0.0"
1212
# gem 'bson_ext'
1313

14-
gem 'mysql2', '~> 0.3.10' # limit to this version for Rails 3.2
14+
gem 'mysql2', '~> 0.4.10' # limit to this version for Rails 3.2
1515

1616
# For some reason this is needed in production for consoles
1717
gem 'test-unit'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ GEM
459459
multi_xml (0.6.0)
460460
multipart-post (2.0.0)
461461
mustache (1.0.5)
462-
mysql2 (0.3.21)
462+
mysql2 (0.4.10)
463463
nenv (0.3.0)
464464
net-http-persistent (2.9.4)
465465
netrc (0.11.0)
@@ -770,7 +770,7 @@ DEPENDENCIES
770770
memoist
771771
mocha
772772
mustache (= 1.0.5)
773-
mysql2 (~> 0.3.10)
773+
mysql2 (~> 0.4.10)
774774
parallel_tests
775775
pry-byebug
776776
pry-remote

0 commit comments

Comments
 (0)