summaryrefslogtreecommitdiff
path: root/Gemfile
AgeCommit message (Collapse)Author
2019-01-10Add Gemfile hackJared Norman
Unfortunately bundler (1.x and 2.x) seems to be horrible at resolving the dependencies here. I chatted with someone who knows a fair bit more than me about how bundler's algorithm works, and he suggested that the issue was that it was having trouble locking down to a specific Rails version. This allows us to specify the Rails version we want ("~> 5.1.0" does the trick) which causes bundler to not struggle for 15 minutes to resolve dependencies anymore.
2019-01-08Remove FactoryBotJared Norman
We don't really need it. Let's keep things simple.
2018-12-30Remove postgres limitationJared Norman
I may come to regret this, as I do know there's some issues with some versions of ActiveRecord and pg >= 1.0, but I think this will be fine.
2018-12-30Start fleshing out dependenciesJared Norman
2018-12-30Initial commitJared Norman