Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: CI

on:
- push

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version:
- 2.7
- '3.0'
- 3.1
- 3.2
- 3.3
rails-version:
- '6.0'
- 6.1
- '7.0'
- 7.1
- 7.2
exclude:
- ruby-version: 2.7
rails-version: 7.1
- ruby-version: 2.7
rails-version: 7.2
- ruby-version: 3.0
rails-version: 6.0
- ruby-version: 3.0
rails-version: 7.1
- ruby-version: 3.0
rails-version: 7.2
- ruby-version: 3.1
rails-version: 6.0
- ruby-version: 3.1
rails-version: 6.1
- ruby-version: 3.2
rails-version: 6.0
- ruby-version: 3.2
rails-version: 6.1
- ruby-version: 3.2
rails-version: 7.0
- ruby-version: 3.3
rails-version: 6.0
- ruby-version: 3.3
rails-version: 6.1
- ruby-version: 3.3
rails-version: 7.0
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.rails-version }}.gemfile
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby-version }}"
bundler-cache: true
- run: bundle exec rake
23 changes: 13 additions & 10 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
appraise "rails-5.0" do
gem "activesupport", "~> 5.0.0"
appraise "rails-6.0" do
gem "activesupport", "~> 6.0.0"
gem 'concurrent-ruby', '1.3.4'
end

appraise "rails-5.1" do
gem "activesupport", "~> 5.1.0"
appraise "rails-6.1" do
gem "activesupport", "~> 6.1.0"
gem 'concurrent-ruby', '1.3.4'
end

appraise "rails-5.2" do
gem "activesupport", "~> 5.2.0"
appraise "rails-7.0" do
gem "activesupport", "~> 7.0.0"
gem 'concurrent-ruby', '1.3.4'
end

appraise "rails-6.0" do
gem "activesupport", "~> 6.0.0"
appraise "rails-7.1" do
gem "activesupport", "~> 7.1.0"
end

appraise "rails-6.1" do
gem "activesupport", "~> 6.1.0"
appraise "rails-7.2" do
gem "activesupport", "~> 7.2.0"
end
69 changes: 0 additions & 69 deletions gemfiles/rails_5.0.gemfile.lock

This file was deleted.

69 changes: 0 additions & 69 deletions gemfiles/rails_5.1.gemfile.lock

This file was deleted.

69 changes: 0 additions & 69 deletions gemfiles/rails_5.2.gemfile.lock

This file was deleted.

1 change: 1 addition & 0 deletions gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
source "https://rubygems.org"

gem "activesupport", "~> 6.0.0"
gem "concurrent-ruby", "1.3.4"

gemspec path: "../"
34 changes: 12 additions & 22 deletions gemfiles/rails_6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
PATH
remote: ..
specs:
qbxml (0.4.0)
activesupport (>= 5.0.0)
qbxml (0.5.0)
activesupport (>= 6.0.0)
bigdecimal
builder (~> 3.0)
nokogiri (~> 1.5)

Expand All @@ -19,36 +20,25 @@ GEM
bundler
rake
thor (>= 0.14.0)
builder (3.2.4)
bigdecimal (3.2.1)
builder (3.3.0)
coderay (1.1.3)
concurrent-ruby (1.1.7)
diff-lcs (1.4.4)
concurrent-ruby (1.3.4)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
method_source (0.9.2)
mini_portile2 (2.4.0)
mini_portile2 (2.8.9)
minitest (5.14.2)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
nokogiri (1.15.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-nav (0.3.0)
pry (>= 0.9.10, < 0.13.0)
racc (1.8.1)
rake (13.0.1)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.0)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.0)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.8)
Expand All @@ -61,11 +51,11 @@ PLATFORMS
DEPENDENCIES
activesupport (~> 6.0.0)
appraisal
concurrent-ruby (= 1.3.4)
pry
pry-nav
qbxml!
rake
rspec

BUNDLED WITH
2.1.4
1 change: 1 addition & 0 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
source "https://rubygems.org"

gem "activesupport", "~> 6.1.0"
gem "concurrent-ruby", "1.3.4"

gemspec path: "../"
Loading