Add more missing gems to 5.0 appraisal

This commit is contained in:
Elliot Winkler 2017-07-25 01:13:17 -05:00
parent 44b9f64924
commit 62e7ab30f2
3 changed files with 37 additions and 3 deletions

View File

@ -40,10 +40,14 @@ appraise '5.0' do
instance_eval(&spring) instance_eval(&spring)
gem 'rails', '~> 5.0.4' gem 'rails', '~> 5.0.4'
gem 'rails-controller-testing', '>= 1.0.1' 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 'jbuilder', '~> 2.5'
gem 'bcrypt', '~> 3.1.7' gem 'bcrypt', '~> 3.1.7'
gem 'listen', '~> 3.0.5' gem 'listen', '~> 3.0.5'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'nokogiri', '~> 1.8' gem 'nokogiri', '~> 1.8'
gem 'minitest-reporters' gem 'minitest-reporters'
gem 'puma', '~> 3.0'
end end

View File

@ -26,9 +26,13 @@ gem "spring"
gem "spring-commands-rspec" gem "spring-commands-rspec"
gem "rails", "~> 5.0.4" gem "rails", "~> 5.0.4"
gem "rails-controller-testing", ">= 1.0.1" 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 "jbuilder", "~> 2.5"
gem "bcrypt", "~> 3.1.7" gem "bcrypt", "~> 3.1.7"
gem "listen", "~> 3.0.5" gem "listen", "~> 3.0.5"
gem "spring-watcher-listen", "~> 2.0.0"
gem "nokogiri", "~> 1.8" gem "nokogiri", "~> 1.8"
gem "minitest-reporters" gem "minitest-reporters"
gem "puma", "~> 3.0"

View File

@ -59,6 +59,10 @@ GEM
jbuilder (2.6.3) jbuilder (2.6.3)
activesupport (>= 3.0.0, < 5.2) activesupport (>= 3.0.0, < 5.2)
multi_json (~> 1.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) listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
@ -151,11 +155,25 @@ GEM
rspec-support (~> 3.6.0) rspec-support (~> 3.6.0)
rspec-support (3.6.0) rspec-support (3.6.0)
ruby-progressbar (1.8.1) 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) shoulda-context (1.2.1)
slop (3.6.0) slop (3.6.0)
spring (1.7.2) spring (1.7.2)
spring-commands-rspec (1.0.4) spring-commands-rspec (1.0.4)
spring (>= 0.9.1) spring (>= 0.9.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (3.7.1) sprockets (3.7.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
rack (> 1, < 3) rack (> 1, < 3)
@ -166,6 +184,10 @@ GEM
sqlite3 (1.3.11) sqlite3 (1.3.11)
thor (0.19.4) thor (0.19.4)
thread_safe (0.3.6) 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) tzinfo (1.2.3)
thread_safe (~> 0.1) thread_safe (~> 0.1)
websocket-driver (0.6.5) websocket-driver (0.6.5)
@ -188,6 +210,7 @@ DEPENDENCIES
fssm fssm
jbuilder (~> 2.5) jbuilder (~> 2.5)
jdbc-sqlite3 jdbc-sqlite3
jquery-rails
jruby-openssl jruby-openssl
listen (~> 3.0.5) listen (~> 3.0.5)
minitest-reporters minitest-reporters
@ -203,13 +226,16 @@ DEPENDENCIES
redcarpet redcarpet
rspec (~> 3.6) rspec (~> 3.6)
rspec-rails (~> 3.6) rspec-rails (~> 3.6)
sass-rails (~> 5.0)
shoulda-context (~> 1.2.0) shoulda-context (~> 1.2.0)
spring spring
spring-commands-rspec spring-commands-rspec
spring-watcher-listen (~> 2.0.0)
sqlite3 sqlite3
therubyrhino therubyrhino
turbolinks (~> 5)
yard yard
zeus zeus
BUNDLED WITH BUNDLED WITH
1.14.6 1.15.3