forked from lyonrb/lyonrb
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile
26 lines (21 loc) · 832 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
source 'http://rubygems.org'
gem 'rails', '3.0.0.rc'
gem 'warden'
gem 'devise', "1.1.rc2"
gem 'pg', '0.9.0'
gem 'haml'
gem 'rdiscount'
# Camille est pas fan de Rack::Offline (comme je balance! :p)
#gem 'rack-offline', :git => "http://github.com/wycats/rack-offline.git"
gem 'sqlite3-ruby', :require => "sqlite3"
gem "rspec-rails", :git => "git://github.com/rspec/rspec-rails.git"
gem "rspec", :git => "git://github.com/rspec/rspec.git"
gem "rspec-core", :git => "git://github.com/rspec/rspec-core.git"
gem "rspec-expectations", :git => "git://github.com/rspec/rspec-expectations.git"
gem "rspec-mocks", :git => "git://github.com/rspec/rspec-mocks.git"
gem 'capybara'
gem 'database_cleaner'
gem 'cucumber-rails'
gem 'cucumber'
gem 'spork'
gem 'launchy' # So you can do Then show me the page