Skip to content

Commit

Permalink
Updated Gemfile to include higher versions of certain gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aantix committed Nov 9, 2011
1 parent 44c25e4 commit 76b909f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -4,13 +4,13 @@ gem 'active_support'

# RSpec has to be in both test and development so that rake tasks and generators
# are available without having to explicitly switch the environment to 'test'
gem 'factory_girl', '= 1.3.2'
gem 'factory_girl', '>= 1.3.2'
gem 'rspec', '> 2.5.0', :group => [:test, :development]
gem "guard-rspec"
gem "spork", "> 0.9.0.rc"
gem "guard-spork"


gem 'rb-fsevent', "= 0.4.3.1"
gem 'growl', '= 1.0.3'
gem 'rb-fsevent', ">= 0.4.3.1"
gem 'growl', '>= 1.0.3'
gem 'nas-yahoo_stock'

0 comments on commit 76b909f

Please sign in to comment.