Skip to content

Commit

Permalink
use formtastic 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Sep 25, 2010
1 parent d5e61d5 commit cbfceb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -10,13 +10,13 @@ gem "haml", "~> 3.0.13"
gem "compass", "~> 0.10.2"
gem "will_paginate", "~> 3.0.pre2"
gem "authlogic", "~> 2.1.6"
gem "formtastic", :git => "git://github.com/justinfrench/formtastic.git", :branch => "rails3"
gem "formtastic", "~> 1.1.0"
gem "has_scope", "~> 0.5.0"
gem "inherited_resources", "~> 1.1.2"
gem "exception_notification", :git => "git://github.com/rails/exception_notification.git", :require => "exception_notifier"
gem "acts-as-taggable-on", "~> 2.0.6"
gem "rdiscount"
gem "gravtastic", "~>2.2.0"#, :git => "git://github.com/flyerhzm/gravtastic.git"
gem "gravtastic", "~>2.2.0"
gem "css_sprite", "~> 1.4.9"
gem "meta-tags", :require => 'meta_tags'
gem "sitemap_generator", "~> 0.3.3"
Expand Down
16 changes: 5 additions & 11 deletions Gemfile.lock
@@ -1,13 +1,3 @@
GIT
remote: git://github.com/justinfrench/formtastic.git
revision: e42d256
branch: rails3
specs:
formtastic (1.1.0.beta)
actionpack (>= 2.3.0)
activesupport (>= 2.3.0)
i18n (>= 0.4.0)

GIT
remote: git://github.com/rails/exception_notification.git
revision: 48cf433
Expand Down Expand Up @@ -111,6 +101,10 @@ GEM
fastthread (1.0.7)
ffi (0.6.3)
rake (>= 0.8.7)
formtastic (1.1.0)
actionpack (>= 2.3.0)
activesupport (>= 2.3.0)
i18n (>= 0.4.0)
gem_plugin (0.2.3)
gherkin (2.1.5)
trollop (~> 1.16.2)
Expand Down Expand Up @@ -254,7 +248,7 @@ DEPENDENCIES
database_cleaner
exception_notification!
factory_girl_rails (~> 1.0.0)
formtastic!
formtastic (~> 1.1.0)
gravtastic (~> 2.2.0)
haml (~> 3.0.13)
has_scope (~> 0.5.0)
Expand Down

0 comments on commit cbfceb3

Please sign in to comment.