2021-03-30 06:08:46 +08:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-04-28 03:53:12 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2014 - present Instructure, Inc.
|
|
|
|
#
|
|
|
|
# This file is part of Canvas.
|
|
|
|
#
|
|
|
|
# Canvas is free software: you can redistribute it and/or modify it under
|
|
|
|
# the terms of the GNU Affero General Public License as published by the Free
|
|
|
|
# Software Foundation, version 3 of the License.
|
|
|
|
#
|
|
|
|
# Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
|
|
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
|
|
# A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
|
|
|
# details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Affero General Public License along
|
|
|
|
# with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
2014-03-27 06:41:23 +08:00
|
|
|
group :i18n_tools do
|
2021-08-20 03:57:45 +08:00
|
|
|
gem 'i18n_extraction', path: 'gems/i18n_extraction', require: false
|
2014-04-18 03:18:07 +08:00
|
|
|
end
|
|
|
|
|
2014-07-18 04:20:08 +08:00
|
|
|
group :i18n_tools, :development do
|
2021-08-20 03:57:45 +08:00
|
|
|
gem 'i18n_tasks', path: 'gems/i18n_tasks'
|
2014-03-27 06:41:23 +08:00
|
|
|
end
|