Adding growl glue to Gemfile for better growl alerts with autotest
This commit is contained in:
parent
18dd3a141c
commit
560923f060
1
Gemfile
1
Gemfile
@ -41,6 +41,7 @@ end
|
||||
|
||||
group :test do
|
||||
gem "autotest"
|
||||
gem "growl-glue"
|
||||
gem 'rspec-rails', '2.0.0.beta.19'
|
||||
gem 'factory_girl_rails'
|
||||
gem "pickle", :git => "http://github.com/codegram/pickle.git"
|
||||
|
@ -127,6 +127,7 @@ GEM
|
||||
gherkin (2.1.5)
|
||||
trollop (~> 1.16.2)
|
||||
git (1.2.5)
|
||||
growl-glue (1.0.7)
|
||||
haml (3.0.13)
|
||||
has_scope (0.5.0)
|
||||
heroku (1.9.13)
|
||||
@ -259,6 +260,7 @@ DEPENDENCIES
|
||||
factory_girl_rails
|
||||
fastthread
|
||||
formtastic!
|
||||
growl-glue
|
||||
haml (= 3.0.13)
|
||||
heroku
|
||||
httparty (= 0.6.1)
|
||||
|
Loading…
Reference in New Issue
Block a user