Skip to content

Commit

Permalink
Make quotes in Gemfile consistent (use single quotes)
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 12, 2011
1 parent e362a86 commit 432f152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -7,13 +7,13 @@ platforms :jruby do
end

platforms :mri_18 do
gem "ruby-debug", ">= 0.10.3"
gem 'ruby-debug', '>= 0.10.3'
end

platforms :mri_19 do
gem "ruby-debug19"
gem 'ruby-debug19'
end

group :development do
gem "pry"
gem 'pry'
end

0 comments on commit 432f152

Please sign in to comment.