Skip to content

Commit

Permalink
Update Gemfile to only load rubydebug in development
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenvandijk committed Jul 12, 2011
1 parent 83f0e87 commit a97641e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Expand Up @@ -4,9 +4,9 @@ gemspec

gem 'rspec', '~> 2.0.1'
gem "sinatra", "1.0.0"
gem "mongrel", '~> 1.2.pre'
gem "rake"

gem "ruby-debug", :platforms => :ruby_18
gem "ruby-debug19", :platforms => :ruby_19

group :development do
gem "ruby-debug", :platforms => :ruby_18
gem "ruby-debug19", :platforms => :ruby_19
end
6 changes: 0 additions & 6 deletions Gemfile.lock
Expand Up @@ -19,10 +19,8 @@ GEM
childprocess (0.1.9)
ffi (~> 1.0.6)
columnize (0.3.4)
daemons (1.0.10)
diff-lcs (1.1.2)
ffi (1.0.9)
gem_plugin (0.2.3)
json_pure (1.5.3)
linecache (0.46)
rbx-require-relative (> 0.0.4)
Expand All @@ -31,9 +29,6 @@ GEM
mechanize (1.0.0)
nokogiri (>= 1.2.1)
mime-types (1.16)
mongrel (1.2.0.pre2)
daemons (~> 1.0.10)
gem_plugin (~> 0.2.3)
nokogiri (1.5.0)
rack (1.3.0)
rack-test (0.6.0)
Expand Down Expand Up @@ -81,7 +76,6 @@ PLATFORMS

DEPENDENCIES
capybara-mechanize!
mongrel (~> 1.2.pre)
rake
rspec (~> 2.0.1)
ruby-debug
Expand Down

0 comments on commit a97641e

Please sign in to comment.