-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGemfile
More file actions
29 lines (27 loc) · 742 Bytes
/
Gemfile
File metadata and controls
29 lines (27 loc) · 742 Bytes
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
# SPDX-License-Identifier: BSD-2-Clause
#
# Gemfile
# Part of NetDEF CI System
#
# Copyright (c) 2023 by
# Network Device Education Foundation, Inc. ("NetDEF")
#
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'activerecord', require: 'active_record'
gem 'certified'
gem 'dotenv'
gem 'otr-activerecord'
gem 'pagy_cursor'
gem 'pg'
gem 'puma'
gem 'rack'
gem 'rackup'
gem 'rubocop', '0.89.1', group: %i[development test], require: false
gem 'rubocop-ast', '0.6.0', group: %i[development test], require: false
gem 'rubocop-performance', '1.7.1', group: %i[development test], require: false
gem 'sinatra'
gem 'slack-ruby-bot-server'
gem 'slack-ruby-bot-server-events'
gem 'slack-ruby-client'
gem 'unicode-display_width', '1.6.1'