Skip to content

Commit

Permalink
Merge pull request #3 from avneeshk91/master
Browse files Browse the repository at this point in the history
Remove Cucumber warnings in rails server
  • Loading branch information
maxfeldman14 committed Aug 21, 2012
2 parents 33dfcd4 + 42d9ced commit 58d77e2
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 41 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Expand Up @@ -9,12 +9,14 @@ gem 'rails', '3.1.0'
group :development, :test do
gem 'sqlite3'
gem 'ruby-debug19', :require => 'ruby-debug'
gem 'cucumber-rails'
gem 'cucumber-rails-training-wheels'
gem 'database_cleaner'
gem 'capybara'
gem 'launchy'
end
group :test do
gem 'cucumber-rails'
gem 'cucumber-rails-training-wheels'
end
group :production do
# gem 'pg'
end
Expand Down
77 changes: 38 additions & 39 deletions Gemfile.lock
Expand Up @@ -30,9 +30,9 @@ GEM
activesupport (= 3.1.0)
activesupport (3.1.0)
multi_json (~> 1.0)
addressable (2.2.7)
addressable (2.3.2)
archive-tar-minitar (0.5.2)
arel (2.2.1)
arel (2.2.3)
bcrypt-ruby (3.0.1)
builder (3.0.0)
capybara (1.1.2)
Expand All @@ -42,56 +42,56 @@ GEM
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.1)
ffi (~> 1.0.6)
childprocess (0.3.5)
ffi (~> 1.0, >= 1.0.6)
coffee-rails (3.1.1)
coffee-script (>= 2.2.0)
railties (~> 3.1.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.2.0)
coffee-script-source (1.3.3)
columnize (0.3.6)
cucumber (1.1.8)
cucumber (1.2.1)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.8.0)
diff-lcs (>= 1.1.3)
gherkin (~> 2.11.0)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
cucumber-rails (1.3.0)
capybara (>= 1.1.2)
cucumber (>= 1.1.8)
nokogiri (>= 1.5.0)
cucumber-rails-training-wheels (1.0.0)
cucumber-rails (>= 1.1.1)
database_cleaner (0.7.1)
database_cleaner (0.8.0)
diff-lcs (1.1.3)
erubis (2.7.0)
execjs (1.3.0)
execjs (1.4.0)
multi_json (~> 1.0)
ffi (1.0.11)
gherkin (2.8.0)
ffi (1.1.5)
gherkin (2.11.2)
json (>= 1.4.6)
haml (3.1.4)
haml (3.1.7)
hike (1.2.1)
i18n (0.6.0)
jquery-rails (1.0.19)
railties (~> 3.0)
jquery-rails (2.1.1)
railties (>= 3.1.0, < 5.0)
thor (~> 0.14)
json (1.6.5)
json_pure (1.6.5)
launchy (2.0.5)
addressable (~> 2.2.6)
json (1.7.5)
launchy (2.1.2)
addressable (~> 2.3)
libv8 (3.3.10.4)
libwebsocket (0.1.5)
addressable
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mail (2.3.0)
mail (2.3.3)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.1.0)
nokogiri (1.5.0)
mime-types (1.19)
multi_json (1.3.6)
nokogiri (1.5.5)
polyglot (0.3.3)
rack (1.3.6)
rack-cache (1.0.3)
Expand Down Expand Up @@ -130,35 +130,34 @@ GEM
ruby-debug-base19 (>= 0.11.19)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
rubyzip (0.9.6.1)
sass (3.1.15)
sass-rails (3.1.5)
rubyzip (0.9.9)
sass (3.2.1)
sass-rails (3.1.6)
actionpack (~> 3.1.0)
railties (~> 3.1.0)
sass (~> 3.1.10)
sass (>= 3.1.10)
tilt (~> 1.3.2)
selenium-webdriver (2.13.0)
childprocess (>= 0.2.1)
ffi (~> 1.0.9)
json_pure
selenium-webdriver (2.25.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sprockets (2.0.3)
sprockets (2.0.4)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
term-ansicolor (1.0.7)
therubyracer (0.9.10)
sqlite3 (1.3.6)
therubyracer (0.10.2)
libv8 (~> 3.3.10)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)
uglifier (1.2.3)
tzinfo (0.3.33)
uglifier (1.2.7)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
multi_json (~> 1.3)
xpath (0.1.4)
nokogiri (~> 1.3)

Expand Down

0 comments on commit 58d77e2

Please sign in to comment.