forked from pelle/ezcrypto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from appfolio/bankUseGemToolForCIAndAppraiseRub…
…y271AndRails61 Use gem-tool for CI, Appraise Ruby 2.7.1 and Rails 6.1, remove support for DSS1
- Loading branch information
Showing
15 changed files
with
122 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
version: 2.1 | ||
commands: | ||
bundle_install_and_test: | ||
steps: | ||
- checkout | ||
- run: sudo gem update --system | ||
- run: bundle install | ||
- run: bundle exec appraisal install | ||
- run: bundle exec appraisal rake test | ||
|
||
jobs: | ||
test-ruby-263: | ||
docker: | ||
- image: circleci/ruby:2.6.3 | ||
steps: | ||
- bundle_install_and_test | ||
orbs: | ||
gem-tool: appfolio/gem-tool@volatile | ||
|
||
workflows: | ||
rc: | ||
jobs: | ||
- test-ruby-263: | ||
- gem-tool/checkout_bundle_install_appraisal_rake_test: | ||
name: test-ruby-271 | ||
context: appfolio_test_context | ||
executor_tag: gem-tool/ruby_base_271 | ||
- gem-tool/checkout_bundle_install_appraisal_rake_test: | ||
name: test-ruby-263 | ||
context: appfolio_test_context | ||
executor_tag: gem-tool/ruby_base_263 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ruby-2.6.3 | ||
ruby-2.7.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" do | ||
gem "minitest", ">= 5.8", "< 6" | ||
gem "minitest-reporters", ">= 1.4", "< 2" | ||
gem "simplecov", ">= 0.18", "< 1", group: :test, require: false | ||
gem "rails", "~> 6.0.0" | ||
end | ||
|
||
source "https://rubygems.pkg.github.com/appfolio" do | ||
gem "af_gems", ">= 9.2", "< 10", group: :development | ||
gem "af_testing", ">= 14.4", "< 15" | ||
end | ||
|
||
gemspec path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" do | ||
gem "minitest", ">= 5.8", "< 6" | ||
gem "minitest-reporters", ">= 1.4", "< 2" | ||
gem "simplecov", ">= 0.18", "< 1", group: :test, require: false | ||
gem "rails", "~> 6.1.0" | ||
end | ||
|
||
source "https://rubygems.pkg.github.com/appfolio" do | ||
gem "af_gems", ">= 9.2", "< 10", group: :development | ||
gem "af_testing", ">= 14.4", "< 15" | ||
end | ||
|
||
gemspec path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" do | ||
gem "minitest", ">= 5.8", "< 6" | ||
gem "minitest-reporters", ">= 1.4", "< 2" | ||
gem "simplecov", ">= 0.18", "< 1", group: :test, require: false | ||
gem "rails", "~> 6.0.0" | ||
end | ||
|
||
source "https://rubygems.pkg.github.com/appfolio" do | ||
gem "af_gems", ">= 9.2", "< 10", group: :development | ||
gem "af_testing", ">= 14.4", "< 15" | ||
end | ||
|
||
gemspec path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" do | ||
gem "minitest", ">= 5.8", "< 6" | ||
gem "minitest-reporters", ">= 1.4", "< 2" | ||
gem "simplecov", ">= 0.18", "< 1", group: :test, require: false | ||
gem "rails", "~> 6.1.0" | ||
end | ||
|
||
source "https://rubygems.pkg.github.com/appfolio" do | ||
gem "af_gems", ">= 9.2", "< 10", group: :development | ||
gem "af_testing", ">= 14.4", "< 15" | ||
end | ||
|
||
gemspec path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters