Skip to content

Commit

Permalink
Now utilizing forked version of nested_form for turkee_form_for support.
Browse files Browse the repository at this point in the history
  • Loading branch information
aantix committed Jan 3, 2012
1 parent 54fd0ea commit 89c7405
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ gem 'rails', '3.1.3'
gem 'mysql2'
gem 'turkee', :git => 'git://github.com/aantix/turkee.git', :branch => 'turkee_rails31'
gem 'youtube_search'
gem 'nested_form', :path => "/Users/jjones/Projects/nested_form"
gem 'nested_form', :git => "git@github.com:aantix/nested_form.git"

# Gems used only for assets and not required
# in production environments by default.
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Expand Up @@ -8,6 +8,12 @@ GIT
rails (>= 3.1.1)
rturk (>= 2.3.0)

GIT
remote: git@github.com:aantix/nested_form.git
revision: cf722a8a20db881c8c81176cfcc8e3a1edbe6142
specs:
nested_form (0.1.1)

GIT
remote: http://github.com/seyhunak/twitter-bootstrap-rails.git
revision: b747bae72b55122dd326067a5f7b624c68163f15
Expand All @@ -18,11 +24,6 @@ GIT
less-rails (~> 2.1.0)
railties

PATH
remote: /Users/jjones/Projects/nested_form
specs:
nested_form (0.1.1)

GEM
remote: http://rubygems.org/
specs:
Expand Down

0 comments on commit 89c7405

Please sign in to comment.