diff --git a/.travis.yml b/.travis.yml index b4e27e54..e967bb7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,4 @@ gemfile: - gemfiles/4.2.gemfile - gemfiles/5.0.gemfile - gemfiles/5.1.gemfile + - gemfiles/5.2.gemfile diff --git a/Appraisals b/Appraisals index 939efb6c..ead6096f 100644 --- a/Appraisals +++ b/Appraisals @@ -84,3 +84,22 @@ appraise '5.1' do gem 'listen', '>= 3.0.5', '< 3.2' gem 'spring-watcher-listen', '~> 2.0.0' end + + +appraise '5.2' do + instance_eval(&shared_dependencies) + + gem 'rails', '~> 5.2.1' + gem 'rails-controller-testing', '>= 1.0.1' + gem 'puma', '~> 3.11' + gem 'bootsnap', '>= 1.1.0', require: false + gem 'sass-rails', '~> 5.0' + gem 'turbolinks', '~> 5' + gem 'jbuilder', '~> 2.5' + gem 'bcrypt', '~> 3.1.7' + gem 'capybara', '~> 3.1.1' + gem 'selenium-webdriver' + gem 'chromedriver-helper' + gem 'listen', '>= 3.0.5', '< 3.2' + gem 'spring-watcher-listen', '~> 2.0.0' +end diff --git a/gemfiles/5.2.gemfile b/gemfiles/5.2.gemfile new file mode 100644 index 00000000..7d3569cd --- /dev/null +++ b/gemfiles/5.2.gemfile @@ -0,0 +1,40 @@ +# This file was generated by Appraisal + +source "https://rubygems.org" + +gem "appraisal", "2.2.0" +gem "bundler", "~> 1.1" +gem "pry" +gem "pry-byebug" +gem "rake", "12.3.0" +gem "rspec", "~> 3.6" +gem "zeus", require: false +gem "yard" +gem "redcarpet" +gem "pygments.rb" +gem "fssm" +gem "activerecord-jdbc-adapter", platform: :jruby +gem "activerecord-jdbcsqlite3-adapter", platform: :jruby +gem "jdbc-sqlite3", platform: :jruby +gem "jruby-openssl", platform: :jruby +gem "therubyrhino", platform: :jruby +gem "sqlite3", platform: :ruby +gem "pg", platform: :ruby +gem "spring" +gem "spring-commands-rspec" +gem "minitest-reporters" +gem "rspec-rails", "~> 3.6" +gem "shoulda-context", "~> 1.2.0" +gem "rails", "~> 5.2.1" +gem "rails-controller-testing", ">= 1.0.1" +gem "puma", "~> 3.11" +gem "bootsnap", ">= 1.1.0", require: false +gem "sass-rails", "~> 5.0" +gem "turbolinks", "~> 5" +gem "jbuilder", "~> 2.5" +gem "bcrypt", "~> 3.1.7" +gem "capybara", "~> 3.1.1" +gem "selenium-webdriver" +gem "chromedriver-helper" +gem "listen", ">= 3.0.5", "< 3.2" +gem "spring-watcher-listen", "~> 2.0.0" diff --git a/gemfiles/5.2.gemfile.lock b/gemfiles/5.2.gemfile.lock new file mode 100644 index 00000000..9d3a64dd --- /dev/null +++ b/gemfiles/5.2.gemfile.lock @@ -0,0 +1,273 @@ +GEM + remote: https://rubygems.org/ + specs: + actioncable (5.2.1) + actionpack (= 5.2.1) + nio4r (~> 2.0) + websocket-driver (>= 0.6.1) + actionmailer (5.2.1) + actionpack (= 5.2.1) + actionview (= 5.2.1) + activejob (= 5.2.1) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.2.1) + actionview (= 5.2.1) + activesupport (= 5.2.1) + rack (~> 2.0) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.2.1) + activesupport (= 5.2.1) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.2.1) + activesupport (= 5.2.1) + globalid (>= 0.3.6) + activemodel (5.2.1) + activesupport (= 5.2.1) + activerecord (5.2.1) + activemodel (= 5.2.1) + activesupport (= 5.2.1) + arel (>= 9.0) + activestorage (5.2.1) + actionpack (= 5.2.1) + activerecord (= 5.2.1) + marcel (~> 0.3.1) + activesupport (5.2.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) + ansi (1.5.0) + appraisal (2.2.0) + bundler + rake + thor (>= 0.14.0) + archive-zip (0.11.0) + io-like (~> 0.3.0) + arel (9.0.0) + bcrypt (3.1.12) + bootsnap (1.3.1) + msgpack (~> 1.0) + builder (3.2.3) + byebug (10.0.2) + capybara (3.1.1) + addressable + mini_mime (>= 0.1.3) + nokogiri (~> 1.8) + rack (>= 1.6.0) + rack-test (>= 0.6.3) + xpath (~> 3.0) + childprocess (0.9.0) + ffi (~> 1.0, >= 1.0.11) + chromedriver-helper (1.2.0) + archive-zip (~> 0.10) + nokogiri (~> 1.8) + coderay (1.1.2) + concurrent-ruby (1.0.5) + crass (1.0.4) + diff-lcs (1.3) + erubi (1.7.1) + ffi (1.9.25) + fssm (0.2.10) + globalid (0.4.1) + activesupport (>= 4.2.0) + i18n (1.1.0) + concurrent-ruby (~> 1.0) + io-like (0.3.0) + jbuilder (2.7.0) + activesupport (>= 4.2.0) + multi_json (>= 1.2) + listen (3.1.5) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + ruby_dep (~> 1.2) + loofah (2.2.2) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.0) + mini_mime (>= 0.1.1) + marcel (0.3.2) + mimemagic (~> 0.3.2) + method_source (0.9.0) + mimemagic (0.3.2) + mini_mime (1.0.1) + mini_portile2 (2.3.0) + minitest (5.11.3) + minitest-reporters (1.3.4) + ansi + builder + minitest (>= 5.0) + ruby-progressbar + msgpack (1.2.4) + multi_json (1.13.1) + nio4r (2.3.1) + nokogiri (1.8.4) + mini_portile2 (~> 2.3.0) + pg (1.1.2) + pry (0.11.3) + coderay (~> 1.1.0) + method_source (~> 0.9.0) + pry-byebug (3.6.0) + byebug (~> 10.0) + pry (~> 0.10) + public_suffix (3.0.3) + puma (3.12.0) + pygments.rb (1.2.1) + multi_json (>= 1.0.0) + rack (2.0.5) + rack-test (1.1.0) + rack (>= 1.0, < 3) + rails (5.2.1) + actioncable (= 5.2.1) + actionmailer (= 5.2.1) + actionpack (= 5.2.1) + actionview (= 5.2.1) + activejob (= 5.2.1) + activemodel (= 5.2.1) + activerecord (= 5.2.1) + activestorage (= 5.2.1) + activesupport (= 5.2.1) + bundler (>= 1.3.0) + railties (= 5.2.1) + sprockets-rails (>= 2.0.0) + rails-controller-testing (1.0.2) + actionpack (~> 5.x, >= 5.0.1) + actionview (~> 5.x, >= 5.0.1) + activesupport (~> 5.x) + 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 (5.2.1) + actionpack (= 5.2.1) + activesupport (= 5.2.1) + method_source + rake (>= 0.8.7) + thor (>= 0.19.0, < 2.0) + rake (12.3.0) + rb-fsevent (0.10.3) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + redcarpet (3.4.0) + rspec (3.8.0) + rspec-core (~> 3.8.0) + rspec-expectations (~> 3.8.0) + rspec-mocks (~> 3.8.0) + rspec-core (3.8.0) + rspec-support (~> 3.8.0) + rspec-expectations (3.8.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.8.0) + rspec-mocks (3.8.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.8.0) + rspec-rails (3.8.0) + actionpack (>= 3.0) + activesupport (>= 3.0) + railties (>= 3.0) + rspec-core (~> 3.8.0) + rspec-expectations (~> 3.8.0) + rspec-mocks (~> 3.8.0) + rspec-support (~> 3.8.0) + rspec-support (3.8.0) + ruby-progressbar (1.10.0) + ruby_dep (1.5.0) + rubyzip (1.2.2) + sass (3.5.7) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + selenium-webdriver (3.14.0) + childprocess (~> 0.5) + rubyzip (~> 1.2) + shoulda-context (1.2.2) + spring (2.0.2) + activesupport (>= 4.2) + spring-commands-rspec (1.0.4) + spring (>= 0.9.1) + spring-watcher-listen (2.0.1) + listen (>= 2.7, < 4.0) + spring (>= 1.2, < 3.0) + 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) + sqlite3 (1.3.13) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.2.0) + turbolinks-source (~> 5.2) + turbolinks-source (5.2.0) + tzinfo (1.2.5) + thread_safe (~> 0.1) + websocket-driver (0.7.0) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.3) + xpath (3.1.0) + nokogiri (~> 1.8) + yard (0.9.16) + zeus (0.15.14) + method_source (>= 0.6.7) + +PLATFORMS + ruby + +DEPENDENCIES + activerecord-jdbc-adapter + activerecord-jdbcsqlite3-adapter + appraisal (= 2.2.0) + bcrypt (~> 3.1.7) + bootsnap (>= 1.1.0) + bundler (~> 1.1) + capybara (~> 3.1.1) + chromedriver-helper + fssm + jbuilder (~> 2.5) + jdbc-sqlite3 + jruby-openssl + listen (>= 3.0.5, < 3.2) + minitest-reporters + pg + pry + pry-byebug + puma (~> 3.11) + pygments.rb + rails (~> 5.2.1) + rails-controller-testing (>= 1.0.1) + rake (= 12.3.0) + redcarpet + rspec (~> 3.6) + rspec-rails (~> 3.6) + sass-rails (~> 5.0) + selenium-webdriver + shoulda-context (~> 1.2.0) + spring + spring-commands-rspec + spring-watcher-listen (~> 2.0.0) + sqlite3 + therubyrhino + turbolinks (~> 5) + yard + zeus + +BUNDLED WITH + 1.16.1