From 4f4238acad829c2accd7f8c2f7c7c66b7442b09e Mon Sep 17 00:00:00 2001 From: Alan Fung-Schwarz Date: Sat, 28 Mar 2015 20:20:56 -0700 Subject: [PATCH] Ruby 2.2.1 --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index ccbccc3..c043eea 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.0 +2.2.1 diff --git a/Gemfile b/Gemfile index 3979b95..d9dde50 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' # ruby '1.9.3', engine: 'jruby', engine_version: '1.7.4' -ruby '2.2.0' +ruby '2.2.1' gem 'rails', '4.2.0' gem 'puma'