Skip to content

Commit

Permalink
Add missing dependencies to 5.1 Appraisal
Browse files Browse the repository at this point in the history
This was preventing acceptance tests from running.
  • Loading branch information
mcmire committed Sep 28, 2017
1 parent 158839b commit 5fec4cd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ appraise '5.1' do
gem 'turbolinks', '~> 5'
gem 'jbuilder', '~> 2.5'
gem 'bcrypt', '~> 3.1.7'
gem 'capybara', '~> 2.13'
gem 'selenium-webdriver'
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'spring-watcher-listen', '~> 2.0.0'
end
2 changes: 2 additions & 0 deletions gemfiles/5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ gem "sass-rails", "~> 5.0"
gem "turbolinks", "~> 5"
gem "jbuilder", "~> 2.5"
gem "bcrypt", "~> 3.1.7"
gem "capybara", "~> 2.13"
gem "selenium-webdriver"
gem "listen", ">= 3.0.5", "< 3.2"
gem "spring-watcher-listen", "~> 2.0.0"
21 changes: 21 additions & 0 deletions gemfiles/5.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ GEM
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ansi (1.5.0)
appraisal (2.1.0)
bundler
Expand All @@ -47,6 +49,15 @@ GEM
bcrypt (3.1.11)
builder (3.2.3)
byebug (9.1.0)
capybara (2.15.1)
addressable
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.7.1)
ffi (~> 1.0, >= 1.0.11)
coderay (1.1.1)
concurrent-ruby (1.0.5)
diff-lcs (1.3)
Expand All @@ -71,6 +82,7 @@ GEM
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_mime (0.1.4)
mini_portile2 (2.2.0)
minitest (5.10.3)
minitest-reporters (1.1.14)
Expand All @@ -90,6 +102,7 @@ GEM
pry-byebug (3.4.2)
byebug (~> 9.0)
pry (~> 0.10)
public_suffix (3.0.0)
puma (3.10.0)
pygments.rb (1.1.2)
multi_json (>= 1.0.0)
Expand Down Expand Up @@ -151,6 +164,7 @@ GEM
rspec-support (3.6.0)
ruby-progressbar (1.8.1)
ruby_dep (1.5.0)
rubyzip (1.2.1)
sass (3.5.1)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand All @@ -162,6 +176,9 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
selenium-webdriver (3.5.2)
childprocess (~> 0.5)
rubyzip (~> 1.0)
shoulda-context (1.2.2)
slop (3.6.0)
spring (2.0.2)
Expand Down Expand Up @@ -190,6 +207,8 @@ GEM
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.1.0)
nokogiri (~> 1.3)
yard (0.9.9)
zeus (0.15.14)
method_source (>= 0.6.7)
Expand All @@ -203,6 +222,7 @@ DEPENDENCIES
appraisal (= 2.1.0)
bcrypt (~> 3.1.7)
bundler (~> 1.1)
capybara (~> 2.13)
fssm
jbuilder (~> 2.5)
jdbc-sqlite3
Expand All @@ -221,6 +241,7 @@ DEPENDENCIES
rspec (~> 3.6)
rspec-rails (~> 3.6)
sass-rails (~> 5.0)
selenium-webdriver
shoulda-context (~> 1.2.0)
spring
spring-commands-rspec
Expand Down

0 comments on commit 5fec4cd

Please sign in to comment.