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
27 changes: 4 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,10 @@ rvm:
- 2.7.0

gemfile:
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_4.1.gemfile

matrix:
exclude:
- rvm: 2.4.8
gemfile: gemfiles/rails_4.1.gemfile
- rvm: 2.4.8
gemfile: gemfiles/rails_4.2.gemfile
- rvm: 2.5.7
gemfile: gemfiles/rails_4.1.gemfile
- rvm: 2.5.7
gemfile: gemfiles/rails_4.2.gemfile
- rvm: 2.6.5
gemfile: gemfiles/rails_4.1.gemfile
- rvm: 2.6.5
gemfile: gemfiles/rails_4.2.gemfile
- rvm: 2.7.0
gemfile: gemfiles/rails_4.1.gemfile
- rvm: 2.7.0
gemfile: gemfiles/rails_4.2.gemfile

before_install:
- if ruby --version | cut -d ' ' -f 2 | grep -q 2.1.5p273 ; then gem update --system 2.4.8; fi
- gem install bundler
- yes | gem update --system --force
- gem install bundler
12 changes: 6 additions & 6 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
appraise "rails-4.1" do
gem "activesupport", "~> 4.1.0"
appraise "rails-5.0" do
gem "activesupport", "~> 5.0.0"
end

appraise "rails-4.2" do
gem "activesupport", "~> 4.2.0"
appraise "rails-5.1" do
gem "activesupport", "~> 5.1.0"
end

appraise "rails-5.0" do
gem "activesupport", "~> 5.0.0"
appraise "rails-5.2" do
gem "activesupport", "~> 5.2.0"
end
78 changes: 0 additions & 78 deletions gemfiles/rails_4.1.gemfile.lock

This file was deleted.

78 changes: 0 additions & 78 deletions gemfiles/rails_4.2.gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion gemfiles/rails_5.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
qbxml (0.4.0)
activesupport (>= 4.1.0)
activesupport (>= 5.0.0)
builder (~> 3.0)
nokogiri (~> 1.5)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.1.gemfile → gemfiles/rails_5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "activesupport", "~> 4.1.0"
gem "activesupport", "~> 5.1.0"

gemspec path: "../"
77 changes: 77 additions & 0 deletions gemfiles/rails_5.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
PATH
remote: ..
specs:
qbxml (0.4.0)
activesupport (>= 5.0.0)
builder (~> 3.0)
nokogiri (~> 1.5)

GEM
remote: https://rubygems.org/
specs:
activesupport (5.1.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)
builder (3.2.4)
coderay (1.1.2)
concurrent-ruby (1.1.5)
diff-lcs (1.3)
docile (1.3.2)
i18n (1.7.1)
concurrent-ruby (~> 1.0)
json (2.3.0)
method_source (0.9.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
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)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 5.1.0)
appraisal
pry
pry-nav
qbxml!
rake
rspec
simplecov

BUNDLED WITH
2.1.2
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile → gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

source "https://rubygems.org"

gem "activesupport", "~> 4.2.0"
gem "activesupport", "~> 5.2.0"

gemspec path: "../"
77 changes: 77 additions & 0 deletions gemfiles/rails_5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
PATH
remote: ..
specs:
qbxml (0.4.0)
activesupport (>= 5.0.0)
builder (~> 3.0)
nokogiri (~> 1.5)

GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)
builder (3.2.4)
coderay (1.1.2)
concurrent-ruby (1.1.5)
diff-lcs (1.3)
docile (1.3.2)
i18n (1.7.1)
concurrent-ruby (~> 1.0)
json (2.3.0)
method_source (0.9.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
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)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 5.2.0)
appraisal
pry
pry-nav
qbxml!
rake
rspec
simplecov

BUNDLED WITH
2.1.2
Loading