From 5732129818f2481e50c1bcace76fa05701786876 Mon Sep 17 00:00:00 2001 From: deppbot Date: Thu, 28 Jan 2016 22:08:14 +0800 Subject: [PATCH] Security Update on 2016-01-28 --- Gemfile | 6 +++++- Gemfile.lock | 23 +++++++++++++---------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 6d084d3..e09b417 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source :rubygems -gem 'rack' +gem 'rack', '~> 1.5.4' gem 'sinatra', require: 'sinatra/base' gem "mongoid" gem "sinatra-partial" @@ -16,3 +16,7 @@ end group :production do gem 'unicorn' end + +gem 'activesupport', '~> 3.2.22' +gem 'i18n', '>= 0.6.6' +gem 'moped', '~> 1.5.3' diff --git a/Gemfile.lock b/Gemfile.lock index 1554ae7..3c96215 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,32 +1,32 @@ GEM remote: http://rubygems.org/ specs: - activemodel (3.2.14) - activesupport (= 3.2.14) + activemodel (3.2.22.1) + activesupport (= 3.2.22.1) builder (~> 3.0.0) - activesupport (3.2.14) + activesupport (3.2.22.1) i18n (~> 0.6, >= 0.6.4) multi_json (~> 1.0) backports (3.3.5) builder (3.0.4) coderay (1.0.9) diff-lcs (1.2.4) - i18n (0.6.5) + i18n (0.7.0) kgio (2.8.1) method_source (0.8.2) - mongoid (3.1.5) + mongoid (3.1.7) activemodel (~> 3.2) moped (~> 1.4) origin (~> 1.0) tzinfo (~> 0.3.29) - moped (1.5.1) - multi_json (1.8.1) + moped (1.5.3) + multi_json (1.11.2) origin (1.1.0) pry (0.9.12.2) coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.4) - rack (1.5.2) + rack (1.5.5) rack-protection (1.5.0) rack rack-test (0.6.2) @@ -55,7 +55,7 @@ GEM sinatra slop (3.4.6) tilt (1.4.1) - tzinfo (0.3.38) + tzinfo (0.3.46) unicorn (4.7.0) kgio (~> 2.6) rack @@ -65,9 +65,12 @@ PLATFORMS ruby DEPENDENCIES + activesupport (~> 3.2.22) + i18n (>= 0.6.6) mongoid + moped (~> 1.5.3) pry - rack + rack (~> 1.5.4) rack-test rspec sinatra