Add the listen gem to the project

This is so the tests will run in CI properly.
This commit is contained in:
Matt Rogers 2018-11-12 16:03:42 -06:00
parent 32d267d6cd
commit ab24522df0
No known key found for this signature in database
GPG key ID: 605D017C07EB4316
2 changed files with 7 additions and 0 deletions

View file

@ -61,6 +61,7 @@ end
group :development, :test do
gem 'byebug'
gem 'listen'
gem "rubocop", "~> 0.49", require: false
end

View file

@ -103,6 +103,10 @@ GEM
railties (>= 3.2.16)
json (2.1.0)
libv8 (3.16.14.19)
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.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
@ -192,6 +196,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
ruby_dep (1.5.0)
rubyzip (1.2.2)
safe_yaml (1.0.4)
sanitize (4.6.6)
@ -276,6 +281,7 @@ DEPENDENCIES
htmlentities
jquery-rails (~> 4.0)
jquery-ui-rails (~> 5.0.5)
listen
minitest-stub-const
mocha
mysql2 (~> 0.3.17)