Merge pull request #8385 from SuperTux88/remove-therubyracer

Remove note about therubyracer from Gemfile
This commit is contained in:
Benjamin Neff 2022-08-31 22:36:16 +02:00
commit d18243b5cf
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 1 additions and 7 deletions

View file

@ -30,6 +30,7 @@ We use yarn to install the frontend dependencies now, so you need to have that i
* Drop relay support [#8243](https://github.com/diaspora/diaspora/pull/8243) * Drop relay support [#8243](https://github.com/diaspora/diaspora/pull/8243)
* Use yarn to manage the frontend dependencies [#8364](https://github.com/diaspora/diaspora/pull/8364) * Use yarn to manage the frontend dependencies [#8364](https://github.com/diaspora/diaspora/pull/8364)
* Upgrade to latest `diaspora_federation`, remove support for old federation protocol [#8368](https://github.com/diaspora/diaspora/pull/8368) * Upgrade to latest `diaspora_federation`, remove support for old federation protocol [#8368](https://github.com/diaspora/diaspora/pull/8368)
* Remove support for `therubyracer` [#8337](https://github.com/diaspora/diaspora/issues/8337)
## Bug fixes ## Bug fixes
* Fix multiple photos upload progress bar [#7655](https://github.com/diaspora/diaspora/pull/7655) * Fix multiple photos upload progress bar [#7655](https://github.com/diaspora/diaspora/pull/7655)

View file

@ -173,13 +173,6 @@ gem "minitest", "5.15.0"
gem "versionist", "2.0.1" gem "versionist", "2.0.1"
# Windows and OSX have an execjs compatible runtime built-in, Linux users should
# install Node.js or use "therubyracer".
#
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem "therubyracer", :platform => :ruby
group :production do # we don"t install these on travis to speed up test runs group :production do # we don"t install these on travis to speed up test runs
# Analytics # Analytics