mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
fix Gemfile which go messed up by all the recent pulls
This commit is contained in:
parent
bc529f7baa
commit
16dba74a08
2 changed files with 17 additions and 0 deletions
5
Gemfile
5
Gemfile
|
@ -17,11 +17,16 @@ gem "rubycas-client", "~>2.2.1"
|
|||
gem "ruby-openid", :require => "openid"
|
||||
gem "sqlite3"
|
||||
gem 'bcrypt-ruby', '~> 2.1.4'
|
||||
gem 'htmlentities', '~> 4.3.0'
|
||||
|
||||
gem "webrat", ">=0.7.0", :groups => [:cucumber, :test]
|
||||
gem "database_cleaner", ">=0.5.0", :groups => [:cucumber, :selenium]
|
||||
gem "cucumber-rails", "~>0.3.0", :groups => :cucumber
|
||||
|
||||
group :development do
|
||||
gem "ruby-debug"
|
||||
end
|
||||
|
||||
group :test do
|
||||
gem "flexmock"
|
||||
gem "ZenTest", ">=4.0.0"
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -27,6 +27,7 @@ GEM
|
|||
bcrypt-ruby (2.1.4)
|
||||
builder (3.0.0)
|
||||
cgi_multipart_eof_fix (2.5.0)
|
||||
columnize (0.3.4)
|
||||
cucumber (1.0.2)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.2)
|
||||
|
@ -49,8 +50,11 @@ GEM
|
|||
hoe (2.12.0)
|
||||
rake (~> 0.8)
|
||||
hpricot (0.8.4)
|
||||
htmlentities (4.3.0)
|
||||
httpclient (2.2.1)
|
||||
json (1.5.3)
|
||||
linecache (0.46)
|
||||
rbx-require-relative (> 0.0.4)
|
||||
memory_test_fix (0.1.3)
|
||||
mongrel (1.1.5)
|
||||
cgi_multipart_eof_fix (>= 2.4)
|
||||
|
@ -69,10 +73,16 @@ GEM
|
|||
activesupport (= 2.3.14)
|
||||
rake (>= 0.8.3)
|
||||
rake (0.8.7)
|
||||
rbx-require-relative (0.0.5)
|
||||
rspec (1.3.2)
|
||||
rspec-rails (1.3.4)
|
||||
rack (>= 1.0.0)
|
||||
rspec (~> 1.3.1)
|
||||
ruby-debug (0.10.4)
|
||||
columnize (>= 0.1)
|
||||
ruby-debug-base (~> 0.10.4.0)
|
||||
ruby-debug-base (0.10.4)
|
||||
linecache (>= 0.3)
|
||||
ruby-openid (2.1.8)
|
||||
rubycas-client (2.2.1)
|
||||
activesupport
|
||||
|
@ -107,12 +117,14 @@ DEPENDENCIES
|
|||
highline (~> 1.5.0)
|
||||
hoe
|
||||
hpricot
|
||||
htmlentities (~> 4.3.0)
|
||||
memory_test_fix (~> 0.1.3)
|
||||
mongrel
|
||||
rack (= 1.1.0)
|
||||
rails (~> 2.3.12)
|
||||
rake (~> 0.8.7)
|
||||
rspec-rails (~> 1.3.3)
|
||||
ruby-debug
|
||||
ruby-openid
|
||||
rubycas-client (~> 2.2.1)
|
||||
sanitize (~> 1.2.1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue