mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Add the listen gem to the project
This is so the tests will run in CI properly.
This commit is contained in:
parent
32d267d6cd
commit
ab24522df0
2 changed files with 7 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -61,6 +61,7 @@ end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'byebug'
|
gem 'byebug'
|
||||||
|
gem 'listen'
|
||||||
gem "rubocop", "~> 0.49", require: false
|
gem "rubocop", "~> 0.49", require: false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -103,6 +103,10 @@ GEM
|
||||||
railties (>= 3.2.16)
|
railties (>= 3.2.16)
|
||||||
json (2.1.0)
|
json (2.1.0)
|
||||||
libv8 (3.16.14.19)
|
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)
|
loofah (2.2.3)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
|
@ -192,6 +196,7 @@ GEM
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||||
ruby-progressbar (1.9.0)
|
ruby-progressbar (1.9.0)
|
||||||
|
ruby_dep (1.5.0)
|
||||||
rubyzip (1.2.2)
|
rubyzip (1.2.2)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sanitize (4.6.6)
|
sanitize (4.6.6)
|
||||||
|
@ -276,6 +281,7 @@ DEPENDENCIES
|
||||||
htmlentities
|
htmlentities
|
||||||
jquery-rails (~> 4.0)
|
jquery-rails (~> 4.0)
|
||||||
jquery-ui-rails (~> 5.0.5)
|
jquery-ui-rails (~> 5.0.5)
|
||||||
|
listen
|
||||||
minitest-stub-const
|
minitest-stub-const
|
||||||
mocha
|
mocha
|
||||||
mysql2 (~> 0.3.17)
|
mysql2 (~> 0.3.17)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue