aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorCarlos Goce <carlosgoce@gmail.com>2015-03-10 21:29:08 +0100
committerCarlos Goce <carlosgoce@gmail.com>2015-03-10 21:29:08 +0100
commitd50fdb4473577fa2cdfcd298bbe9c25b1d1eabb4 (patch)
tree04cb4ff840347a89f5abc7b59e01bd9c4807d6db /Gemfile.lock
parentbec325cfd6aca0fbc405e1072d5e3b2da0b1f9bf (diff)
downloadpdf-calendars-d50fdb4473577fa2cdfcd298bbe9c25b1d1eabb4.tar.gz
pdf-calendars-d50fdb4473577fa2cdfcd298bbe9c25b1d1eabb4.tar.bz2
pdf-calendars-d50fdb4473577fa2cdfcd298bbe9c25b1d1eabb4.zip
Add jUnit formatter
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index c92cb67..08a20b7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -7,6 +7,7 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
+ builder (3.2.2)
diff-lcs (1.2.5)
i18n (0.7.0)
json (1.8.1)
@@ -29,6 +30,10 @@ GEM
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
+ rspec_junit_formatter (0.2.0)
+ builder (< 4)
+ rspec (>= 2, < 4)
+ rspec-core (!= 2.12.0)
thread_safe (0.3.4)
ttfunk (1.4.0)
tzinfo (1.2.2)
@@ -43,3 +48,4 @@ DEPENDENCIES
prawn-table (~> 0.2.1)
rake (~> 10.4.2)
rspec (~> 3.1.0)
+ rspec_junit_formatter (~> 0.2.0)