Skip to content

Commit

Permalink
Update to Ruby v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Mar 9, 2019
1 parent 484467d commit 12af5e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defaults: &defaults
docker:
- image: circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37
command: /sbin/init
- image: circleci/ruby:2.3.4
- image: circleci/ruby:2.6.0
- image: circleci/node:11.10.1
jobs:
setup-coverage:
Expand All @@ -35,7 +35,7 @@ jobs:
- run: mkdir -p $CIRCLE_ARTIFACTS $CIRCLE_TEST_REPORTS
- run:
working_directory: ~/ifmeorg/ifme
command: rm -f ifmeorg/ifme/.rvmrc; echo 2.3.4 > ifmeorg/ifme/.ruby-version; rvm use 2.3.4 --default
command: rm -f ifmeorg/ifme/.rvmrc; echo 2.6.0 > ifmeorg/ifme/.ruby-version; rvm use 2.6.0 --default
- run:
working_directory: ~/ifmeorg/ifme
command: nvm install 11.10.1 && nvm alias default 11.10.1
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.4
2.6.0
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

source 'https://rubygems.org'
ruby '~> 2.3.4'
ruby '~> 2.6.0'

gem 'puma'
gem 'rack-rewrite'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ DEPENDENCIES
webpacker

RUBY VERSION
ruby 2.3.4p112
ruby 2.6.0p0

BUNDLED WITH
1.16.6
1.17.3

0 comments on commit 12af5e4

Please sign in to comment.