Upgrade gemfile

This commit is contained in:
2013-04-10 17:08:23 +02:00
parent 20fa6ac805
commit 599541f430
2 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ gem 'simply_stored' , :git => 'git://github.com/bterkuile/simply_stored.git'
gem 'devise', '2.0.4'
gem 'devise_simply_stored'
gem 'simple_form'
gem 'active_decorator', path: '/Users/bterkuile/companytools/development/rails/components/active_decorator'
gem 'active_decorator' #, path: '/Users/bterkuile/companytools/development/rails/components/active_decorator'
gem 'cmtool', github: 'bterkuile/cmtool'
gem 'kaminari'
+3 -7
View File
@@ -34,11 +34,6 @@ GIT
couch_potato (>= 0.2.15)
rest-client (>= 1.4.2)
PATH
remote: /Users/bterkuile/companytools/development/rails/components/active_decorator
specs:
active_decorator (0.3.4)
GEM
remote: http://rubygems.org/
specs:
@@ -55,6 +50,7 @@ GEM
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
active_decorator (0.3.4)
activemodel (3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
@@ -284,7 +280,7 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
subexec (0.2.2)
subexec (0.2.3)
temple (0.6.3)
thin (1.5.1)
daemons (>= 1.0.9)
@@ -311,7 +307,7 @@ PLATFORMS
ruby
DEPENDENCIES
active_decorator!
active_decorator
bootstrap-sass
bourbon
cmtool!