mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-27 19:26:12 +01:00
fix #990 by moving rsel scripts to cucumber and removing selenium-on-rails plugin
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
This commit is contained in:
parent
4927f39594
commit
d9db33bc0d
194 changed files with 75 additions and 48324 deletions
6
Gemfile
6
Gemfile
|
|
@ -5,15 +5,15 @@ gem "rake", "~>0.8.7"
|
|||
gem "rails", "~>2.3.12"
|
||||
gem "highline", "~>1.5.0"
|
||||
gem "RedCloth", "4.2.3"
|
||||
gem "soap4r"
|
||||
gem "soap4r", "~>1.5.8"
|
||||
gem "sanitize", "~>1.2.1"
|
||||
gem "rack", "1.1.0"
|
||||
gem "will_paginate", "~> 2.3.15"
|
||||
gem "has_many_polymorphs", "~> 2.13"
|
||||
gem "acts_as_list", "~>0.1.4"
|
||||
gem "aasm", "2.2.0"
|
||||
gem "aasm", "~>2.2.0"
|
||||
gem "actionwebservice", :git => "git://github.com/dejan/actionwebservice.git"
|
||||
gem "rubycas-client"
|
||||
gem "rubycas-client", "~>2.2.1"
|
||||
gem "ruby-openid", :require => "openid"
|
||||
gem "sqlite3"
|
||||
gem 'bcrypt-ruby', '~> 2.1.4'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue