Alphabetize
This commit is contained in:
parent
b992e759bc
commit
d7988daf98
19
Gemfile
19
Gemfile
|
@ -8,17 +8,16 @@ group :development do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'systemu'
|
gem 'autotest-notification'
|
||||||
|
gem 'capybara'
|
||||||
|
gem 'cucumber'
|
||||||
|
gem 'cucumber-rails'
|
||||||
|
gem 'database_cleaner'
|
||||||
|
gem 'httpclient'
|
||||||
|
gem 'launchy'
|
||||||
|
gem 'mongrel', '1.2.0.pre2'
|
||||||
gem 'rspec'
|
gem 'rspec'
|
||||||
gem 'rspec-rails'
|
gem 'rspec-rails'
|
||||||
gem 'mongrel', '1.2.0.pre2'
|
|
||||||
gem 'capybara'
|
|
||||||
gem 'database_cleaner'
|
|
||||||
gem 'cucumber-rails'
|
|
||||||
gem 'cucumber'
|
|
||||||
gem 'spork'
|
gem 'spork'
|
||||||
gem 'launchy'
|
gem 'systemu'
|
||||||
gem 'autotest-notification'
|
|
||||||
gem 'httpclient'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue