Scott Meves
Scott Meves
After updating to ruby 2.1.1 Bundler started complaining about duplicate dependency definitions: ``` The validation message from Rubygems was: duplicate dependency on activeadmin (~> 0.4.3, development), (>= 0.4.0) use: add_runtime_dependency...
This avoids refetching the application object from the database when it's referenced inside of `attributes_for_token_generator`. Closes #1574
When creating a new token for an application, despite passing an application object into the method, it's refetched from the database when the token is generated. ### Steps to reproduce...
…also update buster test suite to work with latest version of buster see also: https://github.com/allmarkedup/purl/issues/64 https://github.com/allmarkedup/purl/pull/74