Skip to content

Commit

Permalink
fix mysql gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcz committed Oct 1, 2011
1 parent 61b2f8e commit 3bf0da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ gem 'uuidtools', '2.1.1'
gem 'haml', '3.1.3'
gem 'sass', '3.1.7'

# env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
# env ARCHFLAGS="-arch x86_64" gem install mysql -v 2.8.1 -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
# export DYLD_LIBRARY_PATH="/usr/local/mysql/lib:$DYLD_LIBRARY_PATH"
gem 'mysql', '2.8.1'

Expand Down

0 comments on commit 3bf0da5

Please sign in to comment.