Matt-Yorkley
|
25dd47e511
|
Add responders gem
https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#responders
|
2020-11-27 14:00:28 +00:00 |
|
Matt-Yorkley
|
ece3e7aa69
|
Update gems to Rails 4.2
|
2020-11-27 14:00:28 +00:00 |
|
Luis Ramos
|
bcd07e1791
|
Upgrade to rails 4.1
|
2020-11-27 13:59:46 +00:00 |
|
Matt-Yorkley
|
b089404891
|
Merge pull request #6362 from coopdevs/remove-unused-truncate-html-gem
Remove unused truncate_html gem
|
2020-11-23 00:49:34 +01:00 |
|
Luis Ramos
|
d7a1d7769c
|
Merge pull request #6258 from luisramos0/s3_with_region
Upgrade aws-sdk and switch to S3 virtual host style URLs
|
2020-11-19 22:59:57 +00:00 |
|
Maikel
|
b2113c96a2
|
Merge pull request #6317 from openfoodfoundation/dependabot/bundler/kaminari-0.17.0
Bump kaminari from 0.14.1 to 0.17.0
|
2020-11-13 13:58:25 +11:00 |
|
Pau Perez
|
f9869d4360
|
Remove unused truncate_html gem
It seems that we don't use this gem in OFN. It was used in Spree in
https://github.com/openfoodfoundation/spree/blob/2-1-0-stable/core/app/helpers/spree/orders_helper.rb
to truncate the product description. We don't because we show it in
the product modal, and there's no trace of that helper method in our
codebase nor I see the gem used at all.
|
2020-11-11 13:18:23 +01:00 |
|
Luis Ramos
|
94a815a9ef
|
Upgrade aws-sdk and set s3 host name using the provided url config.
This will enable us to set hostnames with the s3 region defined and that
will make our image upload work for all s3 regions.
|
2020-11-10 00:03:33 +00:00 |
|
dependabot-preview[bot]
|
863702ed4b
|
Bump awesome_nested_set from 3.0.3 to 3.2.1
Bumps [awesome_nested_set](https://github.com/collectiveidea/awesome_nested_set) from 3.0.3 to 3.2.1.
- [Release notes](https://github.com/collectiveidea/awesome_nested_set/releases)
- [Changelog](https://github.com/collectiveidea/awesome_nested_set/blob/master/CHANGELOG)
- [Commits](https://github.com/collectiveidea/awesome_nested_set/commits/v3.2.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-11-07 08:58:44 +00:00 |
|
dependabot-preview[bot]
|
cb0b7ed030
|
Bump highline from 1.6.18 to 2.0.3
Bumps [highline](https://github.com/JEG2/highline) from 1.6.18 to 2.0.3.
- [Release notes](https://github.com/JEG2/highline/releases)
- [Changelog](https://github.com/JEG2/highline/blob/master/Changelog.md)
- [Commits](https://github.com/JEG2/highline/commits/v2.0.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-11-06 19:17:11 +00:00 |
|
dependabot-preview[bot]
|
2d90fa4723
|
Bump kaminari from 0.14.1 to 0.17.0
Bumps [kaminari](https://github.com/kaminari/kaminari) from 0.14.1 to 0.17.0.
- [Release notes](https://github.com/kaminari/kaminari/releases)
- [Changelog](https://github.com/kaminari/kaminari/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kaminari/kaminari/compare/v0.14.1...v0.17.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-11-05 19:15:53 +00:00 |
|
Luis Ramos
|
bb89557beb
|
Bump acts_as_list to 0.3.0
|
2020-11-04 22:13:24 +00:00 |
|
Luis Ramos
|
e8381304f9
|
Remove spree_core dependency
|
2020-11-04 12:15:45 +00:00 |
|
dependabot-preview[bot]
|
66cde06cf8
|
Bump i18n-js from 3.7.1 to 3.8.0
Bumps [i18n-js](https://github.com/fnando/i18n-js) from 3.7.1 to 3.8.0.
- [Release notes](https://github.com/fnando/i18n-js/releases)
- [Changelog](https://github.com/fnando/i18n-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fnando/i18n-js/compare/v3.7.1...v3.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-10-15 23:24:41 +00:00 |
|
Luis Ramos
|
9545c57969
|
Merge pull request #6049 from luisramos0/momentjs
Use yarn and move Momentjs from gemfile to yarn
|
2020-10-12 15:28:23 +01:00 |
|
Arun Kumar Mohan
|
6a722f2bbd
|
Set up test-prof gem
|
2020-09-26 15:22:43 -05:00 |
|
Luis Ramos
|
5b3f700fb4
|
Move momentjs from a Gemfile dependeny to a package.jons dependency and upgrade it from 2.20.1 to 2.28.0
|
2020-09-18 15:29:38 +01:00 |
|
Luis Ramos
|
6a61bf7656
|
Merge pull request #5898 from mkllnk/remove-diffy
Remove unused dependency diffy
|
2020-08-16 16:04:42 +01:00 |
|
Luis Ramos
|
9754d8d754
|
Merge pull request #5616 from openfoodfoundation/dependabot/bundler/paper_trail-7.1.3
Bump paper_trail from 5.2.3 to 7.1.3
|
2020-08-15 21:53:33 +01:00 |
|
Maikel Linke
|
99ca0adf64
|
Remove unused dependency diffy
It was used to show differences in the product cache. But we removed the
cache in ab330e882e and the gem hasn't
been used since.
|
2020-08-12 13:10:51 +10:00 |
|
Pau Perez
|
4e22787386
|
Fix docs OCD in Gemfile
@luisramos0 and I can't cope with reading TWO and seeing THREE items listed.
|
2020-08-07 17:20:14 +02:00 |
|
Pau Perez
|
2ccb7c3eb0
|
Point spree_paypal_express to its latest commit
This brings in the fix for the intermittent PayPal connection failures
due to SSL verification failed. Checkout that gem's commit for details.
|
2020-08-07 08:18:24 +02:00 |
|
Luis Ramos
|
40e065eada
|
Add gem for Devise::TokenAuthenticatable and configure it
|
2020-07-31 09:05:42 +01:00 |
|
dependabot-preview[bot]
|
f7ee6ce6c5
|
[Security] Bump devise from 2.2.8 to 3.5.10
Bumps [devise](https://github.com/plataformatec/devise) from 2.2.8 to 3.5.10. **This update includes a security fix.**
- [Release notes](https://github.com/plataformatec/devise/releases)
- [Changelog](https://github.com/plataformatec/devise/blob/v3.5.10/CHANGELOG.md)
- [Commits](https://github.com/plataformatec/devise/compare/v2.2.8...v3.5.10)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-31 09:05:42 +01:00 |
|
dependabot-preview[bot]
|
18cb0e0980
|
Bump paper_trail from 5.2.3 to 7.1.3
Bumps [paper_trail](https://github.com/airblade/paper_trail) from 5.2.3 to 7.1.3.
- [Release notes](https://github.com/airblade/paper_trail/releases)
- [Changelog](https://github.com/paper-trail-gem/paper_trail/blob/master/CHANGELOG.md)
- [Commits](https://github.com/airblade/paper_trail/compare/v5.2.3...v7.1.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-30 16:56:15 +00:00 |
|
dependabot-preview[bot]
|
5fae2c08c8
|
Bump i18n-js from 3.7.0 to 3.7.1
Bumps [i18n-js](https://github.com/fnando/i18n-js) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/fnando/i18n-js/releases)
- [Changelog](https://github.com/fnando/i18n-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fnando/i18n-js/compare/v3.7.0...v3.7.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-15 08:13:42 +00:00 |
|
Luis Ramos
|
ebc1ab4469
|
Merge pull request #5710 from openfoodfoundation/dependabot/bundler/mini_racer-0.2.15
Bump mini_racer from 0.2.14 to 0.2.15
|
2020-07-07 17:28:33 +01:00 |
|
Matt-Yorkley
|
0f659d0f5e
|
Merge pull request #5728 from luisramos0/ams_comment
Update ams dependency comment
|
2020-07-07 12:32:03 +02:00 |
|
Luis Ramos
|
ce1114556d
|
Merge pull request #5578 from mbudm/issue/3770-manual-update
Update orders swagger spec and fix api_key access to orders endpoint
|
2020-07-06 20:32:25 +01:00 |
|
Luis Ramos
|
b0dd83b773
|
Update ams dependency comment
|
2020-07-05 19:55:53 +01:00 |
|
dependabot-preview[bot]
|
cc34f126ec
|
Bump mini_racer from 0.2.14 to 0.2.15
Bumps [mini_racer](https://github.com/discourse/mini_racer) from 0.2.14 to 0.2.15.
- [Release notes](https://github.com/discourse/mini_racer/releases)
- [Changelog](https://github.com/rubyjs/mini_racer/blob/master/CHANGELOG)
- [Commits](https://github.com/discourse/mini_racer/compare/v0.2.14...v0.2.15)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-07-02 11:22:57 +00:00 |
|
Cillian O'Ruanaidh
|
a9664e103d
|
Merge latest :master into :drop-blockenspiel branch and resolve conflicts related to Rubocop fixes.
|
2020-06-29 18:11:08 +01:00 |
|
Luis Ramos
|
5e3d7be545
|
Merge pull request #5630 from openfoodfoundation/dependabot/bundler/ransack-1.8.10
Bump ransack from 1.2.3 to 1.8.10
|
2020-06-26 13:37:03 +01:00 |
|
Luis Ramos
|
bfc134c9e6
|
Merge pull request #5615 from openfoodfoundation/dependabot/bundler/acts-as-taggable-on-4.0.0
Bump acts-as-taggable-on from 3.5.0 to 4.0.0
|
2020-06-25 20:26:59 +01:00 |
|
Steve Roberts
|
b59dbebba6
|
Revert Gemfile change to specific version of rubocop
Turns out it wasn't necessary. I thought it was needed to install a compatible version of rswag
|
2020-06-24 13:21:49 +10:00 |
|
Steve Roberts
|
e619ae621c
|
Add rswag and coverage for orders endpoint
Add coverage for core orders endpoint queries (WIP)
|
2020-06-24 13:21:49 +10:00 |
|
Pau Pérez Fabregat
|
db80992326
|
Merge branch 'master' into drop-blockenspiel
|
2020-06-19 12:12:10 +02:00 |
|
Pau Pérez Fabregat
|
63f8830eba
|
Merge pull request #5530 from cillian/remove-spinjs
Remove spinjs-rails dependency and use spinning-circles.svg instead.
|
2020-06-18 16:47:09 +02:00 |
|
Luis Ramos
|
52dd7ce916
|
Improve comment about httparty
|
2020-06-18 10:12:37 +01:00 |
|
dependabot-preview[bot]
|
669330ee90
|
Bump httparty from 0.17.3 to 0.18.1
Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.17.3 to 0.18.1.
- [Release notes](https://github.com/jnunemaker/httparty/releases)
- [Changelog](https://github.com/jnunemaker/httparty/blob/master/Changelog.md)
- [Commits](https://github.com/jnunemaker/httparty/compare/v0.17.3...v0.18.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-18 10:12:37 +01:00 |
|
dependabot-preview[bot]
|
9c643447c2
|
Bump ransack from 1.2.3 to 1.8.10
Bumps [ransack](https://github.com/activerecord-hackery/ransack) from 1.2.3 to 1.8.10.
- [Release notes](https://github.com/activerecord-hackery/ransack/releases)
- [Changelog](https://github.com/activerecord-hackery/ransack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/activerecord-hackery/ransack/compare/v1.2.3...v1.8.10)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-17 19:15:45 +00:00 |
|
Luis Ramos
|
37cbcf4172
|
Merge pull request #5605 from luisramos0/spree_rev
Update spree revision and upgrade ransack to 1.2.3
|
2020-06-17 20:00:25 +01:00 |
|
dependabot-preview[bot]
|
f8c66cae81
|
Bump acts-as-taggable-on from 3.5.0 to 4.0.0
Bumps [acts-as-taggable-on](https://github.com/mbleigh/acts-as-taggable-on) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/mbleigh/acts-as-taggable-on/releases)
- [Changelog](https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mbleigh/acts-as-taggable-on/compare/v3.5.0...v4.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-16 02:30:03 +00:00 |
|
dependabot-preview[bot]
|
dfdf57746a
|
Bump coffee-rails from 4.0.1 to 4.2.2
Bumps [coffee-rails](https://github.com/rails/coffee-rails) from 4.0.1 to 4.2.2.
- [Release notes](https://github.com/rails/coffee-rails/releases)
- [Changelog](https://github.com/rails/coffee-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/coffee-rails/compare/v4.0.1...v4.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-16 02:29:08 +00:00 |
|
Luis Ramos
|
0c97278d69
|
Upgrade ransack to 1.2.3
|
2020-06-15 14:20:34 +01:00 |
|
Luis Ramos
|
88896b7730
|
Merge branch 'master' into 3-0-stable-jun-2
|
2020-06-08 19:17:11 +01:00 |
|
Luis Ramos
|
cce26cb453
|
Merge branch '3-0-stable' into 3-0-stable-jun-2
|
2020-06-03 19:51:43 +01:00 |
|
Luis Ramos
|
0b76a25941
|
Add spree_core dependencies to OFN so we can upgrade them
This will enable us to upgrade these dependencies independently
|
2020-06-03 14:25:27 +01:00 |
|
Luis Ramos
|
c9a7a6e897
|
Merge branch 'master' into 3-0-stable-jun-2
|
2020-06-02 16:00:45 +01:00 |
|
dependabot-preview[bot]
|
f773e57dee
|
Bump i18n-js from 3.6.0 to 3.7.0
Bumps [i18n-js](https://github.com/fnando/i18n-js) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/fnando/i18n-js/releases)
- [Changelog](https://github.com/fnando/i18n-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fnando/i18n-js/compare/v3.6.0...v3.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-05-29 19:20:40 +00:00 |
|