From 62e7ab30f25108316b09cf11e8d4911a4a6b3d8d Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Tue, 25 Jul 2017 01:13:17 -0500 Subject: [PATCH] Add more missing gems to 5.0 appraisal --- Appraisals | 6 +++++- gemfiles/5.0.gemfile | 6 +++++- gemfiles/5.0.gemfile.lock | 28 +++++++++++++++++++++++++++- 3 files changed, 37 insertions(+), 3 deletions(-) diff --git a/Appraisals b/Appraisals index c2036d61..7646495b 100644 --- a/Appraisals +++ b/Appraisals @@ -40,10 +40,14 @@ appraise '5.0' do instance_eval(&spring) gem 'rails', '~> 5.0.4' gem 'rails-controller-testing', '>= 1.0.1' + gem 'puma', '~> 3.0' + gem 'sass-rails', '~> 5.0' + gem 'jquery-rails' + gem 'turbolinks', '~> 5' gem 'jbuilder', '~> 2.5' gem 'bcrypt', '~> 3.1.7' gem 'listen', '~> 3.0.5' + gem 'spring-watcher-listen', '~> 2.0.0' gem 'nokogiri', '~> 1.8' gem 'minitest-reporters' - gem 'puma', '~> 3.0' end diff --git a/gemfiles/5.0.gemfile b/gemfiles/5.0.gemfile index c89bfeed..37c13ddc 100644 --- a/gemfiles/5.0.gemfile +++ b/gemfiles/5.0.gemfile @@ -26,9 +26,13 @@ gem "spring" gem "spring-commands-rspec" gem "rails", "~> 5.0.4" gem "rails-controller-testing", ">= 1.0.1" +gem "puma", "~> 3.0" +gem "sass-rails", "~> 5.0" +gem "jquery-rails" +gem "turbolinks", "~> 5" gem "jbuilder", "~> 2.5" gem "bcrypt", "~> 3.1.7" gem "listen", "~> 3.0.5" +gem "spring-watcher-listen", "~> 2.0.0" gem "nokogiri", "~> 1.8" gem "minitest-reporters" -gem "puma", "~> 3.0" diff --git a/gemfiles/5.0.gemfile.lock b/gemfiles/5.0.gemfile.lock index 3a254725..adc9a22f 100644 --- a/gemfiles/5.0.gemfile.lock +++ b/gemfiles/5.0.gemfile.lock @@ -59,6 +59,10 @@ GEM jbuilder (2.6.3) activesupport (>= 3.0.0, < 5.2) multi_json (~> 1.2) + jquery-rails (4.3.1) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -151,11 +155,25 @@ GEM rspec-support (~> 3.6.0) rspec-support (3.6.0) ruby-progressbar (1.8.1) + sass (3.5.1) + 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.6) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) shoulda-context (1.2.1) slop (3.6.0) spring (1.7.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.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -166,6 +184,10 @@ GEM sqlite3 (1.3.11) thor (0.19.4) thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.0.1) + turbolinks-source (~> 5) + turbolinks-source (5.0.3) tzinfo (1.2.3) thread_safe (~> 0.1) websocket-driver (0.6.5) @@ -188,6 +210,7 @@ DEPENDENCIES fssm jbuilder (~> 2.5) jdbc-sqlite3 + jquery-rails jruby-openssl listen (~> 3.0.5) minitest-reporters @@ -203,13 +226,16 @@ DEPENDENCIES redcarpet rspec (~> 3.6) rspec-rails (~> 3.6) + sass-rails (~> 5.0) shoulda-context (~> 1.2.0) spring spring-commands-rspec + spring-watcher-listen (~> 2.0.0) sqlite3 therubyrhino + turbolinks (~> 5) yard zeus BUNDLED WITH - 1.14.6 + 1.15.3