forked from Shopify/maintenance_tasks
-
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 Shopify#388 from Shopify/ci-rails-6.0
Test different Rails and Ruby versions on CI
- Loading branch information
Showing
13 changed files
with
499 additions
and
11 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
|
||
set -ex | ||
|
||
for gemfile in Gemfile gemfiles/*.gemfile; do | ||
if [ install = "$1" ]; then | ||
BUNDLE_GEMFILE="$gemfile" bundle install | ||
else | ||
BUNDLE_GEMFILE="$gemfile" bundle update "${1:?provide a gem to update}" | ||
fi | ||
done |
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,5 @@ | ||
# frozen_string_literal: true | ||
|
||
@rails_gem_requirement = "~> 6.0.0" | ||
|
||
eval_gemfile "../Gemfile" |
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,220 @@ | ||
PATH | ||
remote: .. | ||
specs: | ||
maintenance_tasks (1.2.1) | ||
actionpack (>= 6.0) | ||
activejob (>= 6.0) | ||
activerecord (>= 6.0) | ||
job-iteration (~> 1.1) | ||
railties (>= 6.0) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actioncable (6.0.3.6) | ||
actionpack (= 6.0.3.6) | ||
nio4r (~> 2.0) | ||
websocket-driver (>= 0.6.1) | ||
actionmailbox (6.0.3.6) | ||
actionpack (= 6.0.3.6) | ||
activejob (= 6.0.3.6) | ||
activerecord (= 6.0.3.6) | ||
activestorage (= 6.0.3.6) | ||
activesupport (= 6.0.3.6) | ||
mail (>= 2.7.1) | ||
actionmailer (6.0.3.6) | ||
actionpack (= 6.0.3.6) | ||
actionview (= 6.0.3.6) | ||
activejob (= 6.0.3.6) | ||
mail (~> 2.5, >= 2.5.4) | ||
rails-dom-testing (~> 2.0) | ||
actionpack (6.0.3.6) | ||
actionview (= 6.0.3.6) | ||
activesupport (= 6.0.3.6) | ||
rack (~> 2.0, >= 2.0.8) | ||
rack-test (>= 0.6.3) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.2.0) | ||
actiontext (6.0.3.6) | ||
actionpack (= 6.0.3.6) | ||
activerecord (= 6.0.3.6) | ||
activestorage (= 6.0.3.6) | ||
activesupport (= 6.0.3.6) | ||
nokogiri (>= 1.8.5) | ||
actionview (6.0.3.6) | ||
activesupport (= 6.0.3.6) | ||
builder (~> 3.1) | ||
erubi (~> 1.4) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.1, >= 1.2.0) | ||
activejob (6.0.3.6) | ||
activesupport (= 6.0.3.6) | ||
globalid (>= 0.3.6) | ||
activemodel (6.0.3.6) | ||
activesupport (= 6.0.3.6) | ||
activerecord (6.0.3.6) | ||
activemodel (= 6.0.3.6) | ||
activesupport (= 6.0.3.6) | ||
activestorage (6.0.3.6) | ||
actionpack (= 6.0.3.6) | ||
activejob (= 6.0.3.6) | ||
activerecord (= 6.0.3.6) | ||
marcel (~> 1.0.0) | ||
activesupport (6.0.3.6) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (>= 0.7, < 2) | ||
minitest (~> 5.1) | ||
tzinfo (~> 1.1) | ||
zeitwerk (~> 2.2, >= 2.2.2) | ||
addressable (2.7.0) | ||
public_suffix (>= 2.0.2, < 5.0) | ||
ast (2.4.2) | ||
builder (3.2.4) | ||
byebug (11.1.3) | ||
capybara (3.35.3) | ||
addressable | ||
mini_mime (>= 0.1.3) | ||
nokogiri (~> 1.8) | ||
rack (>= 1.6.0) | ||
rack-test (>= 0.6.3) | ||
regexp_parser (>= 1.5, < 3.0) | ||
xpath (~> 3.2) | ||
childprocess (3.0.0) | ||
coderay (1.1.3) | ||
concurrent-ruby (1.1.8) | ||
crass (1.0.6) | ||
erubi (1.10.0) | ||
globalid (0.4.2) | ||
activesupport (>= 4.2.0) | ||
i18n (1.8.9) | ||
concurrent-ruby (~> 1.0) | ||
job-iteration (1.1.9) | ||
activejob (>= 5.2) | ||
loofah (2.9.0) | ||
crass (~> 1.0.2) | ||
nokogiri (>= 1.5.9) | ||
mail (2.7.1) | ||
mini_mime (>= 0.1.1) | ||
marcel (1.0.0) | ||
method_source (1.0.0) | ||
mini_mime (1.0.3) | ||
mini_portile2 (2.5.0) | ||
minitest (5.14.4) | ||
mocha (1.12.0) | ||
nio4r (2.5.7) | ||
nokogiri (1.11.2) | ||
mini_portile2 (~> 2.5.0) | ||
racc (~> 1.4) | ||
nokogiri (1.11.2-x86_64-darwin) | ||
racc (~> 1.4) | ||
nokogiri (1.11.2-x86_64-linux) | ||
racc (~> 1.4) | ||
parallel (1.20.1) | ||
parser (3.0.0.0) | ||
ast (~> 2.4.1) | ||
pry (0.13.1) | ||
coderay (~> 1.1) | ||
method_source (~> 1.0) | ||
pry-byebug (3.9.0) | ||
byebug (~> 11.0) | ||
pry (~> 0.13.0) | ||
public_suffix (4.0.6) | ||
puma (5.2.2) | ||
nio4r (~> 2.0) | ||
racc (1.5.2) | ||
rack (2.2.3) | ||
rack-test (1.1.0) | ||
rack (>= 1.0, < 3) | ||
rails (6.0.3.6) | ||
actioncable (= 6.0.3.6) | ||
actionmailbox (= 6.0.3.6) | ||
actionmailer (= 6.0.3.6) | ||
actionpack (= 6.0.3.6) | ||
actiontext (= 6.0.3.6) | ||
actionview (= 6.0.3.6) | ||
activejob (= 6.0.3.6) | ||
activemodel (= 6.0.3.6) | ||
activerecord (= 6.0.3.6) | ||
activestorage (= 6.0.3.6) | ||
activesupport (= 6.0.3.6) | ||
bundler (>= 1.3.0) | ||
railties (= 6.0.3.6) | ||
sprockets-rails (>= 2.0.0) | ||
rails-dom-testing (2.0.3) | ||
activesupport (>= 4.2.0) | ||
nokogiri (>= 1.6) | ||
rails-html-sanitizer (1.3.0) | ||
loofah (~> 2.3) | ||
railties (6.0.3.6) | ||
actionpack (= 6.0.3.6) | ||
activesupport (= 6.0.3.6) | ||
method_source | ||
rake (>= 0.8.7) | ||
thor (>= 0.20.3, < 2.0) | ||
rainbow (3.0.0) | ||
rake (13.0.3) | ||
regexp_parser (2.1.1) | ||
rexml (3.2.4) | ||
rubocop (1.12.0) | ||
parallel (~> 1.10) | ||
parser (>= 3.0.0.0) | ||
rainbow (>= 2.2.2, < 4.0) | ||
regexp_parser (>= 1.8, < 3.0) | ||
rexml | ||
rubocop-ast (>= 1.2.0, < 2.0) | ||
ruby-progressbar (~> 1.7) | ||
unicode-display_width (>= 1.4.0, < 3.0) | ||
rubocop-ast (1.4.1) | ||
parser (>= 2.7.1.5) | ||
rubocop-shopify (2.0.1) | ||
rubocop (~> 1.11) | ||
ruby-progressbar (1.11.0) | ||
rubyzip (2.3.0) | ||
selenium-webdriver (3.142.7) | ||
childprocess (>= 0.5, < 4.0) | ||
rubyzip (>= 1.2.2) | ||
sprockets (4.0.2) | ||
concurrent-ruby (~> 1.0) | ||
rack (> 1, < 3) | ||
sprockets-rails (3.2.2) | ||
actionpack (>= 4.0) | ||
activesupport (>= 4.0) | ||
sprockets (>= 3.0.0) | ||
sqlite3 (1.4.2) | ||
thor (1.1.0) | ||
thread_safe (0.3.6) | ||
tzinfo (1.2.9) | ||
thread_safe (~> 0.1) | ||
unicode-display_width (2.0.0) | ||
webdrivers (4.6.0) | ||
nokogiri (~> 1.6) | ||
rubyzip (>= 1.3.0) | ||
selenium-webdriver (>= 3.0, < 4.0) | ||
websocket-driver (0.7.3) | ||
websocket-extensions (>= 0.1.0) | ||
websocket-extensions (0.1.5) | ||
xpath (3.2.0) | ||
nokogiri (~> 1.8) | ||
yard (0.9.26) | ||
zeitwerk (2.4.2) | ||
|
||
PLATFORMS | ||
ruby | ||
x86_64-darwin-19 | ||
x86_64-linux | ||
|
||
DEPENDENCIES | ||
capybara | ||
maintenance_tasks! | ||
mocha | ||
pry-byebug | ||
puma | ||
rails (~> 6.0.0) | ||
rubocop-shopify | ||
selenium-webdriver | ||
sqlite3 | ||
webdrivers | ||
yard | ||
|
||
BUNDLED WITH | ||
2.2.5 |
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,5 @@ | ||
# frozen_string_literal: true | ||
|
||
@rails_gem_requirement = { github: "rails/rails" } | ||
|
||
eval_gemfile "../Gemfile" |
Oops, something went wrong.