Skip to content

Commit f8f8494

Browse files
committed
Restrict Appraisal to v2
1 parent f22f3f1 commit f8f8494

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

7-
gem 'appraisal', github: 'thoughtbot/appraisal'
7+
gem 'appraisal', '~> 2.5'
88
gem 'bundler-audit'
99
gem 'childprocess'
1010
gem 'climate_control'

Gemfile.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
GIT
2-
remote: https://github.com/thoughtbot/appraisal
3-
revision: 24feeea4c5c1d2e7a5f95d053da61858c6bfb2b1
4-
specs:
5-
appraisal (2.5.0)
6-
bundler
7-
rake
8-
thor (>= 0.14.0)
9-
101
PATH
112
remote: .
123
specs:
@@ -18,6 +9,10 @@ PATH
189
GEM
1910
remote: https://rubygems.org/
2011
specs:
12+
appraisal (2.5.0)
13+
bundler
14+
rake
15+
thor (>= 0.14.0)
2116
ast (2.4.2)
2217
attr_extras (7.1.0)
2318
bundler-audit (0.9.2)
@@ -91,7 +86,7 @@ PLATFORMS
9186
ruby
9287

9388
DEPENDENCIES
94-
appraisal!
89+
appraisal (~> 2.5)
9590
bundler-audit
9691
childprocess
9792
climate_control

0 commit comments

Comments
 (0)