-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (21 loc) · 796 Bytes
/
Gemfile
File metadata and controls
31 lines (21 loc) · 796 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
30
31
#### IMPORTANT #######################################################
# Gemfile is for local development ONLY; Gemfile is NOT loaded in CI #
####################################################### IMPORTANT ####
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gemspec
### Std Lib Extracted Gems
eval_gemfile "gemfiles/modular/x_std_libs/r3/libs.gemfile"
### Security Audit
eval_gemfile "gemfiles/modular/audit.gemfile"
### Documentation
eval_gemfile "gemfiles/modular/documentation.gemfile"
### Linting
eval_gemfile "gemfiles/modular/style.gemfile"
# Code Coverage
eval_gemfile "gemfiles/modular/coverage.gemfile"
### Testing
gem "appraisal", github: "pboling/appraisal", branch: "galtzo"
# group :example do
# gem 'sinatra'
# end