Gemfile
522 Bytes
-
Allow specifying sqlite version · b443fd95
Older versions of activerecord require sqlite ~> 1.3.6, but not in the gemfile, the constraint is enforced when you load the adapter. This allows us toe specify in the environment the version of the gem we'd like to run against.
Jared Norman committed
This project manages its dependencies using
Bundler.
Learn more