Skip to content

Commit

Permalink
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
Browse files Browse the repository at this point in the history
  • Loading branch information
distler committed Jul 25, 2016
2 parents e145916 + 41723dd commit f807e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ gem "rubyzip", '~> 0.9.9'
gem "RedCloth", ">=4.0.0"
gem "erubis"
gem "nokogiri", '~>1.5.6'
gem "rake"
gem "rake", '~>10.4.0'
gem "rdoc"
gem "json"
gem "abstract", "~> 1.0.0"
gem "rails_xss", "~> 0.4.0"
gem "file_signature", "~> 1.2.0"
gem "syntax", "~> 1.1.0"
gem "maruku", :git => 'git://github.com/distler/maruku.git', :branch => 'nokogiri'
gem 'iconv', :platforms => [:ruby_20, :ruby_21, :ruby_22, :ruby_23]
gem 'iconv', :platforms => [:ruby_20, :ruby_21, :ruby_22, :ruby_23, :x64_mingw, :mingw_23]
gem 'rdoc-data', :platforms => :ruby_18
gem 'test-unit', '~> 2.5.5'

0 comments on commit f807e78

Please sign in to comment.