Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marutosi committed Nov 23, 2015
1 parent 4e5d466 commit f180f0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -5,6 +5,8 @@ if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0')
end

gem "rails", "4.2.4"
# https://github.com/sparklemotion/nokogiri/issues/1256#issuecomment-152069319
gem "nokogiri", ">= 1.6.7.rc3"
gem "jquery-rails", "~> 3.1.4"
gem "coderay", "~> 1.1.0"
gem "builder", ">= 3.0.4"
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -26,10 +26,10 @@ environment:
# DATABASE_ADAPTER: postgresql
DATABASE_ADAPTER: sqlite3
matrix:
- ruby_version: "22"
- ruby_version: "22-x64"
- ruby_version: "193"
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_version: "22"
- ruby_version: "22-x64"

0 comments on commit f180f0b

Please sign in to comment.