Skip to content

Commit

Permalink
Merge pull request #1410 from AlchemyCMS/depfu/update/mysql2-0.5.1
Browse files Browse the repository at this point in the history
Upgrade mysql2 to version 0.5.1
  • Loading branch information
tvdeyen authored Apr 11, 2018
2 parents fa7a3ab + 9b555b2 commit fef5458
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 @@ -8,7 +8,7 @@ gem 'rails', '~> 5.1.6'
gem 'rack-mini-profiler', group: :development, require: false

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

Expand Down

0 comments on commit fef5458

Please sign in to comment.