Skip to content

Commit

Permalink
Use newer version of mysql2 to fix lynndylanhurley#1222 error: use of…
Browse files Browse the repository at this point in the history
… undeclared identifier 'MYSQL_SECURE_AUTH'
  • Loading branch information
asiansteev committed Oct 2, 2018
1 parent 470c84b commit e69e76c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -35,7 +35,7 @@ PATH
specs:
devise_token_auth (1.0.0.rc1)
devise (> 3.5.2, < 4.6)
rails (< 6)
rails (>= 4.2.0, < 6)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -177,7 +177,7 @@ GEM
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
mysql2 (0.4.6)
mysql2 (0.4.10)
nenv (0.3.0)
nio4r (2.3.1)
nokogiri (1.8.1)
Expand Down Expand Up @@ -314,7 +314,7 @@ DEPENDENCIES
minitest-rails
minitest-reporters (= 1.1.18)
mocha (>= 1.5)
mysql2
mysql2 (~> 0.4.10)
omniauth-facebook!
omniauth-github!
omniauth-google-oauth2!
Expand Down
2 changes: 1 addition & 1 deletion devise_token_auth.gemspec
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'appraisal'
s.add_development_dependency 'sqlite3', '~> 1.3'
s.add_development_dependency 'pg'
s.add_development_dependency 'mysql2'
s.add_development_dependency 'mysql2', '~> 0.4.10'
end

0 comments on commit e69e76c

Please sign in to comment.