forked from bardbess/masq
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAppraisal.root.gemfile
More file actions
23 lines (16 loc) · 796 Bytes
/
Appraisal.root.gemfile
File metadata and controls
23 lines (16 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
# frozen_string_literal: true
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
source "https://rubygems.org"
# Appraisal Root Gemfile is for running appraisal to generate the Appraisal Gemfiles
# in gemfiles/*gemfile.
# On CI, we use it for the Appraisal-based builds.
# We do not load the standard Gemfile, as it is tailored for local development.
# NOTE: Due to variations in relative pathing, we can't use the gemfiles/modular gemfiles here,
# since they would be added to the Appraisals gemfiles with the wrong relative path.
# Gems that have been removed from stdlib need to be added to the Gemfile explicitly
gem "logger"
gem "rexml"
gem "mutex_m", "~> 0.2"
gem "stringio", "~> 3.0"
gemspec
gem "appraisal", github: "pboling/appraisal", branch: "galtzo"