Skip to content

Commit

Permalink
Update ruby version to 2.5.3. Bump mini_racer to 0.2.4 (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysv authored and Louis committed Dec 3, 2018
1 parent 1246309 commit 0080fdc
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.5.0
2.5.3
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM ruby:2.5.0
FROM ruby:2.5.3

MAINTAINER lbellet@heliostech.fr

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -52,7 +52,7 @@ gem 'email_validator', '~> 1.6.0'
gem 'validate_url', '~> 1.0.2'
gem 'clipboard-rails', '~> 1.7.1'
gem 'god', '~> 0.13.7', require: false
gem 'mini_racer', '~> 0.1.15', require: false
gem 'mini_racer', '~> 0.2.0', require: false
gem 'arel-is-blank', '~> 1.0.0'
gem 'sentry-raven', '~> 2.7.3', require: false
gem 'memoist', '~> 0.16.0'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -214,7 +214,7 @@ GEM
kaminari-core (1.1.1)
liability-proof (0.0.9)
awesome_print
libv8 (6.3.292.48.1)
libv8 (6.7.288.46.1)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -226,8 +226,8 @@ GEM
method_source (0.9.0)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
mini_racer (0.1.15)
libv8 (~> 6.3)
mini_racer (0.2.4)
libv8 (>= 6.3)
minitest (5.11.3)
mocha (1.5.0)
metaclass (~> 0.0.1)
Expand Down Expand Up @@ -462,7 +462,7 @@ DEPENDENCIES
liability-proof (= 0.0.9)
memoist (~> 0.16.0)
method-not-implemented (~> 1.0.1)
mini_racer (~> 0.1.15)
mini_racer (~> 0.2.0)
mocha (~> 1.4)
mysql2 (~> 0.4.10)
oauth2!
Expand Down Expand Up @@ -497,4 +497,4 @@ DEPENDENCIES
webmock (~> 3.3)

BUNDLED WITH
1.16.2
1.16.6
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ Help is greatly appreciated, feel free to submit pull-requests or open issues.

* Linux / Mac OSX
* Docker / Kubernetes
* Ruby 2.5.0
* Ruby 2.5.3
* Rails 4.2+
* Redis 2.0+
* MySQL 5.7
Expand Down
4 changes: 2 additions & 2 deletions docs/setup-osx.md
Expand Up @@ -42,8 +42,8 @@ source ~/.bash_profile
Install Ruby and set it as the default version:

```shell
rbenv install 2.5.0
rbenv global 2.5.0
rbenv install 2.5.3
rbenv global 2.5.3

ruby -v
```
Expand Down
2 changes: 1 addition & 1 deletion docs/setup-ubuntu.md
Expand Up @@ -37,7 +37,7 @@ gpg --keyserver hkp://keys.gnupg.net \
--recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 \
7D2BAF1CF37B13E2069D6956105BD0E739499BDB

\curl -sSL https://get.rvm.io | bash -s stable --ruby=2.5.0 --gems=rails
\curl -sSL https://get.rvm.io | bash -s stable --ruby=2.5.3 --gems=rails
```

If you want to skip fetching documentation when installing gems,
Expand Down

0 comments on commit 0080fdc

Please sign in to comment.