|
|
@@ -125,6 +125,7 @@ GEM
|
|
|
crass (1.0.4)
|
|
|
database_cleaner (1.7.0)
|
|
|
diff-lcs (1.3)
|
|
|
+ docile (1.3.1)
|
|
|
domain_name (0.5.20180417)
|
|
|
unf (>= 0.0.5, < 1.0.0)
|
|
|
dotenv (2.7.2)
|
|
|
@@ -157,6 +158,7 @@ GEM
|
|
|
jbuilder (2.8.0)
|
|
|
activesupport (>= 4.2.0)
|
|
|
multi_json (>= 1.2)
|
|
|
+ json (2.2.0)
|
|
|
listen (3.1.5)
|
|
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
|
rb-inotify (~> 0.9, >= 0.9.7)
|
|
|
@@ -268,6 +270,11 @@ GEM
|
|
|
rubyzip (~> 1.2, >= 1.2.2)
|
|
|
shoulda-matchers (4.0.1)
|
|
|
activesupport (>= 4.2.0)
|
|
|
+ simplecov (0.16.1)
|
|
|
+ docile (~> 1.1)
|
|
|
+ json (>= 1.8, < 3)
|
|
|
+ simplecov-html (~> 0.10.0)
|
|
|
+ simplecov-html (0.10.2)
|
|
|
spring (2.0.2)
|
|
|
activesupport (>= 4.2)
|
|
|
spring-watcher-listen (2.0.1)
|
|
|
@@ -342,6 +349,7 @@ DEPENDENCIES
|
|
|
sass-rails (~> 5.0)
|
|
|
selenium-webdriver
|
|
|
shoulda-matchers
|
|
|
+ simplecov
|
|
|
spring
|
|
|
spring-watcher-listen (~> 2.0.0)
|
|
|
tzinfo-data
|