From 40c3283304ec318137a034d79e5fe60a1999c945 Mon Sep 17 00:00:00 2001 From: sue445 Date: Sat, 22 Aug 2015 01:12:08 +0900 Subject: [PATCH] Use ruby 2.2.3 --- Gemfile | 2 +- README.md | 2 +- circle.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d86b06e2..acd947f1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby '2.2.2' +ruby '2.2.3' gem 'padrino', '0.12.5' diff --git a/README.md b/README.md index 67097dfb..fddd02c2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ https://twitter.com/ccc_privacy_bot [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/sue445/ccc_privacy_crawler/trend.png)](https://bitdeli.com/free "Bitdeli Badge") ## Requirements -* Ruby 2.2.1 +* Ruby 2.2.3 * redis (for scheduler) ## Setup diff --git a/circle.yml b/circle.yml index 10167eb6..772aeea9 100644 --- a/circle.yml +++ b/circle.yml @@ -1,7 +1,7 @@ # https://circleci.com/docs/config-sample machine: ruby: - version: 2.2.2 + version: 2.2.3 # Add some environment variables environment: