Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
update deps to support 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Williams committed May 15, 2015
1 parent 54a23c5 commit 2dc03c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@ source "https://rubygems.org" unless ENV['QUICK']
gemspec

gem 'sinatra', :github => 'sinatra/sinatra'
gem 'temple', :github => 'zzak/temple', :branch => 'sinatra-contrib-bug'
gem 'temple', :github => 'zzak/temple', :branch => '0-6-patched'

group :development, :test do
platform :ruby_18, :jruby do
gem 'json'
gem 'rdoc'
end

platform :ruby do
gem 'execjs', '2.0.0'
gem 'nokogiri', '1.5.10'
gem 'redcarpet', '2.3.0'
gem 'slim', '2.1.0'
gem 'liquid', '2.6.1'
gem 'yajl-ruby'
end

Expand Down
2 changes: 2 additions & 0 deletions lib/sinatra/respond_with.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require 'sinatra/json'
require 'sinatra/base'

$KCODE = "UTF-8"

module Sinatra
#
# = Sinatra::RespondWith
Expand Down

0 comments on commit 2dc03c8

Please sign in to comment.