From aa54e3c84fd92f3e31333b363a1fbfc4440574a9 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Tue, 11 Aug 2015 11:03:09 +0300 Subject: [PATCH] Update iso8601 --- Gemfile | 6 +++--- Gemfile.lock | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1497b5bd6..7dd391c42 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ source 'https://rubygems.org' # core gem 'rails', '4.2.3' # when update, all initializers eis_custom files needs check/update -gem 'iso8601', '~> 0.8.2' # for dates and times +gem 'iso8601', '~> 0.8.6' # for dates and times gem 'hashie-forbidden_attributes', '~> 0.1.1' # load env @@ -66,8 +66,8 @@ gem 'money-rails', '~> 1.4.1' # deploy gem 'whenever', '~> 0.9.4', require: false -gem 'data_migrate', - github: 'internetee/data-migrate', +gem 'data_migrate', + github: 'internetee/data-migrate', ref: '35d22b09ff37a4e9d61ab326ad5d8eb0edf1fc81' # monitors diff --git a/Gemfile.lock b/Gemfile.lock index fcbd6652c..dd0bcf2f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -574,7 +574,7 @@ DEPENDENCIES html2haml (~> 2.0.0) html5_validators (~> 1.2.0) isikukood - iso8601 (~> 0.8.2) + iso8601 (~> 0.8.6) jbuilder (~> 2.2.6) jquery-rails (~> 4.0.3) jquery-ui-rails (~> 5.0.3)