From 7029e2da2c7c3f6459749f63f1612f9695175310 Mon Sep 17 00:00:00 2001 From: Kosuke Tanabe Date: Tue, 21 Aug 2018 01:43:50 +0900 Subject: [PATCH] update Gemfile --- Gemfile | 1 - spec/dummy/config/application.rb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a45691a..730727c 100644 --- a/Gemfile +++ b/Gemfile @@ -14,5 +14,4 @@ gem 'jquery-rails' # To use debugger # gem 'debugger' -gem 'enju_leaf', github: 'next-l/enju_leaf', branch: '1.3' gem 'rails-controller-testing' diff --git a/spec/dummy/config/application.rb b/spec/dummy/config/application.rb index 1b08669..63c24c8 100644 --- a/spec/dummy/config/application.rb +++ b/spec/dummy/config/application.rb @@ -4,6 +4,7 @@ Bundler.require(*Rails.groups) require "enju_inventory" +require "enju_leaf" module Dummy class Application < Rails::Application