Added development dependencies back into Gemfile.lock, now that we have a way to keep these out of the gem build

This commit is contained in:
Matt Zukowski 2011-02-08 14:35:27 -05:00
Родитель 48aaa12174
Коммит ea80f0b6bf
1 изменённых файлов: 17 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,13 @@
PATH
remote: .
specs:
rubycas-server (1.0.a)
activerecord (~> 3.0.0)
activesupport (~> 3.0.0)
crypt-isaac (~> 0.9.1)
gettext (~> 2.1.0)
sinatra (~> 1.0)
GEM
remote: http://rubygems.org/
specs:
@ -58,7 +68,7 @@ GEM
sinatra (1.1.0)
rack (~> 1.1)
tilt (~> 1.1)
sqlite3-ruby (1.3.2)
sqlite3 (1.3.3)
tilt (1.1)
tzinfo (0.3.23)
xpath (0.1.2)
@ -70,6 +80,12 @@ PLATFORMS
DEPENDENCIES
activerecord (~> 3.0.0)
activesupport (~> 3.0.0)
capybara
crypt-isaac (~> 0.9.1)
gettext (~> 2.1.0)
rack-test
rspec
rspec-core
rubycas-server!
sinatra (~> 1.0)
sqlite3 (~> 1.3.1)