Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Use ruby 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Aug 21, 2015
1 parent 2e1ef06 commit 40c3283
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '2.2.2'
ruby '2.2.3'

gem 'padrino', '0.12.5'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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:
Expand Down

0 comments on commit 40c3283

Please sign in to comment.