diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -70,7 +70,7 @@ group :test do end group :test, :development do - gem 'bullet', '~> 4.14.6' + gem 'bullet', '~> 4.14.7' gem 'factory_girl_rails', '~> 1.7' gem 'rspec-rails', '~> 2.13.2' gem 'spork-rails', '~> 3.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 9353b9145..c896a208f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM bootstrap-sass (2.3.1.2) sass (~> 3.2) builder (3.0.4) - bullet (4.14.6) + bullet (4.14.7) activesupport (>= 3.0.0) uniform_notifier (~> 1.9.0) capistrano (2.15.4) @@ -306,7 +306,7 @@ DEPENDENCIES acts_as_versioned! annotate (~> 2.5.0) bootstrap-sass (~> 2.3.1.2) - bullet (~> 4.14.6) + bullet (~> 4.14.7) capistrano (~> 2.15.4) charlock_holmes (~> 0.6.9.4) coffee-rails (~> 3.2.1) |