alphagov / trade-tariff-backend

Enabling the population and distribution via API of UK Customs tariffs and duties
MIT License
7 stars 6 forks source link

Update rails configuration files #257

Closed theharq closed 8 years ago

theharq commented 8 years ago

What this PR does:

This PR updates libv8 minor version to be compatible with latest version of command-line-tools for El Capitan https://github.com/cowboyd/libv8/compare/v3.16.14.7...v3.16.14.13

I've notice that the configuration files from rails where not updated.

Everytime we update the rails gem is a good idea to run the rake rails:update rake task in order to have the latest config files and make easier to update to new versions of rails in the future.

WIP