Skip to content

Commit

Permalink
Update bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
locriani committed Mar 8, 2011
1 parent 8464330 commit 0033389
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Gemfile
Expand Up @@ -7,12 +7,13 @@ gem 'omniauth'
gem 'wikicloth'
gem 'nifty-generators'

# group :development, :test do
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'rspec-rails', '>= 2.0.0.beta.19'
gem 'shoulda'
gem 'factory_girl_rails'
gem 'autotest'
gem 'webrat'
# end
gem "mocha", :group => :test
group :development, :test do
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'rspec-rails', '>= 2.0.0.beta.19'
gem 'shoulda'
gem 'factory_girl_rails'
gem 'autotest'
gem 'webrat'
gem 'cucumber-rails'
gem 'mocha'
end
13 changes: 13 additions & 0 deletions Gemfile.lock
Expand Up @@ -35,6 +35,14 @@ GEM
ZenTest (>= 4.4.1)
bcrypt-ruby (2.1.4)
builder (2.1.2)
cucumber (0.10.0)
builder (>= 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.3.2)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
cucumber-rails (0.3.2)
cucumber (>= 0.8.0)
devise (1.1.5)
bcrypt-ruby (~> 2.1.2)
warden (~> 1.0.2)
Expand All @@ -50,7 +58,10 @@ GEM
addressable (~> 2.2.4)
multipart-post (~> 1.1.0)
rack (>= 1.1.0, < 2)
gherkin (2.3.3)
json (~> 1.4.6)
i18n (0.5.0)
json (1.4.6)
mail (2.2.15)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
Expand Down Expand Up @@ -143,6 +154,7 @@ GEM
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
term-ansicolor (1.0.5)
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
Expand All @@ -162,6 +174,7 @@ PLATFORMS

DEPENDENCIES
autotest
cucumber-rails
devise (= 1.1.5)
factory_girl_rails
mocha
Expand Down

0 comments on commit 0033389

Please sign in to comment.