Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

Commit

Permalink
UPDATE ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
phoolish committed Mar 29, 2018
1 parent 7d9f025 commit e20e557
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defaults:
env_setup: &env_setup
working_directory: ~/chef-bashrc_manager
docker:
- image: circleci/ruby:2.4.1
- image: circleci/ruby:2.5.0

bundle_cache_name: &bundle_cache_name
bundler-cache-v1-{{ checksum "Gemfile.lock" }}
Expand Down
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.4.1'
ruby File.open(File.expand_path('.ruby-version', File.dirname(__FILE__))) { |f| f.read.chomp }

gem 'berkshelf'
gem 'chef', '~> 12'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ DEPENDENCIES
test-kitchen

RUBY VERSION
ruby 2.4.1p111
ruby 2.5.0p0

BUNDLED WITH
1.16.1

0 comments on commit e20e557

Please sign in to comment.