Skip to content

Commit

Permalink
No need to use awesome_nested_set edge version anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Jan 2, 2012
1 parent c84d887 commit 5e650f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Expand Up @@ -2,13 +2,11 @@ source "http://rubygems.org"


gemspec gemspec


## Uncomment the following lines to develop against edge refinery
gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git' gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git'
gem 'awesome_nested_set', :git => 'git://github.com/collectiveidea/awesome_nested_set.git'


group :development, :test do group :development, :test do
require 'rbconfig' require 'rbconfig'

gem 'sqlite3' gem 'sqlite3'
gem 'mysql2' gem 'mysql2'
gem 'pg' gem 'pg'
Expand Down

0 comments on commit 5e650f6

Please sign in to comment.