Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
diaspora
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Gigadoc 2
diaspora
Commits
d8410e21
Unverified
Commit
d8410e21
authored
Jul 23, 2017
by
Benjamin Neff
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7259 from Flaburgan/bump-ruby-2.4
Bump ruby to 2.4
parents
5d4d7ffa
726e56ff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
.ruby-version
.ruby-version
+1
-1
.travis.yml
.travis.yml
+2
-2
Changelog.md
Changelog.md
+6
-0
No files found.
.ruby-version
View file @
d8410e21
2.
3
2.
4
.travis.yml
View file @
d8410e21
language
:
ruby
rvm
:
-
2.4.1
-
2.3.4
-
2.1.10
env
:
-
DB=postgresql BUILD_TYPE=cucumber
...
...
@@ -29,7 +29,7 @@ before_install:
-
tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
-
export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
bundler_args
:
"
--deployment
--without
development
production
--with
mysql
postgresql
--jobs
3
--retry
3"
bundler_args
:
"
--deployment
--without
development
--with
mysql
postgresql
--jobs
3
--retry
3"
script
:
"
./script/ci/build.sh"
...
...
Changelog.md
View file @
d8410e21
# 0.7.0.0
## Supported Ruby versions
This release recommends using Ruby 2.4, while retaining Ruby 2.3 as an officially supported version.
Ruby 2.1 is no longer officially supported.
## Refactor
*
Make the mention syntax more flexible
[
#7305
](
https://github.com/diaspora/diaspora/pull/7305
)
...
...
@@ -11,6 +16,7 @@
*
Remove deprecated statistics.json
[
#7399
](
https://github.com/diaspora/diaspora/pull/7399
)
*
Always link comment count text on mobile
[
#7483
](
https://github.com/diaspora/diaspora/pull/7483
)
*
Switch to new federation protocol
[
#7436
](
https://github.com/diaspora/diaspora/pull/7436
)
*
Send public profiles publicly
[
#7501
](
https://github.com/diaspora/diaspora/pull/7501
)
## Bug fixes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment