Explicitly add autotest to Gemfile

This commit is contained in:
Sebastian Serth
2019-10-23 16:18:42 +02:00
parent 939bae39dd
commit c892b14acd
2 changed files with 10 additions and 0 deletions

View File

@ -61,6 +61,7 @@ end
group :test do group :test do
gem 'rails-controller-testing' gem 'rails-controller-testing'
gem 'autotest' # required by autotest-rails
gem 'autotest-rails' gem 'autotest-rails'
gem 'capybara' gem 'capybara'
gem 'selenium-webdriver' gem 'selenium-webdriver'

View File

@ -59,6 +59,8 @@ GEM
amq-protocol (2.3.0) amq-protocol (2.3.0)
arel (9.0.0) arel (9.0.0)
ast (2.4.0) ast (2.4.0)
autotest (5.0.0)
minitest-autotest (~> 1.0)
autotest-rails (4.2.1) autotest-rails (4.2.1)
ZenTest (~> 4.5) ZenTest (~> 4.5)
bcrypt (3.1.13) bcrypt (3.1.13)
@ -187,6 +189,11 @@ GEM
mini_mime (1.0.2) mini_mime (1.0.2)
mini_portile2 (2.4.0) mini_portile2 (2.4.0)
minitest (5.12.2) minitest (5.12.2)
minitest-autotest (1.1.1)
minitest-server (~> 1.0)
path_expander (~> 1.0)
minitest-server (1.0.5)
minitest (~> 5.0)
mnemosyne-ruby (1.7.1) mnemosyne-ruby (1.7.1)
activesupport (>= 4) activesupport (>= 4)
bunny bunny
@ -216,6 +223,7 @@ GEM
parallel (1.18.0) parallel (1.18.0)
parser (2.6.5.0) parser (2.6.5.0)
ast (~> 2.4.0) ast (~> 2.4.0)
path_expander (1.1.0)
pg (1.1.4) pg (1.1.4)
polyamorous (2.3.0) polyamorous (2.3.0)
activerecord (>= 5.0) activerecord (>= 5.0)
@ -406,6 +414,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
autotest
autotest-rails autotest-rails
bcrypt bcrypt
better_errors better_errors