Skip to content

Commit c505472

Browse files
authored
Prune Dependencies (#860)
* Most gems were double imported thanks to github-pages. Made sure last-modified-at plugin works and pulls from git, not front matter * Latest dependencies
1 parent 2936283 commit c505472

17 files changed

Lines changed: 18 additions & 40 deletions

404.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
layout: default
33
title: Oops - Page Not Found
4-
last_modified_at: 2025-11-11 12:57:00
54
---
65

76
<div class="container">

Gemfile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
source 'https://rubygems.org'
22

3-
gem 'activesupport', '~> 6.1', '>= 6.1.7.5'
4-
gem 'commonmarker', '~> 0.23.10'
53
gem 'github-pages', '>= 232', group: :jekyll_plugins
64
gem 'html-proofer', '~> 3.19.4'
7-
gem "jekyll", ">= 3.10.0"
8-
gem 'jekyll-last-modified-at', '>= 1.3.0'
9-
gem 'jekyll-sitemap', '~> 1.4', '>= 1.4.0'
10-
gem 'jekyll-seo-tag', '>= 2.7.1'
11-
gem 'jekyll-watch'
12-
gem 'kramdown', '>= 2.3.1'
13-
gem 'rexml', '>=3.2.5'
14-
gem 'yaml'
5+
gem 'jekyll-last-modified-at', '>= 1.3.0'

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,37 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.1.7.10)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (7.2.3)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
611
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
713
minitest (>= 5.1)
8-
tzinfo (~> 2.0)
9-
zeitwerk (~> 2.3)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
1016
addressable (2.8.8)
1117
public_suffix (>= 2.0.2, < 8.0)
1218
base64 (0.3.0)
19+
benchmark (0.5.0)
20+
bigdecimal (4.0.1)
1321
coffee-script (2.4.1)
1422
coffee-script-source
1523
execjs
1624
coffee-script-source (1.12.2)
1725
colorator (1.1.0)
1826
commonmarker (0.23.12)
1927
concurrent-ruby (1.3.6)
28+
connection_pool (2.5.5)
2029
csv (3.3.5)
2130
dnsruby (1.73.1)
2231
base64 (>= 0.2)
2332
logger (~> 1.6)
2433
simpleidn (~> 0.2.1)
34+
drb (2.2.3)
2535
em-websocket (0.5.3)
2636
eventmachine (>= 0.12.9)
2737
http_parser.rb (~> 0)
@@ -267,6 +277,7 @@ GEM
267277
sawyer (0.9.3)
268278
addressable (>= 2.3.5)
269279
faraday (>= 0.17.3, < 3)
280+
securerandom (0.4.1)
270281
simpleidn (0.2.3)
271282
terminal-table (1.8.0)
272283
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -277,27 +288,16 @@ GEM
277288
unicode-display_width (1.8.0)
278289
uri (1.1.1)
279290
webrick (1.9.2)
280-
yaml (0.4.0)
281291
yell (2.2.2)
282-
zeitwerk (2.6.18)
283292

284293
PLATFORMS
285294
arm64-darwin-22
286295
ruby
287296

288297
DEPENDENCIES
289-
activesupport (~> 6.1, >= 6.1.7.5)
290-
commonmarker (~> 0.23.10)
291298
github-pages (>= 232)
292299
html-proofer (~> 3.19.4)
293-
jekyll (>= 3.10.0)
294300
jekyll-last-modified-at (>= 1.3.0)
295-
jekyll-seo-tag (>= 2.7.1)
296-
jekyll-sitemap (~> 1.4, >= 1.4.0)
297-
jekyll-watch
298-
kramdown (>= 2.3.1)
299-
rexml (>= 3.2.5)
300-
yaml
301301

302302
BUNDLED WITH
303303
2.4.17

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ plugins:
1010
- jekyll-sitemap
1111
- jekyll-seo-tag
1212
- jekyll-feed
13+
- jekyll-last-modified-at
1314

1415
# Build settings
1516
markdown: kramdown

_posts/2015-10-29-contribute.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ date: 2015-10-29 09:35:00
55
categories: news
66
author: Chris Kenst
77
permalink: /how-to-contribute/
8-
last_modified_at: 2020-02-23 08:00:00
98
---
109
Welcome to [TestingConferences.org](http://testingconferences.org), a simple list of Software Testing conferences and workshops published collaboratively with the testing community.
1110

_posts/2018-09-06-best-software-testing-conferences.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ date: 2019-01-12 16:40:00
55
categories: news
66
author: Chris Kenst
77
permalink: /best-software-testing-conferences-2018/
8-
last_modified_at: 2021-07-02 15:47:00
98
---
109

1110
## {{ page.title }}

_posts/2019-01-12-best-software-testing-conferences-2019.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ date: 2019-01-22 02:00:00
55
categories: news
66
author: Chris Kenst
77
permalink: /best-software-testing-conferences-2019/
8-
last_modified_at: 2020-02-20 12:31:13
98
---
109

1110
# The following is a list of the best software testing conferences and workshops of 2019 from around the World.

_posts/2020-02-22-best-software-testing-conferences-2020.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ social:
1212
links:
1313
- https://twitter.com/testconferences
1414
- https://github.com/testingconferences
15-
last_modified_at: 2021-07-02 15:54:00
1615
---
1716

1817
## {{ page.title }}

_posts/2020-03-12-cancelled-conferences.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ social:
1212
links:
1313
- https://twitter.com/testconferences
1414
- https://github.com/testingconferences
15-
last_modified_at: 2020-05-27 13:29:00
1615
---
1716

1817
As many of us know the World Health Organization has declared COVID-19 a global pandemic. Work, school, travel, and public life are changing every day. Uncertainty has created stress and concern about travel plans.

_posts/2020-04-15-best-online-testing-conferences.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ social:
1212
links:
1313
- https://twitter.com/testconferences
1414
- https://github.com/testingconferences
15-
last_modified_at: 2021-07-02 15:55:00
1615
---
1716

1817
## {{ page.title }}

0 commit comments

Comments
 (0)