Skip to content

Commit

Permalink
Merge remote branch 'stevenheidel/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Aug 26, 2010
2 parents 53286ca + bef87db commit 7ee76a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -77,6 +77,8 @@ group :test do
gem 'spork' unless RUBY_PLATFORM =~ /mswin|mingw/
gem 'launchy'
gem 'gherkin'
# TODO: Change back to gem when patch is merged in
gem 'rack-test', :git => 'git://github.com/alan/rack-test.git'
# FIXME: JSON constant constants warnings
gem 'json_pure', '~> 1.4.6', :require => 'json/pure'
# Factory Girl
Expand Down
10 changes: 8 additions & 2 deletions Gemfile.lock
@@ -1,3 +1,10 @@
GIT
remote: git://github.com/alan/rack-test.git
revision: 167c2b2
specs:
rack-test (0.5.4)
rack (>= 1.0)

GIT
remote: git://github.com/parndt/acts_as_tree.git
revision: cd4d6a6
Expand Down Expand Up @@ -130,8 +137,6 @@ GEM
rack (>= 0.4)
rack-mount (0.6.12)
rack (>= 1.0.0)
rack-test (0.5.4)
rack (>= 1.0)
rails (3.0.0.rc2)
actionmailer (= 3.0.0.rc2)
actionpack (= 3.0.0.rc2)
Expand Down Expand Up @@ -193,6 +198,7 @@ DEPENDENCIES
gherkin
json_pure (~> 1.4.6)
launchy
rack-test!
rails (= 3.0.0.rc2)
refinerycms!
refinerycms-i18n!
Expand Down

0 comments on commit 7ee76a8

Please sign in to comment.