-
Notifications
You must be signed in to change notification settings - Fork 6
/
Gemfile
32 lines (29 loc) · 1.1 KB
/
Gemfile
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
29
30
31
32
# This file is part of the Salt Edge Authenticator distribution
# (https:github.com/saltedge/sca-authenticator-ios)
# Copyright (c) 2019 Salt Edge Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3.
#
# This program 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http:www.gnu.org/licenses/>.
#
# For the additional permissions granted for Salt Edge Authenticator
# under Section 7 of the GNU General Public License see THIRD_PARTY_NOTICES.md
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
source "http://rubygems.org"
gem 'fourflusher'
gem 'xcpretty'
gem 'activesupport', '~> 5.0'
gem 'fourflusher'
gem 'rake'
gem 'pry', :group => [:development, :test]
gem 'rest-client'
gem 'slather'