diff --git a/Gemfile b/Gemfile index ed09109de..abbb41abb 100644 --- a/Gemfile +++ b/Gemfile @@ -214,5 +214,5 @@ group :development, :test do # Jasmine (client side application tests (JS)) gem 'jasmine', '2.0.2' gem 'jasmine-jquery-rails', '2.0.3' - gem 'sinon-rails', '1.9.0' + gem 'sinon-rails', '1.10.3' end diff --git a/Gemfile.lock b/Gemfile.lock index 1dddef0d8..e2d8fc876 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -345,7 +345,7 @@ GEM rails (>= 4.0) rails-observers (0.1.2) activemodel (~> 4.0) - rails-timeago (2.4.0) + rails-timeago (2.11.0) actionpack (>= 3.1) activesupport (>= 3.1) rails_admin (0.6.3) @@ -429,7 +429,7 @@ GEM rack (~> 1.3, >= 1.3.6) rack-protection (~> 1.2) tilt (~> 1.3, >= 1.3.3) - sinon-rails (1.9.0) + sinon-rails (1.10.3) railties (>= 3.1) slop (3.6.0) spork (1.0.0rc4) @@ -548,7 +548,7 @@ DEPENDENCIES rack-ssl (= 1.4.1) rails (= 4.1.5) rails-i18n (= 4.0.2) - rails-timeago (= 2.4.0) + rails-timeago (= 2.11.0) rails_admin (= 0.6.3) rails_autolink (= 1.1.6) rb-fsevent (= 0.9.4) @@ -564,7 +564,7 @@ DEPENDENCIES sidekiq (= 2.17.7) simple_captcha2 (= 0.3.2) sinatra (= 1.3.3) - sinon-rails (= 1.9.0) + sinon-rails (= 1.10.3) spork (= 1.0.0rc4) test_after_commit (= 0.2.5) timecop (= 0.7.1)