Skip to content

Commit

Permalink
Use ruby version 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Apr 22, 2019
1 parent 0805a09 commit dfcf22e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
parallelism: 3
docker:
- image: circleci/ruby:2.6.2-stretch-node-browsers
- image: circleci/ruby:2.6.3-stretch-node-browsers
environment:
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.2
2.6.3
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "2.6.2"
ruby "2.6.3"

git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ DEPENDENCIES
wrapped

RUBY VERSION
ruby 2.6.2p47
ruby 2.6.3p62

BUNDLED WITH
1.17.3

0 comments on commit dfcf22e

Please sign in to comment.