Merge branch 'stable' into develop

This commit is contained in:
Dennis Schubert 2015-06-06 17:55:01 +02:00
commit 3a07be1243
2 changed files with 10 additions and 0 deletions

View file

@ -247,6 +247,9 @@ group :development do
gem "pry"
gem "pry-debundle"
gem "pry-byebug"
# test coverage
gem "simplecov", "0.10.0", require: false
end
group :test do

View file

@ -158,6 +158,7 @@ GEM
http_parser.rb (~> 0.6)
nokogiri (~> 1.6)
diff-lcs (1.2.5)
docile (1.1.5)
domain_name (0.5.24)
unf (>= 0.0.5, < 1.0.0)
eco (1.0.0)
@ -659,6 +660,11 @@ GEM
simple_captcha2 (0.3.4)
rails (>= 4.1)
simple_oauth (0.3.1)
simplecov (0.10.0)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
@ -840,6 +846,7 @@ DEPENDENCIES
sidekiq (= 3.3.4)
sidetiq (= 0.6.3)
simple_captcha2 (= 0.3.4)
simplecov (= 0.10.0)
sinatra (= 1.4.6)
sinon-rails (= 1.10.3)
spring (= 1.3.5)