From b755dc62dff4f7b61878174d992d854ddc693f31 Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Sat, 21 Apr 2012 12:56:35 +0300 Subject: [PATCH] as update --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ffcd4a2..5f52270 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'cancan', '~> 1.6.7' gem 'squeel', '~> 0.9.3' gem 'sentient_user', '~> 0.3.2' gem 'userstamp_basic', '~> 0.1.0' -gem 'active_scaffold', '~> 3.2.1' +gem 'active_scaffold', '~> 3.2.3' # git: 'https://github.com/activescaffold/active_scaffold.git' # path: '/home/clyfe/dev/active_scaffold' gem 'pjax_rails', '~> 0.1.7', git: 'https://github.com/rails/pjax_rails.git' diff --git a/Gemfile.lock b/Gemfile.lock index 01a99dc..fc31a2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GEM active-model-email-validator (1.0.2) activemodel mail - active_scaffold (3.2.1) + active_scaffold (3.2.4) rails (>= 3.1.3) activemodel (3.2.2) activesupport (= 3.2.2) @@ -272,7 +272,7 @@ PLATFORMS DEPENDENCIES active-model-email-validator (~> 1.0.2) - active_scaffold (~> 3.2.1) + active_scaffold (~> 3.2.3) acts_as_nested_interval (~> 0.0.2) bootstrap-sass-rails (~> 2.0.0.2) cancan (~> 1.6.7)