Skip to content

Commit

Permalink
fixed twitter-text options, it's required KCODE variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Apr 6, 2013
1 parent fdea792 commit 538039c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ platforms :mri do

gem 'redcarpet'
gem 'pygments.rb'
gem 'twitter-text'
gem 'twitter-text', :require => false
end

platforms :jruby do
Expand Down
2 changes: 1 addition & 1 deletion misc/gemfiles/ruby18.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'redis'
gem 'redis-namespace'

gem 'redcarpet'
gem 'twitter-text'
gem 'twitter-text', :require => false
gem 'pygments.rb'

group :development, :test do
Expand Down

0 comments on commit 538039c

Please sign in to comment.