mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
return aruba to Gemfile and fix aruba scenarios
This commit is contained in:
parent
257b969aff
commit
4aa5933946
6 changed files with 32 additions and 21 deletions
36
Gemfile.lock
36
Gemfile.lock
|
|
@ -30,12 +30,17 @@ GEM
|
|||
activesupport (3.2.12)
|
||||
i18n (~> 0.6)
|
||||
multi_json (~> 1.0)
|
||||
acts_as_list (0.1.9)
|
||||
acts_as_list (0.2.0)
|
||||
activerecord (>= 3.0)
|
||||
arel (3.0.2)
|
||||
aruba (0.5.1)
|
||||
childprocess (~> 0.3.6)
|
||||
cucumber (>= 1.1.1)
|
||||
rspec-expectations (>= 2.7.0)
|
||||
bcrypt-ruby (3.0.1)
|
||||
bluecloth (2.2.0)
|
||||
builder (3.0.4)
|
||||
bullet (4.3.0)
|
||||
bullet (4.3.1)
|
||||
uniform_notifier
|
||||
cache_digests (0.2.0)
|
||||
actionpack (>= 3.2)
|
||||
|
|
@ -54,18 +59,18 @@ GEM
|
|||
coffee-script (2.2.0)
|
||||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.4.0)
|
||||
cucumber (1.2.1)
|
||||
coffee-script-source (1.5.0)
|
||||
cucumber (1.2.2)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.3)
|
||||
gherkin (~> 2.11.0)
|
||||
json (>= 1.4.6)
|
||||
gherkin (~> 2.11.6)
|
||||
multi_json (~> 1.3)
|
||||
cucumber-rails (1.3.0)
|
||||
capybara (>= 1.1.2)
|
||||
cucumber (>= 1.1.8)
|
||||
nokogiri (>= 1.5.0)
|
||||
database_cleaner (0.9.1)
|
||||
diff-lcs (1.1.3)
|
||||
diff-lcs (1.2.1)
|
||||
erubis (2.7.0)
|
||||
execjs (1.4.0)
|
||||
multi_json (~> 1.0)
|
||||
|
|
@ -83,7 +88,7 @@ GEM
|
|||
json (>= 1.7.6)
|
||||
hike (1.2.1)
|
||||
htmlentities (4.3.1)
|
||||
i18n (0.6.1)
|
||||
i18n (0.6.4)
|
||||
journey (1.0.4)
|
||||
jquery-rails (2.2.1)
|
||||
railties (>= 3.0, < 5.0)
|
||||
|
|
@ -126,13 +131,13 @@ GEM
|
|||
rdoc (~> 3.4)
|
||||
thor (>= 0.14.6, < 2.0)
|
||||
rake (10.0.3)
|
||||
rdoc (3.12.1)
|
||||
rdoc (3.12.2)
|
||||
json (~> 1.4)
|
||||
ref (1.0.2)
|
||||
rspec-expectations (2.12.1)
|
||||
diff-lcs (~> 1.1.3)
|
||||
rspec-expectations (2.13.0)
|
||||
diff-lcs (>= 1.1.3, < 2.0)
|
||||
rubyzip (0.9.9)
|
||||
safe_yaml (0.8.3)
|
||||
safe_yaml (0.8.4)
|
||||
sanitize (2.0.3)
|
||||
nokogiri (>= 1.4.4, < 1.6)
|
||||
sass (3.2.6)
|
||||
|
|
@ -158,11 +163,11 @@ GEM
|
|||
swf_fu (2.0.3)
|
||||
coffee-script
|
||||
rails (>= 3.1)
|
||||
therubyracer (0.11.3)
|
||||
therubyracer (0.11.4)
|
||||
libv8 (~> 3.11.8.12)
|
||||
ref
|
||||
thor (0.17.0)
|
||||
tilt (1.3.3)
|
||||
tilt (1.3.4)
|
||||
timecop (0.5.9.2)
|
||||
tolk (1.3.5)
|
||||
safe_yaml
|
||||
|
|
@ -179,7 +184,7 @@ GEM
|
|||
will_paginate (3.0.4)
|
||||
xpath (1.0.0)
|
||||
nokogiri (~> 1.3)
|
||||
yard (0.8.4.1)
|
||||
yard (0.8.5.2)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
@ -188,6 +193,7 @@ DEPENDENCIES
|
|||
RedCloth
|
||||
aasm
|
||||
acts_as_list
|
||||
aruba
|
||||
bcrypt-ruby
|
||||
bullet
|
||||
cache_digests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue