Commit 17aaa6ab by Mai Hoang Thai Ha

add testing gem

parent 1ac1290f
Pipeline #1200 failed with stages
in 0 seconds
...@@ -16,6 +16,9 @@ gem 'webpacker', '~> 5.0' ...@@ -16,6 +16,9 @@ gem 'webpacker', '~> 5.0'
gem 'turbolinks', '~> 5' gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.7' gem 'jbuilder', '~> 2.7'
gem 'rexml', '~> 3.2', '>= 3.2.5'
# Use Redis adapter to run Action Cable in production # Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0' # gem 'redis', '~> 4.0'
# Use Active Model has_secure_password # Use Active Model has_secure_password
......
...@@ -178,6 +178,7 @@ GEM ...@@ -178,6 +178,7 @@ GEM
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
regexp_parser (2.1.1) regexp_parser (2.1.1)
rexml (3.2.5)
ruby-progressbar (1.11.0) ruby-progressbar (1.11.0)
rubyzip (2.3.0) rubyzip (2.3.0)
sass-rails (6.0.0) sass-rails (6.0.0)
...@@ -250,6 +251,7 @@ DEPENDENCIES ...@@ -250,6 +251,7 @@ DEPENDENCIES
rack-mini-profiler (~> 2.0) rack-mini-profiler (~> 2.0)
rails (~> 6.1.3, >= 6.1.3.2) rails (~> 6.1.3, >= 6.1.3.2)
rails-controller-testing (= 1.0.5) rails-controller-testing (= 1.0.5)
rexml (~> 3.2, >= 3.2.5)
sass-rails (>= 6) sass-rails (>= 6)
selenium-webdriver selenium-webdriver
spring spring
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment