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