Skip to content

Commit

Permalink
Fixate mysql2 gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Deyen committed Nov 19, 2015
1 parent e2c8c2a commit 6d26b99
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 @@ -7,7 +7,7 @@ if ENV['RAILS_VERSION']
end

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

group :development, :test do
Expand Down

0 comments on commit 6d26b99

Please sign in to comment.