Skip to content

Commit

Permalink
Update gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Nov 13, 2010
1 parent 98ca5a8 commit 1127268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,6 @@
gem 'rack'
gem 'rack-mount', '~> 0.6.13'
gem 'rack-jsonp'
gem 'rack-test'

gem 'json'
gem 'multi_json'
Expand All @@ -13,6 +12,7 @@ group :development do
end

group :test do
gem 'rack-test'
gem 'rspec', '>= 2.1.0'
gem 'cucumber', '>= 0.8.5'
end

0 comments on commit 1127268

Please sign in to comment.