psyho / bogus

Fake library for Ruby
Other
359 stars 14 forks source link

permit ActiveRecord 4 in gemspec #54

Closed ktdreyer closed 10 years ago

ktdreyer commented 10 years ago

Previously we could not allow ActiveRecord 4 because the activerecord-nulldb-adapter gem did not support ActiveSupport 4 in any released version.

The activerecord-nulldb-adapter maintainers have recently released version 0.3.0, and this version is compatible with ActiveSupport 4.

This pull request bumps the bogus gemspec ActiveRecord version to reflect the fact that we can now support ActiveRecord 4 as well.

ktdreyer commented 10 years ago

jruby is currently failing because of https://github.com/nulldb/nulldb/issues/53