Skip to content

Commit

Permalink
Upgrade mysql2 to version 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Feb 27, 2018
1 parent 5318663 commit 116950d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec
gem 'rack-mini-profiler', group: :development, require: false

gem 'sqlite3' if ENV['DB'].nil? || ENV['DB'] == 'sqlite'
gem 'mysql2', '~> 0.3.18' if ENV['DB'] == 'mysql'
gem 'mysql2', '~> 0.4.10' if ENV['DB'] == 'mysql'
gem 'pg', '~> 1.0' if ENV['DB'] == 'postgresql'
gem 'sassc-rails'

Expand Down

0 comments on commit 116950d

Please sign in to comment.