Commit Graph

84 Commits

Author SHA1 Message Date
cn ec4d028c03 ci: drop Travis CI
- end of an era
2020-12-10 11:03:44 +01:00
cn 12b5153604 gem: refactor Rakefile solargraph tasks, include in default task 2020-12-04 09:17:11 +01:00
cn 7c0722e875 ci: use Github Actions in parallel to Travis CI
- this adds a new workflow for Github Actions that mirrors what the existing Travis CI workflow tests
- Travis CI might become unfriendly to opensource soonish so migration might be necessary
2020-12-04 09:14:32 +01:00
depfu[bot] afd7f4fa98 gems: update rubocop to version 1.5.1 2020-12-03 21:23:22 +01:00
depfu[bot] 63272da3e3 gems: update rubocop to version 1.4.1 2020-11-24 20:56:04 +01:00
depfu[bot] ae7fc1137b gems: update rubocop to version 1.3.0 2020-11-13 13:09:57 +01:00
depfu[bot] 1f69dabf5f gems: update rubocop to version 1.2.0 2020-11-06 12:28:33 +01:00
cn 0e9c9fea68 docs: use travis-ci.com links 2020-10-31 00:05:28 +01:00
cn 0ffe369ef1 gems: use solargraph fork until gem metadata allows rubocop 1.0 compat
See https://github.com/castwide/solargraph/issues/380
2020-10-30 23:59:05 +01:00
depfu[bot] c2cac319ae gems: update rubocop to version 1.1.0 2020-10-30 22:56:37 +01:00
depfu[bot] 5f343d7873 gems: update rubocop to version 1.0.0 2020-10-22 15:56:12 +02:00
depfu[bot] 0a45726857 gems: update rubocop to version 0.93.0 2020-10-10 16:46:18 +02:00
cn 109b27fecc release: 3.0.1
- use webrick gem which contains fixes against [CVE-2020-25613](https://www.ruby-lang.org/en/news/2020/09/29/http-request-smuggling-cve-2020-25613/)
2020-10-03 11:04:48 +02:00
cn b44517ec21 gems: update webrick to version 1.6.1
- explicitly use webrick gem version with patch against CVE-2020-25613
- https://www.ruby-lang.org/en/news/2020/09/29/http-request-smuggling-cve-2020-25613/
2020-10-03 11:03:01 +02:00
depfu[bot] 520da15739 gems: update rubocop to version 0.92.0 2020-09-26 12:40:07 +02:00
depfu[bot] 9b3a13abef gems: update rubocop to version 0.91.0 2020-09-16 09:39:25 +02:00
depfu[bot] b81d61b8d7
gems: update rubocop to version 0.90.0 (#16)
Update rubocop to version 0.90.0 (#16)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2020-09-02 10:35:06 +02:00
cn 147a905bfc gem: fix solargraph typecheck problem in CI + remove downpin 2020-08-14 17:39:02 +02:00
cn eeed0fa089 gems: downpin solargraph
- releases newer than 0.39.12 fail on Travis CI although they work locally with RVM Ruby 2.7.1
2020-08-14 14:57:08 +02:00
cn 586ae8ae0f gem: add editorconfig 2020-08-14 14:07:47 +02:00
depfu[bot] 075ec1e548
gems: update rubocop to version 0.89.0
Update rubocop to version 0.89.0 (#15)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2020-08-07 08:32:29 +02:00
cn 64ec5e1e56 release: 3.0.0
- drop Ruby 2.3 and 2.4 compatibility
- add Dockerfile
2020-07-14 20:08:06 +02:00
depfu[bot] 7597c17e93
gem: upgrade rubocop to version 0.88.0
Update rubocop to version 0.88.0 (#13)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Christian Nicolai <cn@mycrobase.de>
2020-07-14 20:06:06 +02:00
Christian Nicolai ac647a4f21
gem: bump minimum required Ruby version to Ruby 2.5 (#14) 2020-07-14 19:57:25 +02:00
cn 78f45f5080 docs: add example Dockerfile 2020-07-13 10:39:30 +02:00
Christian Nicolai 9aeb1a9ad5
docs: fix typos 2020-07-13 10:33:54 +02:00
Christian Nicolai 88c22a6504
docs: fix Travis CI build badge 2020-07-10 23:09:34 +02:00
depfu[bot] 289535d753
gems: update bundler-audit to version 0.7.0.1
(#9)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2020-06-14 12:42:05 +02:00
depfu[bot] 8d42bdafc1
gems: update rubocop to version 0.81.0
(#3)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2020-04-02 13:51:52 +02:00
cn f8666fdfc2 release: 2.1.0 2020-03-07 01:32:22 +01:00
cn 41f5d4ed62 gem: adopt frozen string literals 2020-03-07 01:30:57 +01:00
cn 92ee01e5de gem: port fixes from Sorbet from dyndnsd 2020-03-07 01:29:12 +01:00
cn bf3ba8f7cd gem: refactor gemspec, exclude tests from gem, move binaries to ./exe
- based on recommendations of https://piotrmurach.com/articles/writing-a-ruby-gem-specification/
2020-03-07 01:28:17 +01:00
cn 140c60c753 gem: add rubocop and fix style 2020-03-02 01:57:58 +01:00
cn d959e7fe62 gem: fix gemspec using rubocop hints
- especially the wrong homepage URL
2020-03-01 22:13:23 +01:00
cn 4cde78fe96 gem: add solargraph support 2020-03-01 22:12:38 +01:00
Christian Nicolai 23dd4aa63f
docs: add depfu to README 2020-02-28 21:40:09 +01:00
Christian Nicolai 1547db7bc6
travis: fix badge image URL 2020-02-28 13:31:36 +01:00
Christian Nicolai b1aa38059f travis: add Ruby 2.7 2020-02-28 13:30:49 +01:00
Christian Nicolai 17054794da
travis: fix build config validation problems
- https://docs.travis-ci.com/user/reference/overview/#deprecated-virtualization-environments
2020-02-28 13:25:02 +01:00
cn ab81c8975e gem: use bundler-audit 2019-12-18 20:20:14 +01:00
cn 1804693c15 travis: add Ruby 2.6 2019-01-04 18:32:32 +01:00
cn cdc20e8042 Bump version 2018-11-05 09:12:20 +01:00
cn 998f9e683c spec: use new rspec expect syntax 2018-11-02 10:16:28 +01:00
cn cf69d6417d gem: upgrade to Rack 2.0, loosen version constraints by dropping old rubies 2018-11-02 10:16:18 +01:00
cn cb1d029326 travis: update rubies 2018-11-02 10:11:26 +01:00
cn 563fb5743b Bump version 2013-10-08 13:23:22 +02:00
cn a852aa4b4d React to SIGTERM 2013-10-08 13:23:02 +02:00
cn d5f8d66422 Bump version 2013-10-07 22:27:18 +02:00
cn f873d8176e Update README 2013-07-19 09:32:37 +02:00