-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gemfile
91 lines (88 loc) · 2.88 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# frozen_string_literal: true
# MIT License
#
# Copyright (c) 2009-2024 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 'always', '~>0'
gem 'archive-zip', '~>0'
gem 'aws_lambda_ric', '~>2'
gem 'aws-sdk-core', '~>3.202'
gem 'aws-sdk-ec2', '~>1.470'
gem 'aws-sdk-s3', '~>1.159'
gem 'aws-sdk-sqs', '~>1.80'
gem 'backtrace', '~>0'
gem 'capybara', '~>3', require: false
gem 'concurrent-ruby', '~>1.3'
gem 'elapsed', '~>0'
gem 'factbase', '~>0'
gem 'faraday', '>=2'
gem 'fbe', '~>0'
gem 'get_process_mem', '~>1'
gem 'glogin', '~>0'
gem 'haml', '~>6.3'
gem 'haml_lint', '~>0', require: false
gem 'htmlcompressor', '~>0'
gem 'iri', '~>0'
gem 'j', path: 'j' if File.exist?('j')
gem 'judges', '~>0'
gem 'liquid', '~>5.5'
gem 'loog', '~>0'
gem 'minitest', '~>5.25', require: false
gem 'minitest-reporters', '~>1.7', require: false
gem 'net-ping', '~>2.0', require: false
gem 'net-scp', '~>4.0'
gem 'net-ssh', '~>7.2'
gem 'octokit', '~>9'
gem 'os', '>0', require: false
gem 'pgtk', '~>0'
gem 'qbash', '~>0'
gem 'rack', '~>3.1'
gem 'rack-ssl', '~>1.4'
gem 'rack-test', '~>2.1'
gem 'rake', '~>13.2', require: false
gem 'random-port', '~>0', require: false
gem 'redcarpet', '~>3.5'
gem 'rerun', '~>0.14', require: false
gem 'retries', '>0'
gem 'rspec-rails', '~>7.0', require: false
gem 'rubocop', '1.68.0', require: false
gem 'rubocop-rspec', '3.2.0', require: false
gem 'rubyzip', '>0'
gem 'sass-embedded', '~>1'
gem 'scss_lint', '~>0', require: false
gem 'sentry-ruby', '~>5.18'
gem 'simplecov', '~>0.22'
gem 'simplecov-cobertura', '~>2.1'
gem 'sinatra', '4.0.0'
gem 'sinatra-contrib', '4.0.0'
gem 'sprockets', '~>4'
gem 'sys-cpu', '~>1.1'
gem 'tago', '~>0'
gem 'telepost', '~>0'
gem 'total', '~>0'
gem 'truncate', '~>0.1'
gem 'veils', '~>0'
gem 'w3c_validators', '~>1.3', require: false
gem 'webmock', '~>3.23', require: false
gem 'webrick', '~>1.9.0'
gem 'xcop', '~>0'
gem 'zache', '~>0'