Commit Graph

685 Commits

Author SHA1 Message Date
Matthew Peveler
72f91e286f Drop support for Ruby 2.3 and 2.4 (#1366)
Signed-off-By: Matthew Peveler <matt.peveler@gmail.com>
2021-01-27 18:22:12 -05:00
Courtenay
a1e14a5750 Remove scale from README examples (#1363)
They've switched to readme.io
2021-01-27 18:22:12 -05:00
Matthew Peveler
10d4a53a54 Update link to ruby languages in README (#1351)
Signed-off-By: Matthew Peveler <matt.peveler@gmail.com>
2021-01-27 18:22:12 -05:00
dependabot-preview[bot]
b5ac2a195b Bump redcarpet from 3.5.0 to 3.5.1 (#1352)
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-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-27 18:22:12 -05:00
dependabot-preview[bot]
a3dee6a20d Bump rouge from 3.25.0 to 3.26.0 (#1350)
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.25.0 to 3.26.0.
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rouge-ruby/rouge/compare/v3.25.0...v3.26.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-27 18:22:12 -05:00
dependabot-preview[bot]
b9638521ba Bump rouge from 3.24.0 to 3.25.0 (#1343)
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.24.0 to 3.25.0.
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rouge-ruby/rouge/compare/v3.24.0...v3.25.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-27 18:22:12 -05:00
Victor E F
e546ad54c5 Fix vagrant issue: use exact version of bundler (#1355)
I was getting this error, ''Cant find gem bundler (>= 0.a) with
executable bundle', after I ran `vagrant up`. The version of RubyGem
installed in the vagrant box cannot find the exact version of Bundler
listed in Gemfile.lock. This solution ensures that the exact bundler
version installed in Gemfile.lock is installed before running `bundle
install`.

The issue is solved in RubyGems >= 2.7.10 and Ruby >=2.6.3. This
solution ensures a fix without requiring a more complicated upgrade.

More information found here: https://bundler.io/blog/2019/05/14/solutions-for-cant-find-gem-bundler-with-executable-bundle.html
2020-12-17 04:22:51 +02:00
Matthew Peveler
d46c55f942 add docker version badge to README
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-11-10 18:34:17 +00:00
Matthew Peveler
ede86c358f Update command to fetch latest commit for issue template (#1342)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-11-10 20:29:26 +02:00
Matthew Peveler
24b1d1fd51 cut 2.8.0 release
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-10-27 19:21:49 +00:00
Matthew Peveler
e40f9be0c0 Fix shell code examples to have line continuations (#1324) 2020-10-27 14:47:45 -04:00
Matthew Peveler
0e242e323b add docker deploy step to github workflows (#1321)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-10-27 14:42:44 -04:00
Michael Bang
779658de7b Dockerfile: allow Docker to cache build steps (#1336)
- By having a `COPY . xx` step before installing dependencies, we rob
Docker of the opportunity to cache downloading and building dependencies
if we make any changes to any files in the repository. By copying only
Gemfiles before the build step, we only require Docker to rebuild
dependencies when the Gemfiles have changed.

Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
2020-10-26 14:31:15 -04:00
dependabot-preview[bot]
de961f53ad Bump rouge from 3.23.0 to 3.24.0 (#1334)
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.23.0 to 3.24.0.
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rouge-ruby/rouge/compare/v3.23.0...v3.24.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-15 19:35:53 -04:00
Mike Ralphson
3af62c84a5 upgrade lunr to 2.3.9 (#1325)
Signed-off-by: Mike Ralphson <mike.ralphson@gmail.com>
2020-09-22 23:07:24 -04:00
dependabot-preview[bot]
b3f5fcb6f0 Bump middleman from 4.3.10 to 4.3.11 (#1319)
Bumps [middleman](https://github.com/middleman/middleman) from 4.3.10 to 4.3.11.
- [Release notes](https://github.com/middleman/middleman/releases)
- [Changelog](https://github.com/middleman/middleman/blob/master/CHANGELOG.md)
- [Commits](https://github.com/middleman/middleman/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-16 21:26:10 -04:00
dependabot-preview[bot]
e3137324fa Bump middleman from 4.3.8 to 4.3.10 (#1316)
Bumps [middleman](https://github.com/middleman/middleman) from 4.3.8 to 4.3.10.
- [Release notes](https://github.com/middleman/middleman/releases)
- [Changelog](https://github.com/middleman/middleman/blob/master/CHANGELOG.md)
- [Commits](https://github.com/middleman/middleman/compare/v4.3.8...v4.3.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-11 11:45:34 -04:00
dependabot-preview[bot]
54d594c314 Bump rouge from 3.21.0 to 3.23.0 (#1311)
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.21.0 to 3.23.0.
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rouge-ruby/rouge/compare/v3.21.0...v3.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-10 14:25:43 -04:00
Mike Ralphson
1f9f3a2f6a Remove outdated special thanks section in README.md (#1307) 2020-09-10 12:55:45 -04:00
Matthew Peveler
db503c93fe update actions/cache to v2 for gh workflows (#1314)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-09-10 12:47:29 -04:00
Matthew Peveler
7441d83562 Add deploy to gh-pages for dev branch (#1305)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-09-10 12:28:30 -04:00
Matthew Peveler
7e80f34973 Merge branch 'main' into dev 2020-08-15 20:05:29 -04:00
Matthew Peveler
6f24a0df7a cut 2.7.1 release
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-08-15 14:17:12 -04:00
dependabot-preview[bot]
cdd5c62871 Bump middleman from 4.3.7 to 4.3.8 (#1302)
Bumps [middleman](https://github.com/middleman/middleman) from 4.3.7 to 4.3.8.
- [Release notes](https://github.com/middleman/middleman/releases)
- [Changelog](https://github.com/middleman/middleman/blob/master/CHANGELOG.md)
- [Commits](https://github.com/middleman/middleman/compare/v4.3.7...v4.3.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-15 14:17:12 -04:00
dependabot-preview[bot]
49b341864a Bump middleman from 4.3.7 to 4.3.8 (#1302)
Bumps [middleman](https://github.com/middleman/middleman) from 4.3.7 to 4.3.8.
- [Release notes](https://github.com/middleman/middleman/releases)
- [Changelog](https://github.com/middleman/middleman/blob/master/CHANGELOG.md)
- [Commits](https://github.com/middleman/middleman/compare/v4.3.7...v4.3.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-13 13:35:50 -04:00
Matthew Peveler
985a75aa3c Rework docker image to be easier to use for development and deployment (#1297)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-08-10 17:42:37 +03:00
Matthew Peveler
616df6223a trim ending newline on copied code (#1296)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-08-10 17:26:12 +03:00
dependabot-preview[bot]
d2e11a393f Bump nokogiri from 1.10.9 to 1.10.10 (#1282)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.9 to 1.10.10.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.9...v1.10.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-31 09:08:39 -04:00
dependabot-preview[bot]
b7e80e6d46 Bump rouge from 3.20.0 to 3.21.0 (#1285)
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.20.0 to 3.21.0.
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rouge-ruby/rouge/compare/v3.20.0...v3.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-31 08:52:39 -04:00
McKay Ward
27624c1dca Remove merge conflict lines from README (#1274) 2020-06-24 14:34:23 -04:00
Matthew Peveler
ed7dd5347a Fix link from master to main branch
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-06-22 16:48:45 -04:00
Matthew Peveler
a16b5b18b8 Remove extra space before date for 2.7.0
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-06-22 16:44:34 -04:00
Matthew Peveler
e28d4d674b cut 2.7.0 release (#1268)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-06-22 16:35:41 -04:00
Andrew Lloyd Cartwright
f390aba9a2 Strip HTML tags from ToC element with regex before showing in title bar (#1120) 2020-06-22 16:35:41 -04:00
Matthew Peveler
06478b9273 fix language bar truncating long list of langs (#1266)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-06-22 16:35:41 -04:00
Caleb Crane
513e78f0ad Fix handling ToC selectors that contain punctuation (#1109)
Tools like go-swag can produce schemas with IDs that contain '.' and
other characters that are used in CSS notation. Those IDs can't be used
properly in a jQuery selector unless the special characters are escaped.

Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
2020-06-22 16:35:41 -04:00
Matthew Peveler
bae7edc397 add copy to clipboard icon to code boxes (#1258)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-06-22 16:35:41 -04:00
Matthew Peveler
f720bd9387 use different rouge theme for printing (#1259)
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-06-22 16:35:41 -04:00
dependabot-preview[bot]
f8fd39fe63 [Security] Bump rack from 2.2.2 to 2.2.3 (#1262)
Bumps [rack](https://github.com/rack/rack) from 2.2.2 to 2.2.3. **This update includes a security fix.**
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v2.2.2...2.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-22 16:35:41 -04:00
dependabot-preview[bot]
cfff5c118e Bump rouge from 3.19.0 to 3.20.0 (#1260)
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.19.0 to 3.20.0.
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rouge-ruby/rouge/compare/v3.19.0...v3.20.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-22 16:35:41 -04:00
dependabot-preview[bot]
80da331d1f Bump redcarpet from 3.4.0 to 3.5.0 (#1241)
Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.4.0 to 3.5.0.
- [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.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-22 16:35:41 -04:00
Matthew Peveler
0c7698a038 mark files under source/javascripts/lib as vendored by GitHub statistics
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
2020-06-22 16:35:41 -04:00
dependabot-preview[bot]
f3653ba4d2 Bump rouge from 3.17.0 to 3.19.0 (#1242)
Bumps [rouge](https://github.com/rouge-ruby/rouge) from 3.17.0 to 3.19.0.
- [Release notes](https://github.com/rouge-ruby/rouge/releases)
- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rouge-ruby/rouge/compare/v3.17.0...v3.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-22 16:35:41 -04:00
Mike Ralphson
36f82aa880 Update JavaScript dependencies (#1248)
Signed-off-by: Mike Ralphson <mike.ralphson@gmail.com>
2020-06-22 16:35:41 -04:00
jakemack
1b78587ff1 Fix username typo in changelog (#1256)
Correct Github username to jakemack from jackmack
2020-06-22 16:34:12 -04:00
Mike Ralphson
933b1ae3e9 Remove outdated special thanks section: README.md (#1267)
Fixes #1243
2020-06-21 18:02:09 +01:00
lord
7c288d9756 Update deploy.yml (#1265)
master -> main branch
2020-06-20 12:45:22 -07:00
lord
297fa7ce44 master -> main (#1264) 2020-06-20 12:37:55 -07:00
Simon Marcus
fc7612ccca Fix link to wiki in README (#1253) 2020-06-03 23:11:21 -04:00
Ritesh Kumar
4df1048d4d Fix broken "Getting Started" link in README (#1251) 2020-06-01 10:23:29 -04:00