mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-09 00:15:05 +00:00
098ced7420
As pointed out by https://github.com/mastodon/mastodon/pull/21297#discussion_r1028372193 at least one of our dependencies already dropped support for Ruby 2.6, and we had removed Ruby 2.6 tests from the CI over a year ago (#16861). So stop advertising Ruby 2.6 support, bump targeted version, and drop some compatibility code.
15 lines
767 B
Markdown
15 lines
767 B
Markdown
# Mastodon Glitch Edition #
|
|
|
|
> Now with automated deploys!
|
|
|
|
[![Build Status](https://img.shields.io/circleci/project/github/glitch-soc/mastodon.svg)][circleci]
|
|
[![Code Climate](https://img.shields.io/codeclimate/maintainability/glitch-soc/mastodon.svg)][code_climate]
|
|
|
|
[circleci]: https://circleci.com/gh/glitch-soc/mastodon
|
|
[code_climate]: https://codeclimate.com/github/glitch-soc/mastodon
|
|
|
|
So here's the deal: we all work on this code, and anyone who uses that does so absolutely at their own risk. can you dig it?
|
|
|
|
- You can view documentation for this project at [glitch-soc.github.io/docs/](https://glitch-soc.github.io/docs/).
|
|
- And contributing guidelines are available [here](CONTRIBUTING.md) and [here](https://glitch-soc.github.io/docs/contributing/).
|