Actions
Bug #11719
closedcan't activate mysql2 (~> 0.3.10), already activated mysql2-0.4.0
Description
The release of mysql2 0.4.0 is causing a runtime error in MySQL tests - it looks like activerecord is trying to activate ~> 0.3.10, but our Gemfile specifies > 0.3.0.
Our bundler.d/mysql2.rb ought to be updated to match the Rails requirement.
00:04:54.848 Couldn't drop test_plugin_matrix-3-dev : #<LoadError: Please install the mysql2 adapter: `gem install activerecord-mysql2-adapter` (can't activate mysql2 (~> 0.3.10), already activated mysql2-0.4.0. Make sure all dependencies are added to Gemfile.)>
Updated by Dominic Cleal about 9 years ago
- Status changed from New to Assigned
- Assignee set to Dominic Cleal
Updated by The Foreman Bot about 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2683 added
- Pull request deleted (
)
Updated by Dominic Cleal about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 47604a20219bdf0f6c72fde9dabd3f47f0513364.
Actions