Commit graph

584 commits

Author SHA1 Message Date
dependabot[bot]
4b54c85a08
Bump redcarpet from 3.5.0 to 3.5.1
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/vmg/redcarpet/releases)
- [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vmg/redcarpet/compare/v3.5.0...v3.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-11 20:07:28 +00:00
depfu[bot]
f97da69dcf
Update nokogiri to version 1.11.1 2021-01-11 04:47:00 +00:00
Michael Ball
0efc8c3b4a import Google Calendar content 2020-12-09 02:59:11 -08:00
Michael Ball
2892a56a1c merge master 2020-12-04 01:17:39 -08:00
Thomas Schmidt
d097f1b29f
update awesome_nested_set 2020-10-28 23:32:32 +01:00
Thomas Schmidt
588884bace
update jquery-ui-rails 2020-09-29 00:41:18 +02:00
Thomas Schmidt
7d0297410e
update chartkick dep 2020-09-29 00:29:14 +02:00
Thomas Schmidt
bfb036fa96
upgrade rails to 5.2.4.4 2020-09-29 00:15:42 +02:00
Thomas Schmidt
046ed9f7b7
Update codecov dependency to latest 0.2.11
The used version 0.1.14 was yanked from rubygems.org
2020-09-28 22:58:24 +02:00
Michael Ball
382e1719e9 Ugh assets. 2020-07-13 04:43:09 -07:00
Michael Ball
cd88882714 upgrade datatables gem 2020-07-13 02:58:15 -07:00
Michael Ball
59bf4f09dc Ugh, move constant 2020-07-01 02:04:27 -07:00
Michael Ball
0877aadb2e Merge some contributor fixes 2020-06-30 00:48:47 -07:00
Michael Ball
a56a0e7547 Merge master 2020-06-29 13:18:19 -07:00
Andrew Kvalheim
943f0afaaf Merge #​2659 "Use Rails transactional tests" 2020-06-26 20:19:36 -07:00
Andrew Kvalheim
c5f937902a Merge #​2670 "Update all of rails: 5.2.3 → 5.2.4.3 (minor)" 2020-06-26 20:19:31 -07:00
depfu[bot]
7baf1099ab
Update all of rails to version 5.2.4.3 2020-06-20 02:40:59 +00:00
depfu[bot]
3a3c0e6f2f
Update rack to version 2.1.4 2020-06-20 02:10:35 +00:00
James Mason
8c96a6cc9a
Merge pull request #2677 from openSUSE/depfu/update/websocket-extensions-0.1.5
🚨 [security] Update websocket-extensions: 0.1.4 → 0.1.5 (minor)
2020-06-19 19:09:34 -07:00
Michael Ball
545b4b8852 Fix letter opener; tweak ticket display 2020-06-18 04:14:38 -07:00
depfu[bot]
acb3654af2
Update websocket-extensions to version 0.1.5 2020-06-05 18:44:31 +00:00
Michael Ball
0b9b100bf3 Merge master 2020-06-02 01:59:54 -07:00
depfu[bot]
4e6c74ecb5
Update puma to version 3.12.6 2020-05-22 20:50:27 +00:00
James Mason
dfb159a0e1
Merge pull request #2638 from openSUSE/depfu/update/puma-3.12.4
🚨 [security] Update puma: 3.12.2 → 3.12.4 (patch)
2020-04-06 09:48:04 -07:00
James Mason
49639dadb1
Merge pull request #2637 from openSUSE/depfu/update/sqlite3-1.4.2
Update sqlite3: 1.4.1 → 1.4.2 (patch)
2020-04-06 09:46:41 -07:00
Andrew Kvalheim
ae00a7f055 Use Rails transactional tests
As of Rails 5.1:

  - Rails has built-in support for running tests within database
    transactions, so Database Cleaner is no longer needed for this.
  - Rails automatically shares the database connection across threads,
    so transactional_capybara is no longer needed.

Changes:

  - Enable `use_transactional_tests`.
  - Remove transactional_capybara.
  - Remove the Database Cleaner test wrapper.

This resolves:

  - transactional_capybara mismanages the shared database connection,
    causing the connection to falsely report as idle after the first
    test. At 6 minutes (idle_timeout + reaping_frequency) into testing,
    the connection is closed, causing e.g. `PG::ConnectionBad` errors.
2020-04-05 13:15:12 -07:00
depfu[bot]
0e3e832770
Update json to version 2.3.0 2020-03-19 15:49:52 +00:00
depfu[bot]
5c57ccdf5a
Update puma to version 3.12.4 2020-03-03 11:18:54 +00:00
Michael Ball
2ede9f310c Fix sentry-raven gem in the gemfile 2020-02-19 13:36:18 -08:00
depfu[bot]
8598652433
Update sqlite3 to version 1.4.2 2020-02-19 13:11:48 +00:00
depfu[bot]
153b825923
Update nokogiri to version 1.10.8 2020-02-11 11:47:10 +00:00
Michael Ball
bc6b76fcc3 Update stripe mock gem 2020-02-04 23:42:26 -08:00
Michael Ball
b50972213a Add sentry logging 2020-02-04 22:48:58 -08:00
Michael Ball
165fe2b9ca Update stripe gem 2020-02-04 20:50:41 -08:00
Michael Ball
7ea5ff9160 Restore gemfile to have the standard gems 2020-01-27 15:20:37 -08:00
Michael Ball
4c28ecf254 Use Ruby 2.5.5 since that is in the docker dev container 2020-01-05 15:16:14 -08:00
Michael Ball
2be789884b merge upstream 2020-01-05 13:50:57 -08:00
Henne Vogelsang
109cb7b114
Merge pull request #2614 from openSUSE/depfu/update/shoulda-matchers-4.1.2
Update shoulda-matchers: 4.0.1 → 4.1.2 (minor)
2019-12-20 15:59:22 +01:00
Michael Ball
4d4bdd00c6 Work on omniauth setup 2019-12-19 03:06:12 -08:00
depfu[bot]
544becd291
Update rack to version 2.0.8 2019-12-18 22:50:29 +00:00
Michael Ball
e7a8190302
Revert "Update rails-assets-bootstrap-select to version 1.13.10" 2019-12-17 12:21:05 -08:00
Michael Ball
03c420bcdd
Merge pull request #5 from snap-cloud/depfu/update/shoulda-matchers-4.1.2
Update shoulda-matchers to version 4.1.2
2019-12-17 01:56:16 -08:00
Michael Ball
e806f76c34
Merge pull request #4 from snap-cloud/depfu/update/rails-assets-bootstrap-select-1.13.10
Update rails-assets-bootstrap-select to version 1.13.10
2019-12-17 01:55:51 -08:00
Michael Ball
5441f83271 No mysql for SnapCon 2019-12-17 01:27:10 -08:00
depfu[bot]
66ff365e06
Update puma to version 3.12.2 2019-12-06 10:26:38 +00:00
depfu[bot]
33e07bfc28
Update shoulda-matchers to version 4.1.2 2019-12-02 18:25:54 +00:00
James Mason
43ab8966e3
Merge pull request #2613 from openSUSE/depfu/update/redcarpet-3.5.0
Update redcarpet: 3.4.0 → 3.5.0 (minor)
2019-12-02 10:21:09 -08:00
depfu[bot]
842b83ba91
Update leaflet-rails to version 1.5.1 2019-11-27 12:50:55 +00:00
depfu[bot]
9c14a026d4
Update redcarpet to version 3.5.0 2019-11-27 12:45:49 +00:00
Henne Vogelsang
4078cd85ef
Merge pull request #2609 from openSUSE/depfu/update/chartkick-3.3.0
🚨 [security] Update chartkick: 3.2.1 → 3.3.0 (minor)
2019-11-27 13:44:23 +01:00