Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup committed Sep 17, 2012
1 parent 9b941cf commit ee2355f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Gemfile
Expand Up @@ -3,12 +3,11 @@ source :rubygems
gem 'hashie', '~> 1.2'
gem 'liquid'

group :test do
gem 'i18n', '>= 0.6'
gem 'rails', '~> 3'
gem 'imperator-ext', '~> 0.2.0' #, path: '/Users/kmandrup/private/repos/imperator-ext' #, :git => 'git://github.com/kristianmandrup/imperator-ext.git'
gem 'focused_controller', :git => 'git://github.com/kristianmandrup/focused_controller.git'
end
gem 'imperator-ext', '~> 0.2.0' #, path: '/Users/kmandrup/private/repos/imperator-ext' #, :git => 'git://github.com/kristianmandrup/imperator-ext.git'
gem 'focused_controller', :git => 'git://github.com/kristianmandrup/focused_controller.git'

gem 'i18n', '>= 0.6'
gem 'rails', '~> 3'

group :development do
gem "rspec", ">= 2.8.0"
Expand Down

0 comments on commit ee2355f

Please sign in to comment.