Browse Source

fix theme gem

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
7039cb6645
  1. 4
      Gemfile

4
Gemfile

@ -15,10 +15,10 @@ end
gem 'devise', '~> 1.4.5'
gem 'cancan', '~> 1.6.5'
#gem "meta_where", "~> 1.0" # squeel ?
# gem "meta_where", "~> 1.0" # squeel ?
gem 'sentient_user', '~> 0.3.2'
gem 'active_scaffold', '~> 3.1.0', :git => 'https://github.com/activescaffold/active_scaffold.git'
gem 'web-app-theme', :git => 'git://github.com/tscolari/web-app-theme.git', :branch => 'v3.1.0'
gem 'web-app-theme', :git => 'git://github.com/tscolari/web-app-theme.git' #, :branch => 'v3.1.0'
gem 'pjax_rails', '~> 0.1.10'
gem 'validates_hostname', '~> 1.0.0', :git => 'https://github.com/KimNorgaard/validates_hostname.git'
gem 'nilify_blanks', '~> 1.0.0'

Loading…
Cancel
Save