1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/discourse_ynh.git synced 2024-09-03 18:26:18 +02:00

Upgrade to upstream version 2.2.5

This commit is contained in:
Jimmy Monin 2019-05-11 15:28:24 +02:00
parent 06f8e447f9
commit e5e5534aa3
4 changed files with 9 additions and 9 deletions

View file

@ -32,7 +32,7 @@ Finally, if installing on a low-end ARM device (e.g. Raspberry Pi):
To learn more about the philosophy and goals of the project, [visit **discourse.org**](http://www.discourse.org). To learn more about the philosophy and goals of the project, [visit **discourse.org**](http://www.discourse.org).
**Shipped version:** 2.2.4 **Shipped version:** 2.2.5
## Screenshots ## Screenshots

View file

@ -1,3 +1,3 @@
SOURCE_URL=https://github.com/discourse/discourse/archive/v2.2.4.tar.gz SOURCE_URL=https://github.com/discourse/discourse/archive/v2.2.5.tar.gz
SOURCE_SUM=b96e31860ecbdba0d4812c9fee9d63acb5610afb0e79f1a1b82b422b25dd8760 SOURCE_SUM=eb0864d43ddc80c828dc656d3d8f33f761f518bf6fb1a269183924582ef677c9
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz

View file

@ -6,7 +6,7 @@
"en": "Discussion platform", "en": "Discussion platform",
"fr": "Plateforme de discussion" "fr": "Plateforme de discussion"
}, },
"version": "2.2.4~ynh1", "version": "2.2.5~ynh1",
"url": "http://Discourse.org", "url": "http://Discourse.org",
"license": "GPL-2.0", "license": "GPL-2.0",
"maintainer": { "maintainer": {

View file

@ -1,12 +1,12 @@
diff --git a/Gemfile.lock b/Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock
index b59803ab6a..02b5d55b3d 100644 index df7187902b..04c80a956c 100644
--- a/Gemfile.lock --- a/Gemfile.lock
+++ b/Gemfile.lock +++ b/Gemfile.lock
@@ -172,7 +172,7 @@ GEM @@ -172,7 +172,7 @@ GEM
jwt (2.1.0) jwt (2.1.0)
kgio (2.11.2) kgio (2.11.2)
kramdown (1.17.0) kramdown (1.17.0)
- libv8 (6.7.288.46.1) - libv8 (7.3.492.27.1)
+ libv8 (6.3.292.48.1) + libv8 (6.3.292.48.1)
listen (3.1.5) listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
@ -14,9 +14,9 @@ index b59803ab6a..02b5d55b3d 100644
@@ -200,8 +200,8 @@ GEM @@ -200,8 +200,8 @@ GEM
method_source (0.8.2) method_source (0.8.2)
mini_mime (1.0.1) mini_mime (1.0.1)
mini_portile2 (2.3.0) mini_portile2 (2.4.0)
- mini_racer (0.2.3) - mini_racer (0.2.5)
- libv8 (>= 6.3) - libv8 (>= 6.9.411)
+ mini_racer (0.1.15) + mini_racer (0.1.15)
+ libv8 (~> 6.3) + libv8 (~> 6.3)
mini_scheduler (0.9.1) mini_scheduler (0.9.1)