-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
73 lines (71 loc) · 2.52 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Copyright (c) 2018-2025 Zerocracy
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the 'Software'), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
source 'https://rubygems.org'
ruby '>3.2'
gem 'active_paypal_adaptive_payment', '0.3.16'
gem 'aws-sdk-s3', '1.156.0'
gem 'aws-sdk-sns', '1.81.0'
gem 'backports', '~>3.25'
gem 'backtrace', '~>0'
gem 'bitcoin-ruby', '~>0.0.19'
gem 'coinbase', '~>4.2'
gem 'concurrent-ruby', '>=1.1'
gem 'eslintrb', '2.1.0'
gem 'futex', '~>0'
gem 'geoplugin', '0.3.1'
gem 'get_process_mem', '~>0.2'
gem 'glogin', '~>0'
gem 'haml', '5.2.2'
gem 'iri', '~>0'
gem 'minitest', '~>5.24', require: false
gem 'minitest-reporters', '~>1.6', require: false
gem 'obk', '~>0'
gem 'octokit', '~>9.1'
gem 'paypal-sdk-rest', '1.7.5'
gem 'pgtk', '~>0'
gem 'rack', '2.2.8'
gem 'rack_csrf', '2.7.0'
gem 'rack-ssl', '1.4.1'
gem 'rack-test', '2.0.2'
gem 'rake', '13.2.1', require: false
gem 'random-port', '0.7.1', require: false
gem 'rerun', '0.14.0', require: false
gem 'retriable', '3.1.2'
gem 'retriable_proxy', '1.0.2'
gem 'rubocop', '1.65.0', require: false
gem 'rubocop-minitest', '0.35.1', require: false
gem 'rubocop-rake', '0.6.0', require: false
gem 'rubocop-rspec', '3.0.3', require: false
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
gem 'sibit', '0.25.1'
gem 'simplecov', '0.22.0', require: false
gem 'sinatra', '~>3.0'
gem 'sinatra-contrib', '~>3.0'
gem 'svg-graph', '2.1.3'
gem 'syncem', '~>0'
gem 'telebot', '~>0'
gem 'telepost', '>=0.3.1'
gem 'thin', '1.8.2'
gem 'total', '~>0'
gem 'upwork-api', '1.3.5'
gem 'webmock', '~>3.23', require: false
gem 'xcop', '~>0'
gem 'zache', '~>0'
gem 'zold', '0.31.8'