Skip to content

Commit

Permalink
Use activerecord-jdbcmysql-adapter from github to work around AR 4/ch…
Browse files Browse the repository at this point in the history
…ange_column bug
  • Loading branch information
Stefan Wrobel committed Sep 30, 2013
1 parent c655884 commit e781f9c
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 @@ -3,7 +3,7 @@ source 'https://rubygems.org'
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
gem 'activerecord-jdbcpostgresql-adapter'
gem 'activerecord-jdbcmysql-adapter'
gem 'activerecord-jdbcmysql-adapter', github: 'jruby/activerecord-jdbc-adapter'
end

platforms :ruby do
Expand Down

0 comments on commit e781f9c

Please sign in to comment.