Skip to content

Instantly share code, notes, and snippets.

@rtgibbons
Created March 10, 2011 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtgibbons/863625 to your computer and use it in GitHub Desktop.
Save rtgibbons/863625 to your computer and use it in GitHub Desktop.
Including backports gem for ruby_18 platforms
diff --git a/Gemfile b/Gemfile
index ec7a4ff..e86cc9d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,6 +10,8 @@ gem 'mime-types', :require => 'mime/types'
gem 'rdiscount'
gem 'RedCloth'
+gem 'backports', :platforms => 'ruby_18'
+
group :development, :test do
gem 'ZenTest'
gem 'autotest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment