require dtext correctly

This commit is contained in:
r888888888
2016-03-17 15:14:08 -07:00
parent b24ab33109
commit 0ab1c9f9f5
3 changed files with 6 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ gem 'twitter'
gem 'aws-sdk', '~> 2'
gem 'responders'
gem 'highline'
gem 'dtext_rb', :git => "https://github.com/r888888888/dtext_rb.git"
gem 'dtext_rb', :git => "https://github.com/r888888888/dtext_rb.git", :require => "dtext"
# needed for looser jpeg header compat
gem 'ruby-imagespec', :require => "image_spec", :git => "https://github.com/r888888888/ruby-imagespec.git", :branch => "exif-fixes"