Skip to content

Commit

Permalink
Added Ruby Debug to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Xia committed Mar 20, 2012
1 parent 7d52d8a commit 62837aa
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hw4_grader_stuff/hw4_rottenpotatoes/Gemfile
Expand Up @@ -6,7 +6,7 @@ gem 'rails', '3.1.0'
# gem 'rails', :git => 'git://github.com/rails/rails.git'

group :development do
# gem 'ruby-debug19', :require => 'ruby-debug'
gem 'ruby-debug19', :require => 'ruby-debug'
gem 'cucumber-rails-training-wheels'
end

Expand Down
24 changes: 20 additions & 4 deletions hw4_grader_stuff/hw4_rottenpotatoes/Gemfile.lock
Expand Up @@ -31,6 +31,7 @@ GEM
activesupport (3.1.0)
multi_json (~> 1.0)
addressable (2.2.7)
archive-tar-minitar (0.5.2)
arel (2.2.1)
bcrypt-ruby (3.0.1)
builder (3.0.0)
Expand All @@ -50,6 +51,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.2.0)
columnize (0.3.6)
cucumber (1.1.8)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
Expand Down Expand Up @@ -81,6 +83,8 @@ GEM
launchy (2.0.5)
addressable (~> 2.2.6)
libv8 (3.3.10.4)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
Expand Down Expand Up @@ -130,6 +134,16 @@ GEM
activesupport (>= 3.0)
railties (>= 3.0)
rspec (~> 2.8.0)
ruby-debug-base19 (0.11.25)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.6)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
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)
Expand All @@ -142,9 +156,10 @@ GEM
ffi (~> 1.0.9)
json_pure
rubyzip
simplecov (0.4.2)
simplecov-html (~> 0.4.4)
simplecov-html (0.4.5)
simplecov (0.6.1)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
sprockets (2.0.3)
hike (~> 1.2)
rack (~> 1.0)
Expand Down Expand Up @@ -180,8 +195,9 @@ DEPENDENCIES
pg
rails (= 3.1.0)
rspec-rails
ruby-debug19
sass-rails (~> 3.1.0)
simplecov
simplecov (~> 0.6.1)
sqlite3
therubyracer
uglifier
1 change: 1 addition & 0 deletions lib/graders/feature_grader/cuke_runner
Expand Up @@ -2,6 +2,7 @@

def main
require 'rubygems'
require 'bundler/setup'
require 'cucumber'
fpath = ENV["FEATURE_PATH"] || File.dirname(ENV["FEATURE"])

Expand Down

0 comments on commit 62837aa

Please sign in to comment.