Skip to content

Commit

Permalink
Modified the mysql version in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Souravirus committed Jun 27, 2018
1 parent dbadf66 commit b0547d6
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 @@ -69,7 +69,7 @@ gem 'reverse_markdown'

# run with `bundle install --without production` or `bundle install --without mysql` to exclude this
group :mysql, :production do
gem 'mysql2', '~> 0.3.20'
gem 'mysql2', '>= 0.4.4'
# mysql 0.4.3+ causes a version mismatch, apparently, and demands 'activerecord-mysql2-adapter'
end

Expand Down

0 comments on commit b0547d6

Please sign in to comment.