Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sinatra/sinatra
Browse files Browse the repository at this point in the history
Conflicts:
	Gemfile
  • Loading branch information
rkh committed Mar 10, 2013
2 parents 94573ae + 020ba9f commit 9543429
Show file tree
Hide file tree
Showing 3 changed files with 890 additions and 703 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ gem 'maruku'
gem 'creole'
gem 'markaby'
gem 'radius'
gem 'rabl' unless RUBY_ENGINE =~ /jruby|maglev/
gem 'rabl' unless RUBY_ENGINE =~ /jruby|maglev/
gem 'wlang', '>= 2.0.1' unless RUBY_ENGINE =~ /jruby|rbx/
gem 'therubyracer' unless RUBY_ENGINE =~ /jruby|rbx/
gem 'redcarpet' unless RUBY_ENGINE == 'jruby'
gem 'therubyracer' unless RUBY_ENGINE =~ /jruby|rbx/
gem 'redcarpet' unless RUBY_ENGINE == 'jruby'
gem 'bluecloth' unless RUBY_ENGINE == 'jruby'

if RUBY_ENGINE != 'rbx' or RUBY_VERSION < '1.9'
gem 'liquid'
Expand Down
Loading

0 comments on commit 9543429

Please sign in to comment.