From fa286638f2cc61770d4203ddf7dec79ca3a21f15 2017-01-27 04:21:11 From: Toshi MARUYAMA Date: 2017-01-27 04:21:11 Subject: [PATCH] Gemfile: remove builder (#24924) Rails 4.2.7.1 has 'builder', '~> 3.1'. https://github.com/rails/rails/blob/v4.2.7.1/actionview/actionview.gemspec#L24 git-svn-id: http://svn.redmine.org/redmine/trunk@16264 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 6b046ab..b539a76 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,6 @@ gem "rails", "4.2.7.1" gem "addressable", "2.4.0" if RUBY_VERSION < "2.0" gem "jquery-rails", "~> 3.1.4" gem "coderay", "~> 1.1.1" -gem "builder", ">= 3.0.4" gem "request_store", "1.0.5" gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99") gem "protected_attributes"