diff --git a/.travis.yml b/.travis.yml index 8eaac8c..74e52ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,18 +9,29 @@ rvm: - 2.3 - 2.4 - 2.5 + - 2.6 - ruby-head - gemfile: - gemfiles/rails_5.0.x.gemfile - gemfiles/rails_5.1.x.gemfile - gemfiles/rails_5.2.x.gemfile + - gemfiles/rails_6.0.x.gemfile + +matrix: + exclude: + - rvm: 2.2 + gemfile: gemfiles/rails_6.0.x.gemfile + - rvm: 2.3 + gemfile: gemfiles/rails_6.0.x.gemfile + - rvm: 2.4 + gemfile: gemfiles/rails_6.0.x.gemfile cache: bundler: true yarn: true install: + - bundle update --bundler - bundle install - nvm install node - node -v diff --git a/Appraisals b/Appraisals index 53421cf..6be5bf1 100644 --- a/Appraisals +++ b/Appraisals @@ -9,3 +9,7 @@ end appraise "rails-5.2.x" do gem "rails", "~> 5.2" end + +appraise "rails-6.0.x" do + gem "rails", "~> 6.0.0.beta1" +end diff --git a/gemfiles/rails_6.0.x.gemfile b/gemfiles/rails_6.0.x.gemfile new file mode 100644 index 0000000..ab76d31 --- /dev/null +++ b/gemfiles/rails_6.0.x.gemfile @@ -0,0 +1,17 @@ +# This file was generated by Appraisal + +source "https://rubygems.org" + +gem "rails", "~> 6.0.0.beta1" +gem "rake", ">= 11.1" +gem "rubocop", require: false +gem "webpacker" + +group :test do + gem "aruba" + gem "cucumber" + gem "simplecov", require: false + gem "coveralls", require: false +end + +gemspec path: "../" diff --git a/gemfiles/rails_6.0.x.gemfile.lock b/gemfiles/rails_6.0.x.gemfile.lock new file mode 100644 index 0000000..8925855 --- /dev/null +++ b/gemfiles/rails_6.0.x.gemfile.lock @@ -0,0 +1,244 @@ +PATH + remote: .. + specs: + komponent (2.2.0) + actionview (>= 5.0) + activesupport (>= 5.0) + railties (>= 5.0) + webpacker (>= 3.0.0) + +GEM + remote: https://rubygems.org/ + specs: + actioncable (6.0.0.beta1) + actionpack (= 6.0.0.beta1) + nio4r (~> 2.0) + websocket-driver (>= 0.6.1) + actionmailbox (6.0.0.beta1) + actionpack (= 6.0.0.beta1) + activejob (= 6.0.0.beta1) + activerecord (= 6.0.0.beta1) + activestorage (= 6.0.0.beta1) + activesupport (= 6.0.0.beta1) + mail (>= 2.7.1) + actionmailer (6.0.0.beta1) + actionpack (= 6.0.0.beta1) + actionview (= 6.0.0.beta1) + activejob (= 6.0.0.beta1) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (6.0.0.beta1) + actionview (= 6.0.0.beta1) + activesupport (= 6.0.0.beta1) + rack (~> 2.0) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actiontext (6.0.0.beta1) + actionpack (= 6.0.0.beta1) + activerecord (= 6.0.0.beta1) + activestorage (= 6.0.0.beta1) + activesupport (= 6.0.0.beta1) + nokogiri (>= 1.8.5) + actionview (6.0.0.beta1) + activesupport (= 6.0.0.beta1) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (6.0.0.beta1) + activesupport (= 6.0.0.beta1) + globalid (>= 0.3.6) + activemodel (6.0.0.beta1) + activesupport (= 6.0.0.beta1) + activerecord (6.0.0.beta1) + activemodel (= 6.0.0.beta1) + activesupport (= 6.0.0.beta1) + activestorage (6.0.0.beta1) + actionpack (= 6.0.0.beta1) + activerecord (= 6.0.0.beta1) + marcel (~> 0.3.1) + activesupport (6.0.0.beta1) + 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) + aruba (0.14.8) + childprocess (>= 0.6.3, < 1.1.0) + contracts (~> 0.9) + cucumber (>= 1.3.19) + ffi (~> 1.9) + rspec-expectations (>= 2.99) + thor (~> 0.19) + ast (2.4.0) + backports (3.11.4) + builder (3.2.3) + childprocess (1.0.0) + concurrent-ruby (1.1.4) + contracts (0.16.0) + coveralls (0.7.1) + multi_json (~> 1.3) + rest-client + simplecov (>= 0.7) + term-ansicolor + thor + crass (1.0.4) + cucumber (3.1.2) + builder (>= 2.1.2) + cucumber-core (~> 3.2.0) + cucumber-expressions (~> 6.0.1) + cucumber-wire (~> 0.0.1) + diff-lcs (~> 1.3) + gherkin (~> 5.1.0) + multi_json (>= 1.7.5, < 2.0) + multi_test (>= 0.1.2) + cucumber-core (3.2.1) + backports (>= 3.8.0) + cucumber-tag_expressions (~> 1.1.0) + gherkin (~> 5.0) + cucumber-expressions (6.0.1) + cucumber-tag_expressions (1.1.1) + cucumber-wire (0.0.1) + diff-lcs (1.3) + docile (1.3.1) + domain_name (0.5.20180417) + unf (>= 0.0.5, < 1.0.0) + erubi (1.8.0) + ffi (1.10.0) + gherkin (5.1.0) + globalid (0.4.2) + activesupport (>= 4.2.0) + http-cookie (1.0.3) + domain_name (~> 0.5) + i18n (1.5.3) + concurrent-ruby (~> 1.0) + jaro_winkler (1.5.2) + json (2.1.0) + loofah (2.2.3) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.1) + mini_mime (>= 0.1.1) + marcel (0.3.3) + mimemagic (~> 0.3.2) + method_source (0.9.2) + mime-types (3.2.2) + mime-types-data (~> 3.2015) + mime-types-data (3.2018.0812) + mimemagic (0.3.3) + mini_mime (1.0.1) + mini_portile2 (2.4.0) + minitest (5.11.3) + multi_json (1.13.1) + multi_test (0.1.2) + netrc (0.11.0) + nio4r (2.3.1) + nokogiri (1.10.1) + mini_portile2 (~> 2.4.0) + parallel (1.13.0) + parser (2.6.0.0) + ast (~> 2.4.0) + powerpack (0.1.2) + rack (2.0.6) + rack-proxy (0.6.5) + rack + rack-test (1.1.0) + rack (>= 1.0, < 3) + rails (6.0.0.beta1) + actioncable (= 6.0.0.beta1) + actionmailbox (= 6.0.0.beta1) + actionmailer (= 6.0.0.beta1) + actionpack (= 6.0.0.beta1) + actiontext (= 6.0.0.beta1) + actionview (= 6.0.0.beta1) + activejob (= 6.0.0.beta1) + activemodel (= 6.0.0.beta1) + activerecord (= 6.0.0.beta1) + activestorage (= 6.0.0.beta1) + activesupport (= 6.0.0.beta1) + bundler (>= 1.3.0) + railties (= 6.0.0.beta1) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.4) + loofah (~> 2.2, >= 2.2.2) + railties (6.0.0.beta1) + actionpack (= 6.0.0.beta1) + activesupport (= 6.0.0.beta1) + method_source + rake (>= 0.8.7) + thor (>= 0.20.3, < 2.0) + rainbow (3.0.0) + rake (12.3.2) + rest-client (2.0.2) + http-cookie (>= 1.0.2, < 2.0) + mime-types (>= 1.16, < 4.0) + netrc (~> 0.8) + rspec-expectations (3.8.2) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.8.0) + rspec-support (3.8.0) + rubocop (0.63.1) + jaro_winkler (~> 1.5.1) + parallel (~> 1.10) + parser (>= 2.5, != 2.5.1.1) + powerpack (~> 0.1) + rainbow (>= 2.2.2, < 4.0) + ruby-progressbar (~> 1.7) + unicode-display_width (~> 1.4.0) + ruby-progressbar (1.10.0) + simplecov (0.16.1) + docile (~> 1.1) + json (>= 1.8, < 3) + simplecov-html (~> 0.10.0) + simplecov-html (0.10.2) + sprockets (3.7.2) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + term-ansicolor (1.7.1) + tins (~> 1.0) + thor (0.20.3) + thread_safe (0.3.6) + tins (1.20.2) + tzinfo (1.2.5) + thread_safe (~> 0.1) + unf (0.1.4) + unf_ext + unf_ext (0.0.7.5) + unicode-display_width (1.4.1) + webpacker (3.5.5) + activesupport (>= 4.2) + rack-proxy (>= 0.6.1) + railties (>= 4.2) + websocket-driver (0.7.0) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.3) + +PLATFORMS + ruby + +DEPENDENCIES + appraisal + aruba + bundler (~> 1.15) + coveralls + cucumber + komponent! + rails (~> 6.0.0.beta1) + rake (>= 11.1) + rubocop + simplecov + webpacker + +BUNDLED WITH + 1.16.4