summaryrefslogtreecommitdiff
path: root/Gemfile
AgeCommit message (Collapse)Author
2021-01-15Remove canonical-rails from GemfileAlessio Rocco
The canonical-rails was locked down to 0.2.9 because Solidus still used the whitelisted_attributes method but with the new version 0.2.10 it was renamed to allowed_parameters and it can be removed.
2020-12-14Update cancel method on subscription to respect minimum dateSean
Previously, the cancel method would check if the minimum cancellation date minus the current day is in the future before cancelling. However, that adds one day to whatever minimum cancellation date that you set - if you set one day, you would expect the user not to be able to cancel on the day that the subscription ships, but because the method checks if the date is in the future, the user can't cancel the day of, or the day before. This checks if the date is in the future OR if it's today, which removes the added day from the minimum_cancellation_notice. Also this sets the default to 0.days, as 1.day is pretty arbitrary Lastly, this locks canonical-rails down to 0.2.9, because Solidus still uses the `whitelisted_attributes` method, which was renamed in 0.2.10
2020-06-13Update to the latest solidus_dev_supportAlessandro Desantis
2020-03-06Fix Dependabot looking for Gemfile-localAlessandro Desantis
2020-01-20Update extension structure using dev_supportMattia Roccoberton
2020-01-17Change solidus_extension_dev_tools references to solidus_dev_supportMattia Roccoberton
2019-11-22Configure RuboCop via solidus_extension_dev_toolsAlessandro Desantis
2019-09-12Relax solidus_auth_devise dependency for Rails 6 compatibilityAlessandro Desantis
2019-09-12Help Bundler resolve dependencies in CIAlessandro Desantis
2018-10-03Fix factory girl dependency for Solidus < 2.5jacobherrington
We need to load a factory_bot version that has factory_girl in it to support Solidus versions < 2.5 This change also includes conditional logic for the database interface gems.
2018-01-11Use pg ~> 0.21John Hawthorn
2017-06-09Support Rails 5.1John Hawthorn
2017-01-06Spec against Solidus 2.0Brendan Deere
2016-09-20Dont use master solidus by defaultBrendan Deere
For now because we havnt made sure this works on rails 5 (and solidus 2.0) this should be restricted to the 1.4 branch of solidus
2016-09-20Add CI to the projectBrendan Deere
2016-08-24initBrendan Deere