Skip to content

Commit 2a7abb2

Browse files
author
Ben Tillman
committed
Updated hoptoad notifier
1 parent 450a68f commit 2a7abb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gem 'paperclip', :git => 'git://github.com/crossroads/paperclip.git'
2828
gem 'will_paginate', '>= 3.0.pre2'
2929
gem 'whenever'
3030
gem 'meta_search', '>= 0.9.9.1'
31-
gem 'hoptoad_notifier'
31+
gem 'hoptoad_notifier', '>= 2.4.2'
3232
gem 'ffaker'
3333

3434
group :cucumber, :test, :development do

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ GEM
134134
highline (1.6.1)
135135
hoe (2.8.0)
136136
rake (>= 0.8.7)
137-
hoptoad_notifier (2.3.12)
137+
hoptoad_notifier (2.4.2)
138138
activesupport
139139
builder
140140
httpclient (2.1.5.2)
@@ -257,7 +257,7 @@ DEPENDENCIES
257257
ffaker
258258
haml (>= 3.0.18)
259259
headless
260-
hoptoad_notifier
260+
hoptoad_notifier (>= 2.4.2)
261261
is_paranoid!
262262
meta_search (>= 0.9.9.1)
263263
newrelic_rpm

0 commit comments

Comments
 (0)