code4lib / ruby-oai

a Ruby library for building OAI-PMH clients and servers
MIT License
62 stars 43 forks source link

Pegging version for activerecord to fix Travis CI tests #21

Closed tjdett closed 11 years ago

tjdett commented 11 years ago

Without pegging the version, an initial bundle install was picking up ActiveRecord 2.0 (because Gemfile.lock is intentionally excluded from the gem).

ActiveRecord is now pegged to ~> 3.2.8.