From fa286638f2cc61770d4203ddf7dec79ca3a21f15 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 27 Jan 2017 04:21:11 +0000 Subject: 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 --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6b046ab0c..b539a769d 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" -- cgit v1.2.3