forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cassandra.rb
28 lines (26 loc) · 1.2 KB
/
cassandra.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# frozen_string_literal: true
#
# 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/>.
group :cassandra do
gem "cassandra-cql", "1.2.3", github: "kreynolds/cassandra-cql",
ref: "02b5abbe441a345c051a180327932566fd66bb36" # dependency of canvas_cassandra
gem "simple_uuid", "0.4.0", require: false
gem "thrift", "0.9.3.0", require: false
gem "thrift_client", "0.9.3", require: false, github: "twitter/thrift_client",
ref: "5c10d59881825cb8e26ab1aa8f1d2738e88c0e83"
gem "canvas_cassandra", path: "gems/canvas_cassandra"
end