Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Ruby 2.4.5 #1927

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.2
2.4.5
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addons:
postgresql: '9.4'
chrome: stable
rvm:
- 2.3.2
- 2.4.5
cache: bundler
bundler_args: --without development
before_script:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Development started on [2015 July 15th](https://github.com/consul/consul/commit/

**NOTE**: For more detailed instructions check the [docs](https://consul_docs.gitbooks.io/docs/)

Prerequisites: install git, Ruby 2.3.2, `bundler` gem, Node.js and PostgreSQL (>=9.4).
Prerequisites: install git, Ruby 2.4.5, `bundler` gem, Node.js and PostgreSQL (>=9.4).

```bash
git clone https://github.com/ayuntamientomadrid/consul.git
Expand Down Expand Up @@ -82,4 +82,4 @@ Code published under AFFERO GPL v3 (see [LICENSE-AGPLv3.txt](LICENSE-AGPLv3.txt)

## Contributions

See [CONTRIBUTING.md](CONTRIBUTING.md)
See [CONTRIBUTING.md](CONTRIBUTING.md)
2 changes: 1 addition & 1 deletion README_ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ El desarrollo de esta aplicación comenzó el [15 de Julio de 2015](https://gith

**NOTA**: para unas instrucciones más detalladas consulta la [documentación](https://github.com/consul/docs/tree/master/es/getting_started/prerequisites)

Prerequisitos: tener instalado git, Ruby 2.3.2, la gema `bundler`, Node.js y PostgreSQL (9.4 o superior).
Prerequisitos: tener instalado git, Ruby 2.4.5, la gema `bundler`, Node.js y PostgreSQL (9.4 o superior).

```bash
git clone https://github.com/ayuntamientomadrid/consul.git
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def deploysecret(key)
end

set :rails_env, fetch(:stage)
set :rvm1_ruby_version, '2.3.2'
set :rvm1_ruby_version, '2.4.5'

set :application, 'consul'
set :full_app_name, deploysecret(:full_app_name)
Expand Down